1
0
mirror of https://github.com/bitwarden/desktop.git synced 2025-02-02 23:01:28 +01:00

add languages to SupportedTranslationLocales

This commit is contained in:
Kyle Spearrin 2018-02-20 16:27:54 -05:00
parent 5acc6aae23
commit 33d6c7fcb3

View File

@ -5,7 +5,9 @@ import { I18nService as I18nServiceAbstraction } from 'jslib/abstractions/i18n.s
// First locale is the default (English)
const SupportedTranslationLocales = [
'en', 'es',
'en', 'cs', 'da', 'de', 'es', 'et', 'fi', 'fr', 'hr', 'hu', 'id', 'it', 'ja',
'nb', 'nl', 'pl', 'pt-BR', 'pt-PT', 'ro', 'ru', 'sk', 'sv', 'tr', 'uk', 'vi',
'zh-CN', 'zh-TW',
];
export class I18nService implements I18nServiceAbstraction {