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

en-GB locale

This commit is contained in:
Kyle Spearrin
2019-01-15 20:49:15 -05:00
parent 68f69074cb
commit 64f41f004d
2 changed files with 3 additions and 1 deletions

View File

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