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/>
|
* 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
|
* 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 = [
|
export const i18nResources = [
|
||||||
'ar',
|
'ar',
|
||||||
|
'bn',
|
||||||
'de',
|
'de',
|
||||||
'en',
|
'en',
|
||||||
'es',
|
'es',
|
||||||
@@ -27,6 +32,7 @@ export const i18nResources = [
|
|||||||
'ko',
|
'ko',
|
||||||
'nb-NO',
|
'nb-NO',
|
||||||
'pt',
|
'pt',
|
||||||
|
'ru',
|
||||||
'sv',
|
'sv',
|
||||||
'tr',
|
'tr',
|
||||||
'uk',
|
'uk',
|
||||||
|
|||||||
Reference in New Issue
Block a user