Add new languages to resources
This commit is contained in:
@@ -14,9 +14,14 @@ import HttpBackend from 'i18next-http-backend';
|
||||
/**
|
||||
* Keys have to match {@link ISOLanguages} codes, they're used for showing the language name in the dropdown in the {@link Settings}.<br/>
|
||||
* In case there is no language code for the key in {@link ISOLanguages}, the corresponding language has to be added
|
||||
*
|
||||
* **IMPORTANT:**
|
||||
*
|
||||
* This is generated by the `i18n:gen-resources` script
|
||||
*/
|
||||
export const i18nResources = [
|
||||
'ar',
|
||||
'bn',
|
||||
'de',
|
||||
'en',
|
||||
'es',
|
||||
@@ -27,6 +32,7 @@ export const i18nResources = [
|
||||
'ko',
|
||||
'nb-NO',
|
||||
'pt',
|
||||
'ru',
|
||||
'sv',
|
||||
'tr',
|
||||
'uk',
|
||||
|
||||
Reference in New Issue
Block a user