1
0
mirror of https://github.com/bitwarden/web synced 2026-01-06 02:24:02 +00:00

additional language support

This commit is contained in:
Kyle Spearrin
2018-07-30 21:14:34 -04:00
parent 52a4fc8e93
commit 950e5a57b1
2 changed files with 9 additions and 1 deletions

View File

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