1
0
mirror of https://github.com/bitwarden/web synced 2026-01-01 16:13:15 +00:00

remove spansih translation file

This commit is contained in:
Kyle Spearrin
2018-07-19 09:33:43 -04:00
parent ef886c8742
commit de35a62984
2 changed files with 1 additions and 6 deletions

View File

@@ -11,7 +11,7 @@ export class I18nService extends BaseI18nService {
});
this.supportedTranslationLocales = [
'en', 'es',
'en',
];
}
}