1
0
mirror of https://github.com/bitwarden/browser synced 2025-12-25 12:43:36 +00:00

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

This commit is contained in:
Kyle Spearrin
2020-11-18 16:13:05 -05:00
committed by GitHub
parent 0670970d2e
commit a18a35fa0b
4 changed files with 11 additions and 4 deletions

View File

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