1
0
mirror of https://github.com/bitwarden/browser.git synced 2024-09-03 00:20:35 +02:00

add danish support

This commit is contained in:
Kyle Spearrin 2018-07-23 20:16:49 -04:00
parent 85429bc505
commit 9d4f29f0a9

View File

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