mirror of
https://github.com/bitwarden/browser.git
synced 2024-11-06 09:20:43 +01:00
add danish support
This commit is contained in:
parent
85429bc505
commit
9d4f29f0a9
@ -11,7 +11,7 @@ export class I18nService extends BaseI18nService {
|
|||||||
});
|
});
|
||||||
|
|
||||||
this.supportedTranslationLocales = [
|
this.supportedTranslationLocales = [
|
||||||
'en',
|
'en', 'da',
|
||||||
];
|
];
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user