1
0
mirror of https://github.com/bitwarden/browser synced 2025-12-30 15:13:32 +00:00

language updates

This commit is contained in:
Kyle Spearrin
2020-09-15 13:38:46 -04:00
parent bb71d5dc0a
commit 2145c3f88c
2 changed files with 6 additions and 2 deletions

View File

@@ -11,8 +11,8 @@ export class I18nService extends BaseI18nService {
});
this.supportedTranslationLocales = [
'en', 'ca', 'cs', 'da', 'de', 'el', 'en-GB', 'es', 'et', 'fr', 'he', 'it', 'ja', 'ko', 'nb', 'nl', 'pl',
'pt-PT', 'pt-BR', 'ru', 'sk', 'sv', 'uk', 'zh-CN', 'zh-TW',
'en', 'ca', 'cs', 'da', 'de', 'el', 'en-GB', 'es', 'et', 'fr', 'he', 'it', 'ja', 'ko', 'lv', 'ml', 'nb',
'nl', 'pl', 'pt-PT', 'pt-BR', 'ru', 'sk', 'sv', 'uk', 'zh-CN', 'zh-TW',
];
}
}