1
0
mirror of https://github.com/bitwarden/browser synced 2025-12-21 02:33:46 +00:00

support for sr lang. resolve sendService deps (#1466)

This commit is contained in:
Kyle Spearrin
2020-11-18 16:54:29 -05:00
committed by GitHub
parent 3155029c32
commit 63eb0959a7
5 changed files with 13 additions and 4 deletions

View File

@@ -18,8 +18,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', 'sv', 'th', 'tr', 'uk', 'vi',
'zh-CN', 'zh-TW',
'id', 'it', 'ja', 'ko', 'nb', 'nl', 'pl', 'pt-BR', 'pt-PT', 'ro', 'ru', 'sk', 'sr', 'sv', 'th', 'tr', 'uk',
'vi', 'zh-CN', 'zh-TW',
];
}