mirror of
https://github.com/spliit-app/spliit.git
synced 2026-03-02 19:26:11 +01:00
Add catalan to the list of locales
This commit is contained in:
@@ -17,6 +17,7 @@ export const localeLabels = {
|
|||||||
'tr-TR': 'Türkçe',
|
'tr-TR': 'Türkçe',
|
||||||
'pt-BR': 'Português Brasileiro',
|
'pt-BR': 'Português Brasileiro',
|
||||||
'nl-NL': 'Nederlands',
|
'nl-NL': 'Nederlands',
|
||||||
|
ca: 'Català',
|
||||||
} as const
|
} as const
|
||||||
|
|
||||||
export const locales: (keyof typeof localeLabels)[] = Object.keys(
|
export const locales: (keyof typeof localeLabels)[] = Object.keys(
|
||||||
|
|||||||
Reference in New Issue
Block a user