Update to 1.8.9
- Add tones to Jyutping.txt table (Resolves: https://github.com/mike-fabian/ibus-table-chinese/issues/6) Tonal markers according to https://github.com/rime/rime-cantonese/blob/main/README-en.md#tonal-markers were added: 1. v: High level, e.g. siv → 詩; High level checked, e.g. sikv → 色 2. x: Medium rising, e.g. six → 史 3. q: Medium level, e.g. siq→ 試; Medium level checked, e.g. sekq → 錫 4. vv: Low falling, e.g. sivv → 時 5. xx: Low rising, e.g. sixx → 市 6. qq: Low level, e.g. siqq→ 事; Low level checked, e.g. sikqq → 食
This commit is contained in:
parent
e20d99071e
commit
99dd085fb3
1
.gitignore
vendored
1
.gitignore
vendored
@ -18,3 +18,4 @@
|
|||||||
/ibus-table-chinese-1.8.6.tar.gz
|
/ibus-table-chinese-1.8.6.tar.gz
|
||||||
/ibus-table-chinese-1.8.7.tar.gz
|
/ibus-table-chinese-1.8.7.tar.gz
|
||||||
/ibus-table-chinese-1.8.8.tar.gz
|
/ibus-table-chinese-1.8.8.tar.gz
|
||||||
|
/ibus-table-chinese-1.8.9.tar.gz
|
||||||
|
@ -2,7 +2,7 @@
|
|||||||
%global ibus_tables_dir %{_datadir}/ibus-table/tables
|
%global ibus_tables_dir %{_datadir}/ibus-table/tables
|
||||||
%global ibus_icons_dir %{_datadir}/ibus-table/icons
|
%global ibus_icons_dir %{_datadir}/ibus-table/icons
|
||||||
Name: ibus-table-chinese
|
Name: ibus-table-chinese
|
||||||
Version: 1.8.8
|
Version: 1.8.9
|
||||||
Release: 1%{?dist}
|
Release: 1%{?dist}
|
||||||
Summary: Chinese input tables for IBus
|
Summary: Chinese input tables for IBus
|
||||||
Summary(zh_CN): 中文码表输入法
|
Summary(zh_CN): 中文码表输入法
|
||||||
@ -800,6 +800,20 @@ rm -fr %{buildroot}%{_docdir}/*
|
|||||||
%{ibus_tables_dir}/cantonyale.db
|
%{ibus_tables_dir}/cantonyale.db
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Wed Jul 13 2022 Mike FABIAN <mfabian@redhat.com> - 1.8.9-1
|
||||||
|
- Update to 1.8.9
|
||||||
|
- Add tones to Jyutping.txt table
|
||||||
|
(Resolves: https://github.com/mike-fabian/ibus-table-chinese/issues/6)
|
||||||
|
Tonal markers according to
|
||||||
|
https://github.com/rime/rime-cantonese/blob/main/README-en.md#tonal-markers
|
||||||
|
were added:
|
||||||
|
1. v: High level, e.g. siv → 詩; High level checked, e.g. sikv → 色
|
||||||
|
2. x: Medium rising, e.g. six → 史
|
||||||
|
3. q: Medium level, e.g. siq→ 試; Medium level checked, e.g. sekq → 錫
|
||||||
|
4. vv: Low falling, e.g. sivv → 時
|
||||||
|
5. xx: Low rising, e.g. sixx → 市
|
||||||
|
6. qq: Low level, e.g. siqq→ 事; Low level checked, e.g. sikqq → 食
|
||||||
|
|
||||||
* Wed Feb 09 2022 Mike FABIAN <mfabian@redhat.com> - 1.8.8-1
|
* Wed Feb 09 2022 Mike FABIAN <mfabian@redhat.com> - 1.8.8-1
|
||||||
- Update to 1.8.8
|
- Update to 1.8.8
|
||||||
- Add PINYIN_MODE = TRUE to cangjie-big.txt, quick-classic.txt, and erbi.txt
|
- Add PINYIN_MODE = TRUE to cangjie-big.txt, quick-classic.txt, and erbi.txt
|
||||||
|
2
sources
2
sources
@ -1 +1 @@
|
|||||||
SHA512 (ibus-table-chinese-1.8.8.tar.gz) = 1c7cf18a51f6c6ebd3223c8bc624148a2b730f0a1f511470d0ef8098c618d3d602b830c06bbc6ca95ed53a4dbcde54302e87fd5ed1896178db82f6de0170ee17
|
SHA512 (ibus-table-chinese-1.8.9.tar.gz) = 141fbe876f55150f72537ffb7202ed95e64e9d733bde927106638bec9f2abe498d725212afa6e269f2a7a6fc27fe7fb9181262477118a8276fde34f4815d6795
|
||||||
|
Loading…
Reference in New Issue
Block a user