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
+4 -1
View File
@@ -41,7 +41,10 @@ var AllLanguages = map[string]*LocaleInfo{
},
"sl": {
Content: sl,
},
},
"ta": {
Content: ta,
},
"th": {
Content: th,
},