1
0
mirror of https://github.com/bitwarden/browser synced 2025-12-25 20:53:22 +00:00

add polish language

This commit is contained in:
Kyle Spearrin
2018-08-06 17:42:59 -04:00
parent 4e58708f12
commit 6fb8a9ef2f
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', 'fr', 'nb', 'pt-PT', 'pt-BR', 'ru', 'sk', 'sv', 'zh-CN',
'en', 'cs', 'da', 'de', 'es', 'fr', 'nb', 'pl', 'pt-PT', 'pt-BR', 'ru', 'sk', 'sv', 'zh-CN',
];
}
}