1
0
mirror of https://github.com/bitwarden/web synced 2026-01-03 09:03:41 +00:00

add nl language

This commit is contained in:
Kyle Spearrin
2018-08-21 23:23:30 -04:00
parent 221397b159
commit 19f7dda4cc
3 changed files with 5 additions and 2 deletions

View File

@@ -11,7 +11,8 @@ export class I18nService extends BaseI18nService {
});
this.supportedTranslationLocales = [
'en', 'cs', 'da', 'de', 'es', 'et', 'fr', 'it', 'nb', 'pl', 'pt-PT', 'pt-BR', 'ru', 'sk', 'sv', 'zh-CN',
'en', 'cs', 'da', 'de', 'es', 'et', 'fr', 'it', 'nb', 'nl', 'pl', 'pt-PT', 'pt-BR',
'ru', 'sk', 'sv', 'zh-CN',
];
}
}