1
0
mirror of https://github.com/bitwarden/web synced 2026-01-03 17:13:58 +00:00

add new languages

This commit is contained in:
Kyle Spearrin
2018-08-06 08:58:50 -04:00
parent b76f1d3c8c
commit d2d89c252a
2 changed files with 11 additions and 1 deletions

View File

@@ -11,7 +11,7 @@ export class I18nService extends BaseI18nService {
});
this.supportedTranslationLocales = [
'en', 'da', 'de', 'fr', 'pt-PT', 'pt-BR', 'ru', 'sk',
'en', 'cs', 'da', 'de', 'es', 'fr', 'nb', 'pt-PT', 'pt-BR', 'ru', 'sk', 'sv', 'zh-CN',
];
}
}