feat: Add Urdu language support

This commit is contained in:
Yasir Ali
2026-01-12 15:03:26 +05:00
committed by Alex Newman
parent 2a62a94b09
commit 583a76b150
34 changed files with 363 additions and 0 deletions
+1
View File
@@ -88,6 +88,7 @@ function printLanguages(): void {
th: "Thai",
hi: "Hindi",
bn: "Bengali",
ur: "Urdu",
ro: "Romanian",
sv: "Swedish",
// Tier 4 - Why not
+1
View File
@@ -92,6 +92,7 @@ const LANGUAGE_NAMES: Record<string, string> = {
th: "Thai",
hi: "Hindi",
bn: "Bengali",
ur: "Urdu",
ro: "Romanian",
sv: "Swedish",
// Tier 4 - Why not