mirror of
https://github.com/fosrl/pangolin.git
synced 2026-02-12 07:56:40 +00:00
modified: src/components/LocaleSwitcher.tsx
modified: src/i18n/config.ts
This commit is contained in:
@@ -12,9 +12,29 @@ export default function LocaleSwitcher() {
|
||||
value: 'en-US',
|
||||
label: 'Englisch'
|
||||
},
|
||||
{
|
||||
value: 'fr-FR',
|
||||
label: 'French'
|
||||
},
|
||||
{
|
||||
value: 'de-DE',
|
||||
label: 'German'
|
||||
},
|
||||
{
|
||||
value: 'it-IT',
|
||||
label: 'Italian'
|
||||
},
|
||||
{
|
||||
value: 'pl-PL',
|
||||
label: 'Polish'
|
||||
},
|
||||
{
|
||||
value: 'pt-PT',
|
||||
label: 'Portuguese'
|
||||
},
|
||||
{
|
||||
value: 'tr-TR',
|
||||
label: 'Turkish'
|
||||
}
|
||||
]}
|
||||
label='Language'
|
||||
|
||||
Reference in New Issue
Block a user