File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -31,3 +31,6 @@ Configuration for the Amharic input method.
3131- Dictionary of Amharic names
3232- Dictionary of frequently used Amharic words
3333- Date translator
34+
35+ ## [ Bamun] ( bax )
36+ Configuration for the Bamun input method.
Original file line number Diff line number Diff line change 1+ [info ]
2+ description = " Bamun configuration"
3+ version = " 2024-03-23"
4+
5+ [core ]
6+ buffer_size = 64
7+ auto_capitalize = false
8+ auto_commit = true
9+
10+ [data ]
11+ letters = { path = " ./letters.toml" }
12+ punctuation = { path = " ./punctuation.toml" }
13+
14+ [translation ]
15+ numbers = { path = " ./numbers.toml" }
Original file line number Diff line number Diff line change 1+ [info ]
2+ description = " Letters in bamun script"
3+ source = " https://www.unicode.org/charts/PDF/UA6A0.pdf"
4+ version = " 2024-03-23"
5+
6+ [data ]
7+ "a" = " ꚠ"
8+ "ka" = " ꚡ"
9+ "u" = " ꚢ"
10+ "ku" = " ꚣ"
11+ "ee" = " ꚤ"
12+ "ree" = " ꚥ"
13+ "tae" = " ꚦ"
14+ "o" = " ꚧ"
15+ "nyi" = " ꚨ"
16+ "i" = " ꚩ"
17+ "la" = " ꚪ"
18+ "pa" = " ꚫ"
19+ "rii" = " ꚬ"
20+ "riee" = " ꚭ"
21+ "leeee" = " ꚮ"
22+ "meeee" = " ꚯ"
23+ "taa" = " ꚰ"
24+ "ndaa" = " ꚱ"
25+ "njaem" = " ꚲ"
26+ "m" = " ꚳ"
27+ "suu" = " ꚴ"
28+ "mu" = " ꚵ"
29+ "shii" = " ꚶ"
30+ "si" = " ꚷ"
31+ "sheux" = " ꚸ"
32+ "seux" = " ꚹ"
33+ "kyee" = " ꚺ"
34+ "ket" = " ꚻ"
35+ "nuae" = " ꚼ"
36+ "nu" = " ꚽ"
37+ "njuae" = " ꚾ"
38+ "yoq" = " ꚿ"
39+ "shu" = " ꛀ"
40+ "yuq" = " ꛁ"
41+ "ya" = " ꛂ"
42+ "nsha" = " ꛃ"
43+ "keux" = " ꛄ"
44+ "peux" = " ꛅ"
45+ "njee" = " ꛆ"
46+ "ntee" = " ꛇ"
47+ "pue" = " ꛈ"
48+ "wue" = " ꛉ"
49+ "pee" = " ꛊ"
50+ "fee" = " ꛋ"
51+ "ru" = " ꛌ"
52+ "lu" = " ꛍ"
53+ "mi" = " ꛎ"
54+ "ni" = " ꛏ"
55+ "reux" = " ꛐ"
56+ "rae" = " ꛑ"
57+ "ken" = " ꛒ"
58+ "ngkwaen" = " ꛓ"
59+ "ngga" = " ꛔ"
60+ "nga" = " ꛕ"
61+ "sho" = " ꛖ"
62+ "puae" = " ꛗ"
63+ "fu" = " ꛘ"
64+ "fom" = " ꛙ"
65+ "wa" = " ꛚ"
66+ "na" = " ꛛ"
67+ "li" = " ꛜ"
68+ "pi" = " ꛝ"
69+ "loq" = " ꛞ"
70+ "ko" = " ꛟ"
71+ "mben" = " ꛠ"
72+ "ren" = " ꛡ"
73+ "men" = " ꛢ"
74+ "ma" = " ꛣ"
75+ "ti" = " ꛤ"
76+ "ki" = " ꛥ"
77+ "mo" = " ꛦ"
78+
Original file line number Diff line number Diff line change 1+ [info ]
2+ description = " Numbers in bamun scripts"
3+ source = " https://www.unicode.org/charts/PDF/UA6A0.pdf"
4+ version = " 2024-03-23"
5+
6+ [translation ]
7+ "1'" = { value = " ꛦ" , alias = [" mo" ] }
8+ "2'" = { value = " ꛧ" , alias = [" mbaa" ] }
9+ "3'" = { value = " ꛨ" , alias = [" tet" ] }
10+ "4'" = { value = " ꛩ" , alias = [" kpa" ] }
11+ "5'" = { value = " ꛪ" , alias = [" ten" ] }
12+ "6'" = { value = " ꛫ" , alias = [" ntuu" ] }
13+ "7'" = { value = " ꛬ" , alias = [" samba" ] }
14+ "8'" = { value = " ꛭ" , alias = [" faamae" ] }
15+ "9'" = { value = " ꛮ" , alias = [" kovuu" ] }
16+ "0'" = { value = " ꛯ" , alias = [" koghom" ] }
Original file line number Diff line number Diff line change 1+ [info ]
2+ description = " Punctuations in bamun scripts"
3+ source = " https://www.unicode.org/charts/PDF/UA6A0.pdf"
4+ version = " 2024-03-23"
5+
6+ [data ]
7+ "koqndon" = " $꛰"
8+ "tukwentis" = " $꛱"
9+ "njaemli" = " ꛲"
10+ "." = " ꛳"
11+ ":" = " ꛴"
12+ "," = " ꛵"
13+ ";" = " ꛶"
14+ "?" = " ꛷"
You can’t perform that action at this time.
0 commit comments