1
0
mirror of https://github.com/bitwarden/web synced 2026-01-05 18:13:41 +00:00

added hebrew language

This commit is contained in:
Kyle Spearrin
2019-08-29 07:20:36 -04:00
parent c6ae5368fe
commit dc54943a19
2 changed files with 4 additions and 2 deletions

View File

@@ -11,7 +11,7 @@ export class I18nService extends BaseI18nService {
});
this.supportedTranslationLocales = [
'en', 'ca', 'cs', 'da', 'de', 'en-GB', 'es', 'et', 'fr', 'it', 'ja', 'ko', 'nb', 'nl', 'pl',
'en', 'ca', 'cs', 'da', 'de', 'en-GB', 'es', 'et', 'fr', 'he', 'it', 'ja', 'ko', 'nb', 'nl', 'pl',
'pt-PT', 'pt-BR', 'ru', 'sk', 'sv', 'uk', 'zh-CN', 'zh-TW',
];
}