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

add italian language to web vault

This commit is contained in:
Kyle Spearrin
2018-08-14 10:42:54 -04:00
parent c90cb2ae6e
commit 662c229de1
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', 'pl', 'pt-PT', 'pt-BR', 'ru', 'sk', 'sv', 'zh-CN',
'en', 'cs', 'da', 'de', 'es', 'fr', 'it', 'nb', 'pl', 'pt-PT', 'pt-BR', 'ru', 'sk', 'sv', 'zh-CN',
];
}
}