Add Finnish and Norwegian

## Issue
5458: add Finnish/Norwegian languages to supported
This commit is contained in:
infiinte-persistence 2021-02-17 15:47:08 +08:00 committed by Sean Yesmunt
parent c29dccc1b1
commit a127fce561
2 changed files with 4 additions and 0 deletions

View file

@ -7,6 +7,8 @@ const SUPPORTED_BROWSER_LANGUAGES = {
'zh-Hant': 'zh-Hant',
hr: 'hr',
nl: 'nl',
no: 'no',
fi: 'fi',
fr: 'fr',
de: 'de',
gu: 'gu',

View file

@ -7,6 +7,8 @@ const SUPPORTED_LANGUAGES = {
'zh-Hant': LANGUAGES['zh-Hant'][1],
hr: LANGUAGES.hr[1],
nl: LANGUAGES.nl[1],
no: LANGUAGES.no[1],
fi: LANGUAGES.fi[1],
fr: LANGUAGES.fr[1],
de: LANGUAGES.de[1],
gu: LANGUAGES.gu[1],