1
0
mirror of https://github.com/bitwarden/browser synced 2025-12-20 18:23:31 +00:00

add Kannada language

This commit is contained in:
tgreer-bw
2021-07-06 06:39:39 -04:00
parent af1540267f
commit a55593a3c5
2 changed files with 3 additions and 1 deletions

View File

@@ -10,7 +10,7 @@ export default class I18nService extends BaseI18nService {
this.supportedTranslationLocales = [
'en', 'be', 'bg', 'bn', 'ca', 'cs', 'da', 'de', 'el', 'en-GB', 'en-IN', 'es', 'et', 'fa', 'fi', 'fr', 'he', 'hr', 'hu',
'id', 'it', 'ja', 'ko', 'lv', 'ml', 'nb', 'nl', 'pl', 'pt-BR', 'pt-PT', 'ro', 'ru', 'sk', 'sr', 'sv', 'th', 'tr', 'uk',
'id', 'it', 'ja', 'kn', 'ko', 'lv', 'ml', 'nb', 'nl', 'pl', 'pt-BR', 'pt-PT', 'ro', 'ru', 'sk', 'sr', 'sv', 'th', 'tr', 'uk',
'vi', 'zh-CN', 'zh-TW',
];
}