📎 Add dutch language

This commit is contained in:
Andrey Antukh 2023-08-30 10:33:33 +02:00
parent 9bd42be771
commit 52851f4c6f
3 changed files with 4 additions and 1 deletions

View file

@ -49,7 +49,7 @@ function readLocales() {
const langs = ["ar", "ca", "de", "el", "en", "eu", "it", "es",
"fa", "fr", "he", "nb_NO", "pl", "pt_BR", "ro", "id",
"ru", "tr", "zh_CN", "zh_Hant", "hr", "gl", "pt_PT",
"cs", "fo", "ko", "lv",
"cs", "fo", "ko", "lv", "nl",
// this happens when file does not matches correct
// iso code for the language.
["ja_jp", "jpn_JP"],