スペイン語を追加
This commit is contained in:
parent
a76fb4c173
commit
44f3888c24
1 changed files with 2 additions and 1 deletions
|
@ -18,7 +18,8 @@ const langs: { [key: string]: LocaleObject } = {
|
|||
'en': loadLang('en'),
|
||||
'fr': loadLang('fr'),
|
||||
'ja': native,
|
||||
'pl': loadLang('pl')
|
||||
'pl': loadLang('pl'),
|
||||
'es': loadLang('es')
|
||||
};
|
||||
|
||||
Object.entries(langs).map(([, locale]) => {
|
||||
|
|
Loading…
Reference in a new issue