add turkish language

This commit is contained in:
vcoppe
2025-06-07 11:30:06 +02:00
parent 37e8237f78
commit a9ea0e223d
3 changed files with 61 additions and 5 deletions

View File

@@ -9,5 +9,6 @@ export const languages: Record<string, string> = {
it: 'Italiano',
nl: 'Nederlands',
'pt-BR': 'Português (Brasil)',
tr: 'Türkçe',
zh: '简体中文',
};