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

@ -1 +1 @@
Subproject commit 799361d93343409d185ec42fd6f3c4bfe8ad7854
Subproject commit 9df96a3288510a5b92837d93513d9981336d0229

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',
];
}