Add new languages to resources

This commit is contained in:
schroda
2024-05-11 01:28:25 +02:00
parent 2ef34210e2
commit b581c0d896

View File

@@ -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',