Add Dutch translation

This commit is contained in:
automagics
2025-08-12 20:35:27 +02:00
committed by mayswind
parent 127393b64a
commit e2c99c4f04
15 changed files with 2258 additions and 11 deletions
+3
View File
@@ -21,6 +21,9 @@ var AllLanguages = map[string]*LocaleInfo{
"ja": {
Content: ja,
},
"nl": {
Content: nl,
},
"pt-BR": {
Content: ptBR,
},