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',
'es',
'it',
'nl',
'pl',
'pt-BR',
'ja',
@@ -61,6 +62,10 @@ export const SUPPORTED_LANGUAGES: Record<string, SupportedLanguage> = {
full: 'Italian',
short: 'it',
},
nl: {
short: 'nl',
full: 'Dutch',
},
pl: {
short: 'pl',
full: 'Polish',