Skip to content

Commit

Permalink
feat: Added Dutch locale
Browse files Browse the repository at this point in the history
  • Loading branch information
dylanvdbrink committed Aug 14, 2024
1 parent ad42b9f commit a1c027b
Show file tree
Hide file tree
Showing 2 changed files with 24 additions and 0 deletions.
6 changes: 6 additions & 0 deletions nuxt.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -128,6 +128,12 @@ export default defineNuxtConfig({
name: 'Ελληνικά',
file: 'gr-GR.json',
},
{
code: 'nl',
iso: 'nl-NL',
name: 'Nederlands',
file: 'nl-NL.json',
},
],
strategy: 'no_prefix',
langDir: 'locales',
Expand Down
18 changes: 18 additions & 0 deletions src/locales/nl-NL.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
{
"service": {

},

"error": {
"title": "Fout",
"page404": "Pagina niet gevonden!",
"home": "Startpagina",
"description": "Oeps! Er was een onverwachte fout",
"action": "Ga naar de documentatie"
},

"update": {
"message": "Een nieuwe versie is beschikbaar",
"visit": "Bekijk op Github →"
}
}

0 comments on commit a1c027b

Please sign in to comment.