Add Turkish locale label

This commit is contained in:
Sebastien Castiel
2025-04-19 14:16:48 -04:00
parent ff6c48a0c8
commit 92909ce27f

View File

@@ -14,6 +14,7 @@ export const localeLabels = {
'it-IT': 'Italiano',
'ua-UA': 'Українська',
ro: 'Română',
'tr-TR': 'Türkçe',
} as const
export const locales: (keyof typeof localeLabels)[] = Object.keys(