Skip to content

Commit 2b6aec3

Browse files
committed
Traditional Chinese / Bopomofo dictionaries
1 parent fd604aa commit 2b6aec3

File tree

14 files changed

+1151793
-46
lines changed

14 files changed

+1151793
-46
lines changed

app/languages/definitions/ChineseBopomofo.hidden renamed to app/languages/definitions/ChineseBopomofo.yml

Lines changed: 4 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
locale: zh-TW
22
dictionaryFile: zh-bopomofo.csv
3-
name: 中文 / 繁體
3+
iconABC: ic_lang_zh_bopomofo
4+
iconT9: ic_lang_zh_traditional
5+
name: 中文 / 繁體 / small
46
abcString: ㄅㄆㄇ
57
hasSpaceBetweenWords: no
68
hasUpperCase: no
@@ -15,15 +17,11 @@ layout:
1517
- [ㄚ, ㄛ, ㄜ, ㄝ] # 7
1618
- [ㄞ, ㄟ, ㄠ, ㄡ] # 8
1719
- [ㄢ, ㄣ, ㄤ, ㄥ, ㄦ] # 9
20+
filterBySounds: yes
1821
sounds:
1922
- [I,0] #
20-
- [Yi,0] # ㄧ, probably unnecessary
21-
- [Y,0] # ㄧ, probably unnecessary
2223
- [U,0] #
23-
- [Wu,0] # ㄨ, probably unnecessary
24-
- [W,0] # ㄨ, probably unnecessary
2524
- [Yu,0] #
26-
- [Uu,0] # ㄩ, actually "ü", probably unnecessary
2725
- [B,1] #
2826
- [P,1] #
2927
- [M,1] #
Lines changed: 58 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,58 @@
1+
locale: zh-HK
2+
dictionaryFile: zh-bopomofo-large.csv
3+
iconABC: ic_lang_zh_bopomofo
4+
iconT9: ic_lang_zh_traditional
5+
name: 中文 / 繁體 / large
6+
abcString: ㄅㄆㄇ
7+
hasSpaceBetweenWords: no
8+
hasUpperCase: no
9+
layout:
10+
- [ㄧ, ㄨ, ㄩ, SPECIAL] # 0
11+
- [ㄅ, ㄆ, ㄇ, ㄈ, PUNCTUATION_BP] # 1
12+
- [ㄉ, ㄊ, ㄋ, ㄌ] # 2
13+
- [ㄍ, ㄎ, ㄏ] # 3
14+
- [ㄐ, ㄑ, ㄒ] # 4
15+
- [ㄓ, ㄔ, ㄕ, ㄖ] # 5
16+
- [ㄗ, ㄘ, ㄙ] # 6
17+
- [ㄚ, ㄛ, ㄜ, ㄝ] # 7
18+
- [ㄞ, ㄟ, ㄠ, ㄡ] # 8
19+
- [ㄢ, ㄣ, ㄤ, ㄥ, ㄦ] # 9
20+
filterBySounds: yes
21+
sounds:
22+
- [I,0] #
23+
- [U,0] #
24+
- [Yu,0] #
25+
- [B,1] #
26+
- [P,1] #
27+
- [M,1] #
28+
- [F,1] #
29+
- [D,2] #
30+
- [T,2] #
31+
- [N,2] #
32+
- [L,2] #
33+
- [G,3] #
34+
- [K,3] #
35+
- [H,3] #
36+
- [J,4] #
37+
- [Q,4] #
38+
- [X,4] #
39+
- [Zh,5] #
40+
- [Ch,5] #
41+
- [Sh,5] #
42+
- [R,5] #
43+
- [Z,6] #
44+
- [C,6] #
45+
- [S,6] #
46+
- [A,7] #
47+
- [O,7] #
48+
- [E,7] #
49+
- [Ie,7] #
50+
- [Ai,8] #
51+
- [Ei,8] #
52+
- [Ao,8] #
53+
- [Ou,8] #
54+
- [An,9] #
55+
- [En,9] #
56+
- [Ang,9] #
57+
- [Eng,9] #
58+
- [Er,9] #

0 commit comments

Comments
 (0)