feat(language): add Thai 1K, 5K, 10K, 50K, and 60K (@jnx03) (#6498)

This commit is contained in:
JN03 2025-05-07 20:30:26 +07:00 committed by GitHub
parent 7bcad31d03
commit 69d9b3814f
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
7 changed files with 126049 additions and 1 deletions

View file

@ -119,7 +119,15 @@ export const LanguageGroups: Record<string, Language[]> = {
turkish: ["turkish", "turkish_1k", "turkish_5k"],
irish: ["irish"],
galician: ["galician"],
thai: ["thai", "thai_20k"],
thai: [
"thai",
"thai_1k",
"thai_5k",
"thai_10k",
"thai_20k",
"thai_50k",
"thai_60k",
],
tamil: ["tamil", "tamil_1k", "tanglish", "tamil_old"],
kannada: ["kannada"],
telugu: ["telugu", "telugu_1k"],

File diff suppressed because it is too large Load diff

File diff suppressed because it is too large Load diff

File diff suppressed because it is too large Load diff

File diff suppressed because it is too large Load diff

File diff suppressed because it is too large Load diff

View file

@ -127,7 +127,12 @@ export const LanguageSchema = z.enum(
"latin",
"galician",
"thai",
"thai_1k",
"thai_5k",
"thai_10k",
"thai_20k",
"thai_50k",
"thai_60k",
"polish",
"polish_2k",
"polish_5k",