Skip to content
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
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
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
locale: zh-TW
dictionaryFile: zh-bopomofo.csv
name: 中文 / 繁體
iconABC: ic_lang_zh_bopomofo
iconT9: ic_lang_zh_traditional
name: 中文 / 繁體_chw+edu
abcString: ㄅㄆㄇ
hasSpaceBetweenWords: no
hasUpperCase: no
Expand All @@ -15,15 +17,11 @@ layout:
- [ㄚ, ㄛ, ㄜ, ㄝ] # 7
- [ㄞ, ㄟ, ㄠ, ㄡ] # 8
- [ㄢ, ㄣ, ㄤ, ㄥ, ㄦ] # 9
filterBySounds: yes
sounds:
- [I,0] # ㄧ
- [Yi,0] # ㄧ, probably unnecessary
- [Y,0] # ㄧ, probably unnecessary
- [U,0] # ㄨ
- [Wu,0] # ㄨ, probably unnecessary
- [W,0] # ㄨ, probably unnecessary
- [Yu,0] # ㄩ
- [Uu,0] # ㄩ, actually "ü", probably unnecessary
- [B,1] # ㄅ
- [P,1] # ㄆ
- [M,1] # ㄇ
Expand Down
58 changes: 58 additions & 0 deletions app/languages/definitions/ChineseBopomofoLarge.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,58 @@
locale: zh-HK
Copy link
Owner Author

@sspanak sspanak Jul 1, 2025

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Keep either the small one or this one in the final release. Also, the locale must be "zh-TW".

dictionaryFile: zh-bopomofo-large.csv
iconABC: ic_lang_zh_bopomofo
iconT9: ic_lang_zh_traditional
name: 中文 / 繁體_chw+edu+hdnsmpl
abcString: ㄅㄆㄇ
hasSpaceBetweenWords: no
hasUpperCase: no
layout:
- [ㄧ, ㄨ, ㄩ, SPECIAL] # 0
- [ㄅ, ㄆ, ㄇ, ㄈ, PUNCTUATION_BP] # 1
- [ㄉ, ㄊ, ㄋ, ㄌ] # 2
- [ㄍ, ㄎ, ㄏ] # 3
- [ㄐ, ㄑ, ㄒ] # 4
- [ㄓ, ㄔ, ㄕ, ㄖ] # 5
- [ㄗ, ㄘ, ㄙ] # 6
- [ㄚ, ㄛ, ㄜ, ㄝ] # 7
- [ㄞ, ㄟ, ㄠ, ㄡ] # 8
- [ㄢ, ㄣ, ㄤ, ㄥ, ㄦ] # 9
filterBySounds: yes
sounds:
- [I,0] # ㄧ
- [U,0] # ㄨ
- [Yu,0] # ㄩ
- [B,1] # ㄅ
- [P,1] # ㄆ
- [M,1] # ㄇ
- [F,1] # ㄈ
- [D,2] # ㄉ
- [T,2] # ㄊ
- [N,2] # ㄋ
- [L,2] # ㄌ
- [G,3] # ㄍ
- [K,3] # ㄎ
- [H,3] # ㄏ
- [J,4] # ㄐ
- [Q,4] # ㄑ
- [X,4] # ㄒ
- [Zh,5] # ㄓ
- [Ch,5] # ㄔ
- [Sh,5] # ㄕ
- [R,5] # ㄖ
- [Z,6] # ㄗ
- [C,6] # ㄘ
- [S,6] # ㄙ
- [A,7] # ㄚ
- [O,7] # ㄛ
- [E,7] # ㄜ
- [Ie,7] # ㄝ
- [Ai,8] # ㄞ
- [Ei,8] # ㄟ
- [Ao,8] # ㄠ
- [Ou,8] # ㄡ
- [An,9] # ㄢ
- [En,9] # ㄣ
- [Ang,9] # ㄤ
- [Eng,9] # ㄥ
- [Er,9] # ㄦ
Loading
Loading