1
0
mirror of https://github.com/bitwarden/browser.git synced 2024-09-18 02:41:15 +02: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

@ -1,5 +0,0 @@
{
"myVault": {
"message": "Mi Vault"
}
}

View File

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