1
0
mirror of https://github.com/bitwarden/browser synced 2025-12-20 10:13:31 +00:00

added missing languages from Crowdin

This commit is contained in:
tgreer-bw
2021-05-13 13:54:56 -04:00
parent 1ab2a3a4b5
commit 7a8e1b60d9
2 changed files with 10 additions and 2 deletions

View File

@@ -9,8 +9,8 @@ export default class I18nService extends BaseI18nService {
});
this.supportedTranslationLocales = [
'en', 'be', 'bg', 'ca', 'cs', 'da', 'de', 'el', 'en-GB', 'es', 'et', 'fa', 'fi', 'fr', 'he', 'hr', 'hu',
'id', 'it', 'ja', 'ko', 'nb', 'nl', 'pl', 'pt-BR', 'pt-PT', 'ro', 'ru', 'sk', 'sr', 'sv', 'th', 'tr', 'uk',
'en', 'be', 'bg', 'bn', 'ca', 'cs', 'da', 'de', 'el', 'en-GB', 'en-IN', 'es', 'et', 'fa', 'fi', 'fr', 'he', 'hr', 'hu',
'id', 'it', 'ja', 'ko', 'lv', 'ml-IN', 'nb', 'nl', 'pl', 'pt-BR', 'pt-PT', 'ro', 'ru', 'sk', 'sr', 'sv', 'th', 'tr', 'uk',
'vi', 'zh-CN', 'zh-TW',
];
}