Skip to content
Draft
14 changes: 9 additions & 5 deletions config/i18n.ts
Original file line number Diff line number Diff line change
Expand Up @@ -76,6 +76,10 @@ export const countryLocaleVariants: Record<string, (LocaleObjectData & { country
{ country: true, code: 'pt-PT', name: 'Português (Portugal)' },
{ code: 'pt-BR', name: 'Português (Brasil)' },
],*/
nl: [
{ country: true, code: 'nl-NL', name: 'Nederlands' },
// { country: true, code: 'nl-BE', name: 'Vlaams' },
],
}

function createPluralRule(locale: string, mapping: Record<string, number>) {
Expand Down Expand Up @@ -213,11 +217,11 @@ const locales: (LocaleObjectData | (Omit<LocaleObjectData, 'code'> & { code: str
file: 'ne-NP.json',
name: 'नेपाली',
},
/*{
code: 'nl-NL',
file: 'nl-NL.json',
name: 'Nederlands',
},*/
{
code: 'nl',
file: 'nl.json',
name: 'Nederlands',
},
{
code: 'es',
file: 'es.json',
Expand Down
8 changes: 8 additions & 0 deletions i18n/locales/nl-NL.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
{
"$schema": "../schema.json",
"auth": {
"modal": {
"handle_placeholder": "oranje.npmx.dev"
}
}
}
Loading
Loading