[Libreoffice-commits] core.git: Branch 'libreoffice-4-4' - i18npool/source
Kevin Suo
suokunlong at gmail.com
Wed Jan 7 05:27:20 PST 2015
i18npool/source/localedata/data/zh_CN.xml | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
New commits:
commit f1dafcec55db9ee6b39c508df7f751d8a325f6a4
Author: Kevin Suo <suokunlong at gmail.com>
Date: Thu Dec 25 16:10:54 2014 +0800
changed default value for long datetime, zh_CN locale data
* Added a space to formatindex 46, to make it look nicer;
* Long datetime default changed to formatindex 47.
Change-Id: I50e05f1a4432ab4373fa0034a390658b59775f0b
Reviewed-on: https://gerrit.libreoffice.org/13651
Reviewed-by: Caolán McNamara <caolanm at redhat.com>
Tested-by: Caolán McNamara <caolanm at redhat.com>
diff --git a/i18npool/source/localedata/data/zh_CN.xml b/i18npool/source/localedata/data/zh_CN.xml
index e6d3d3c..d98cbc8 100644
--- a/i18npool/source/localedata/data/zh_CN.xml
+++ b/i18npool/source/localedata/data/zh_CN.xml
@@ -221,10 +221,10 @@
<FormatCode>[HH]"时"MM"分"SS"秒"00</FormatCode>
</FormatElement>
<!-- Date_Time formats. Index range is from 46 to 47. -->
- <FormatElement msgid="DateTimeFormatskey4" default="true" type="long" usage="DATE_TIME" formatindex="46">
- <FormatCode>YYYY"年"MM"月"D"日"HH"时"MM"分"SS"秒"</FormatCode>
+ <FormatElement msgid="DateTimeFormatskey4" default="false" type="long" usage="DATE_TIME" formatindex="46">
+ <FormatCode>YYYY"年"MM"月"D"日" HH"时"MM"分"SS"秒"</FormatCode>
</FormatElement>
- <FormatElement msgid="DateTimeFormatskey3" default="false" type="long" usage="DATE_TIME" formatindex="47">
+ <FormatElement msgid="DateTimeFormatskey3" default="true" type="long" usage="DATE_TIME" formatindex="47">
<FormatCode>YYYY/MM/DD HH:MM:SS</FormatCode>
</FormatElement>
<FormatElement msgid="DateTimeFormatskey1" default="false" type="long" usage="DATE_TIME" formatindex="58">
More information about the Libreoffice-commits
mailing list