mirror of
https://github.com/bitwarden/web
synced 2026-01-03 17:13:58 +00:00
en-GB locale
This commit is contained in:
@@ -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',
|
||||
];
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user