1
0
mirror of https://github.com/bitwarden/browser synced 2025-12-12 22:33:35 +00:00

add th and bg languages

This commit is contained in:
Kyle Spearrin
2018-07-25 11:17:59 -04:00
parent 951eba27ce
commit 13fa759c6c
2 changed files with 3 additions and 3 deletions

2
jslib

Submodule jslib updated: 799361d933...9df96a3288

View File

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