1
0
mirror of https://github.com/bitwarden/browser synced 2025-12-26 05:03:33 +00:00

add french translations support

This commit is contained in:
Kyle Spearrin
2018-08-01 07:35:33 -04:00
parent fecb980c9b
commit 7eb329db6b
2 changed files with 3 additions and 1 deletions

View File

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