https://bugzilla.redhat.com/show_bug.cgi?id=1585549
Bug ID: 1585549
Summary: [zh_CN]Chinese candidates still show on screen when
switch Chinese and Einglish via clicking Shift in some
applications.
Product: Fedora
Version: 28
Component: ibus-libpinyin
Severity: medium
Assignee: pwu(a)redhat.com
Reporter: lijli(a)redhat.com
QA Contact: extras-qa(a)fedoraproject.org
CC: i18n-bugs(a)lists.fedoraproject.org,
petersen(a)redhat.com, pwu(a)redhat.com
Description of problem:
[zh_CN]Chinese candidates still show on screen when switch Chinese and Einglish
via clicking Shift in some applications.
Version-Release number of selected component (if applicable):
Fedora28
How reproducible:
100%
Steps to Reproduce:
1. Open/type on terminal/gedit/evolution/Type to search...
2. Type with Chinese(Intelligent Pinyin) input method.
3. Type with Chinese and click Shift from keyboard to switch to English.
Actual results:
[zh_CN]Chinese candidates still show on screen when switch Chinese and Einglish
via clicking Shift in some applications.
But when move focus to other applications/place, the Chinese candidate is
disappered.
Expected results:
The candidate should not be showed up when switch Chinese/English via clicking
Shift.
Additional info:
Please see the attached screen-shot.
--
You are receiving this mail because:
You are on the CC list for the bug.
https://bugzilla.redhat.com/show_bug.cgi?id=1585538
--- Comment #2 from Akira TAGOH <tagoh(a)redhat.com> ---
just to clarify for zh_TW, it comes from adobe-souruce-han-sans-tw-fonts:
<match>
<test name="lang">
<string>zh-tw</string>
</test>
<test name="family">
<string>monospace</string>
</test>
<edit name="family" mode="prepend">
<string>Source Han Sans TW</string>
<string>Source Han Sans CN</string>
</edit>
<edit name="family" mode="prepend" binding="strong">
<string>DejaVu Sans Mono</string>
</edit>
</match>
--
You are receiving this mail because:
You are on the CC list for the bug.
https://bugzilla.redhat.com/show_bug.cgi?id=1585538
Akira TAGOH <tagoh(a)redhat.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|NEW |CLOSED
Resolution|--- |NOTABUG
Last Closed| |2018-06-04 01:22:23
--- Comment #1 from Akira TAGOH <tagoh(a)redhat.com> ---
This is the expected result by adobe-source-han-sans-cn-fonts:
<match>
<test name="lang">
<string>zh-cn</string>
</test>
<test name="family">
<string>monospace</string>
</test>
<edit name="family" mode="prepend">
<string>Source Han Sans CN</string>
<string>Source Han Sans TW</string>
</edit>
<edit name="family" mode="prepend" binding="strong">
<string>DejaVu Sans Mono</string>
</edit>
</match>
DejaVu Sans Mono is added as strong binding so it is used prior than any
Chinese fonts.
--
You are receiving this mail because:
You are on the CC list for the bug.
https://bugzilla.redhat.com/show_bug.cgi?id=1585538
Lijun Li <lijli(a)redhat.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
Priority|unspecified |medium
Hardware|Unspecified |x86_64
Docs Contact| |lijli(a)redhat.com
OS|Unspecified |Linux
Severity|unspecified |medium
--
You are receiving this mail because:
You are on the CC list for the bug.
https://bugzilla.redhat.com/show_bug.cgi?id=1585538
Lijun Li <lijli(a)redhat.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |ajax(a)redhat.com,
| |alexl(a)redhat.com,
| |i18n-bugs(a)lists.fedoraproje
| |ct.org,
| |john.j5live(a)gmail.com,
| |mclasen(a)redhat.com,
| |pnemade(a)redhat.com,
| |rhughes(a)redhat.com,
| |rstrode(a)redhat.com,
| |sandmann(a)redhat.com,
| |tagoh(a)redhat.com
Component|fonts-chinese |fontconfig
Assignee|extras-orphan@fedoraproject |tagoh(a)redhat.com
|.org |
--
You are receiving this mail because:
You are on the CC list for the bug.
https://bugzilla.redhat.com/show_bug.cgi?id=1568991
Bug ID: 1568991
Summary: ValueError: plural forms expression could be dangerous
Product: Fedora
Version: 28
Component: fonts-tweak-tool
Assignee: tagoh(a)redhat.com
Reporter: nerijus(a)users.sourceforge.net
QA Contact: extras-qa(a)fedoraproject.org
CC: i18n-bugs(a)lists.fedoraproject.org, kent.neo(a)gmail.com,
petersen(a)redhat.com, pwu(a)redhat.com, tagoh(a)redhat.com
Please see bug 1334960 and bug 1364114.
There is a typo in fonts-tweak-tool/po/lt.po (Lithuanian translation):
"Plural-Forms: nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 &&
(n%100<10 or n%100>=20)
should be ("or" is considered to be an identifier by gettext):
"Plural-Forms: nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 &&
(n%100<10 || n%100>=20)
Please fix Plural-Forms headers (s/or/||/).
--
You are receiving this mail because:
You are on the CC list for the bug.