feat: add dutch language (#2255)

This commit is contained in:
David Nguyen
2025-12-02 11:28:04 +11:00
committed by GitHub
parent 55480826de
commit bc19699a58
+5
View File
@@ -6,6 +6,7 @@ export const SUPPORTED_LANGUAGE_CODES = [
'fr', 'fr',
'es', 'es',
'it', 'it',
'nl',
'pl', 'pl',
'pt-BR', 'pt-BR',
'ja', 'ja',
@@ -61,6 +62,10 @@ export const SUPPORTED_LANGUAGES: Record<string, SupportedLanguage> = {
full: 'Italian', full: 'Italian',
short: 'it', short: 'it',
}, },
nl: {
short: 'nl',
full: 'Dutch',
},
pl: { pl: {
short: 'pl', short: 'pl',
full: 'Polish', full: 'Polish',