mirror of
https://github.com/monkeytypegame/monkeytype.git
synced 2025-11-07 03:19:13 +08:00
feat(language): add Thai 1K, 5K, 10K, 50K, and 60K (@jnx03) (#6498)
This commit is contained in:
parent
7bcad31d03
commit
69d9b3814f
7 changed files with 126049 additions and 1 deletions
|
|
@ -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"],
|
||||
|
|
|
|||
10007
frontend/static/languages/thai_10k.json
Normal file
10007
frontend/static/languages/thai_10k.json
Normal file
File diff suppressed because it is too large
Load diff
1007
frontend/static/languages/thai_1k.json
Normal file
1007
frontend/static/languages/thai_1k.json
Normal file
File diff suppressed because it is too large
Load diff
50007
frontend/static/languages/thai_50k.json
Normal file
50007
frontend/static/languages/thai_50k.json
Normal file
File diff suppressed because it is too large
Load diff
5007
frontend/static/languages/thai_5k.json
Normal file
5007
frontend/static/languages/thai_5k.json
Normal file
File diff suppressed because it is too large
Load diff
60007
frontend/static/languages/thai_60k.json
Normal file
60007
frontend/static/languages/thai_60k.json
Normal file
File diff suppressed because it is too large
Load diff
|
|
@ -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",
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue