feat: Add Dutch translations to language selector (#4120)

noramlize wording and order of available languages
This commit is contained in:
Tom Moor
2022-09-15 00:52:08 +02:00
committed by GitHub
parent ce410c4bf3
commit c6e11bac71
2 changed files with 23 additions and 17 deletions

View File

@@ -7,6 +7,7 @@ import {
it,
ja,
ko,
nl,
ptBR,
pt,
pl,
@@ -26,6 +27,7 @@ const locales = {
it_IT: it,
ja_JP: ja,
ko_KR: ko,
nl_NL: nl,
pt_BR: ptBR,
pt_PT: pt,
pl_PL: pl,