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
+7
View File
@@ -3,6 +3,7 @@ import en from './en.json';
import es from './es.json';
import it from './it.json';
import ja from './ja.json';
import nl from './nl.json';
import ru from './ru.json';
import uk from './uk.json';
import vi from './vi.json';
@@ -59,6 +60,12 @@ export const ALL_LANGUAGES: Record<string, LanguageInfo> = {
alternativeLanguageTag: 'ja-JP',
content: ja
},
'nl': {
name: 'Dutch',
displayName: 'Nederlands',
alternativeLanguageTag: 'nl-NL',
content: nl
},
'pt-BR': {
name: 'Portuguese (Brazil)',
displayName: 'Português (Brasil)',