Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
26 commits
Select commit Hold shift + click to select a range
891a5ee
Add Chinese Traditional 1k language file
nota-noob Feb 6, 2026
ee9a1e6
Rename chinese_traditional_1k to chinese_traditional_1k.json
nota-noob Feb 6, 2026
21e0852
Add noLazyMode property to chinese_traditional_1k.json
nota-noob Feb 6, 2026
5a7b6f5
Fix JSON syntax errors in Chinese Traditional file
nota-noob Feb 6, 2026
b30f573
Add rightToLeft property to Chinese Traditional JSON
nota-noob Feb 6, 2026
1f8bfc3
Add orderedByFrequency property to Chinese JSON
nota-noob Feb 6, 2026
8522991
Add 'chinese_traditional_1k' to language list
nota-noob Feb 6, 2026
c0428d7
Add 'chinese_traditional_1k' to languages list
nota-noob Feb 6, 2026
80fd80b
Add chinese_traditional_5k language
nota-noob Feb 6, 2026
c557361
Update BCP47 language code to 'zh-Hant'
nota-noob Feb 6, 2026
837b89a
Add chinese_traditional_10k language
nota-noob Feb 6, 2026
61dcb84
Create chinese_traditional_50k.json
nota-noob Feb 6, 2026
62792d7
Add chinese_traditional_10k.json file
nota-noob Feb 6, 2026
15fd4c4
Add additional Chinese language variants
nota-noob Feb 6, 2026
182d4ec
Add Chinese traditional language options
nota-noob Feb 6, 2026
e7bb46b
fix formatting
fehmer Feb 6, 2026
ccdc875
Add BCP47 language tag for Traditional Chinese
nota-noob Feb 6, 2026
3ea8d89
Fix duplicate character
nota-noob Feb 6, 2026
843dc05
fix formatting
nota-noob Feb 15, 2026
0665657
fix some characters
nota-noob Feb 18, 2026
426989b
fix some characters
nota-noob Feb 18, 2026
d7706d8
fix some characters
nota-noob Feb 18, 2026
006cc8e
fix some characters
nota-noob Feb 18, 2026
5e4e1b8
remove duplicates
nota-noob Feb 18, 2026
0ff2d16
remove duplicates
nota-noob Feb 18, 2026
3ba0628
remove duplicates
nota-noob Feb 18, 2026
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions frontend/src/ts/constants/languages.ts
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,10 @@ export const LanguageGroups: Record<string, Language[]> = {
marathi: ["marathi"],
chinese: [
"chinese_traditional",
"chinese_traditional_1k",
"chinese_traditional_5k",
"chinese_traditional_10k",
"chinese_traditional_50k",
"chinese_simplified",
"chinese_simplified_1k",
"chinese_simplified_5k",
Expand Down
1 change: 1 addition & 0 deletions frontend/static/languages/chinese_traditional.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
{
"name": "chinese_traditional",
"noLazyMode": true,
"bcp47": "zh-Hant",
"words": [
"我們",
"可以",
Expand Down
Loading