add NL and ES

resolve conflicts
This commit is contained in:
Marvin 2025-06-06 06:06:56 +00:00
parent a6348a3e28
commit c7c39676d1
3 changed files with 668 additions and 2432 deletions

View file

@ -24,6 +24,10 @@ export default function LocaleSwitcher() {
value: 'it-IT',
label: 'Italiano'
},
{
value: 'nl-NL',
label: 'Nederlands'
},
{
value: 'pl-PL',
label: 'Polski'
@ -32,6 +36,10 @@ export default function LocaleSwitcher() {
value: 'pt-PT',
label: 'Português'
},
{
value: 'es-ES',
label: 'Español'
},
{
value: 'tr-TR',
label: 'Türkçe'