The po/zh_CN.po contains a flaw about digits in Simplified Chinese
localization. Even in Chinese digits should be displayed as Arabic numerals but not in localized forms. PR: ports/151143 Submitted by: "Denise H. G." <darcsis@gmail.com> With Hat: gnome@
This commit is contained in:
parent
45d4c2ee36
commit
89d92210e7
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=263731
2 changed files with 15 additions and 0 deletions
|
@ -8,6 +8,7 @@
|
|||
|
||||
PORTNAME= gcalctool
|
||||
PORTVERSION= 5.30.2
|
||||
PORTREVISION= 1
|
||||
PORTEPOCH= 2
|
||||
CATEGORIES= math gnome
|
||||
MASTER_SITES= GNOME
|
||||
|
|
14
math/gcalctool/files/patch-po__zh_CN.po
Normal file
14
math/gcalctool/files/patch-po__zh_CN.po
Normal file
|
@ -0,0 +1,14 @@
|
|||
|
||||
--- po/zh_CN.po.old 2010-10-02 02:25:46.507328082 +0800
|
||||
+++ po/zh_CN.po 2010-10-02 02:27:12.744004376 +0800
|
||||
@@ -1028,7 +1028,7 @@
|
||||
#. Translators: Digits localized for the given language
|
||||
#: ../src/calctool.c:175
|
||||
msgid "0,1,2,3,4,5,6,7,8,9,A,B,C,D,E,F"
|
||||
-msgstr "零,一,二,三,四,五,六,七,八,九,十,A,B,C,D,E,F"
|
||||
+msgstr "0,1,2,3,4,5,6,7,8,9,A,B,C,D,E,F"
|
||||
|
||||
#: ../src/currency.h:18
|
||||
msgid "Australian dollar"
|
||||
|
||||
|
Loading…
Reference in a new issue