feat(locale): add Tamil translation

This commit is contained in:
Harsh Vardan
2026-01-21 14:21:24 +13:00
committed by mayswind
parent fc9581580c
commit 80e1223505
22 changed files with 2610 additions and 8 deletions
+8
View File
@@ -6,6 +6,7 @@ import it from './it.json';
import ja from './ja.json';
import kn from './kn.json';
import ko from './ko.json';
import ta from './ta.json';
import nl from './nl.json';
import ru from './ru.json';
import sl from './sl.json';
@@ -120,6 +121,13 @@ export const ALL_LANGUAGES: Record<string, LanguageInfo> = {
textDirection: 'ltr',
content: sl
},
'ta': {
name: 'Tamil',
displayName: 'தமிழ்',
alternativeLanguageTag: 'ta-IN',
textDirection: 'ltr',
content: ta
},
'th': {
name: 'Thai',
displayName: 'ภาษาไทย',