Skip to content
Open
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
4 changes: 4 additions & 0 deletions po/fcitx5-table-extra.pot
Original file line number Diff line number Diff line change
Expand Up @@ -115,6 +115,10 @@ msgstr ""
msgid "Zhengma (Large)"
msgstr ""

#: tables/zhengma-chaoji.conf.in:3
msgid "Zhengma (Chaoji)"
msgstr ""

#: tables/zhengma-pinyin.conf.in:3
msgid "ZhengmaPinyin"
msgstr ""
4 changes: 4 additions & 0 deletions po/zh_CN.po
Original file line number Diff line number Diff line change
Expand Up @@ -120,6 +120,10 @@ msgstr "郑码"
msgid "Zhengma (Large)"
msgstr "郑码大字集"

#: tables/zhengma-chaoji.conf.in:3
msgid "Zhengma (Chaoji)"
msgstr "郑码超集"

#: tables/zhengma-pinyin.conf.in:3
msgid "ZhengmaPinyin"
msgstr "郑码拼音"
4 changes: 4 additions & 0 deletions po/zh_TW.po
Original file line number Diff line number Diff line change
Expand Up @@ -121,6 +121,10 @@ msgstr "鄭碼"
msgid "Zhengma (Large)"
msgstr "鄭碼大字集"

#: tables/zhengma-chaoji.conf.in:3
msgid "Zhengma (Chaoji)"
msgstr "鄭碼超集"

#: tables/zhengma-pinyin.conf.in:3
msgid "ZhengmaPinyin"
msgstr "鄭碼拼音"
2 changes: 1 addition & 1 deletion tables/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ set(TABLE_NAME
boshiamy zhengma cangjie3 cangjie5 cangjie-large
quick3 quick5 quick-classic
scj6 easy-large wu cantonese cantonhk jyutping-table stroke5 array30 array30-large
wubi-large zhengma-large zhengma-pinyin
wubi-large zhengma-large zhengma-chaoji zhengma-pinyin
t9
wubi98 wubi98-pinyin wubi98-single
)
Expand Down
27 changes: 27 additions & 0 deletions tables/zhengma-chaoji.conf.in
Original file line number Diff line number Diff line change
@@ -0,0 +1,27 @@
[InputMethod]
Name=Zhengma (Chaoji)
Icon=fcitx-zhengma
Label=郑(超集)
LangCode=zh_CN
Addon=table
Configurable=True

[Table]
File=table/zhengma-chaoji.main.dict
OrderPolicy=No
PinyinKey=[
AutoSelect=True
AutoSelectLength=-1
NoMatchAutoSelectLength=0
MatchingKey=?
AutoPhraseLength=4
ExactMatch=False
Hint=False

[Table/PrevPage]
0=Up
1=minus

[Table/NextPage]
0=Down
1=equal
Loading