mirror of
https://github.com/fosrl/pangolin.git
synced 2025-08-28 05:44:01 +02:00
add NL and ES
resolve conflicts
This commit is contained in:
parent
a6348a3e28
commit
c7c39676d1
3 changed files with 668 additions and 2432 deletions
|
@ -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'
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue