Skip to content

Commit

Permalink
No med spynorsk mordliste 🇳🇴
Browse files Browse the repository at this point in the history
  • Loading branch information
mifi committed Jan 15, 2023
1 parent 35f5aef commit 7ea3d4c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
1 change: 0 additions & 1 deletion public/i18n-common.js
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,6 @@ const getLangPath = (subPath) => (isDev ? join('public', subPath) : join(app.get
const mapLang = (lng) => ({
nb: 'nb_NO',
no: 'nb_NO',
nn: 'nb_NO',
zh: 'zh_Hans',
// https://source.chromium.org/chromium/chromium/src/+/master:ui/base/l10n/l10n_util.cc;l=354
'zh-CN': 'zh_Hans', // Chinese simplified (mainland China)
Expand Down
3 changes: 2 additions & 1 deletion src/util/constants.js
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,8 @@ export const langNames = {
fr: 'Français',
it: 'Italiano',
nl: 'Nederlands',
nb: 'Norsk',
nb: 'Norsk (bokmål)',
nn: 'Norsk (nynorsk)',
pl: 'Polski',
pt: 'Português',
pt_BR: 'português do Brasil',
Expand Down

0 comments on commit 7ea3d4c

Please sign in to comment.