[Libreoffice-commits] core.git: i18npool/source

Kevin Suo suokunlong at gmail.com
Wed Jan 7 05:25:17 PST 2015


 i18npool/source/localedata/data/zh_CN.xml |   23 +++++++++++++++--------
 1 file changed, 15 insertions(+), 8 deletions(-)

New commits:
commit ef9897a158e38e57c6f431d591b01c93249680f7
Author: Kevin Suo <suokunlong at gmail.com>
Date:   Thu Dec 25 15:14:47 2014 +0800

    fdo#87626: Improve Simplified Chinese numbering types
    
    This commit improves the numbering types for zh_CN locale.
    Since we can set more than 8 LC_NumberingLevel in the locale data file, I am adding all the commonly used numbering types in the list. This will make it easy to apply numbering.
    
    Change-Id: I067904b875046682cd56a7051258ffffab242c25
    Reviewed-on: https://gerrit.libreoffice.org/13646
    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 6cd5879..e6d3d3c 100644
--- a/i18npool/source/localedata/data/zh_CN.xml
+++ b/i18npool/source/localedata/data/zh_CN.xml
@@ -421,14 +421,21 @@
     </ReservedWords>
   </LC_MISC>
   <LC_NumberingLevel>
-    <NumberingLevel Prefix=" " NumType="4" Suffix="." />
-    <NumberingLevel Prefix=" " NumType="19" Suffix=")" />
-    <NumberingLevel Prefix=" " NumType="15" Suffix="、" />
-    <NumberingLevel Prefix=" " NumType="16" Suffix="、" />
-    <NumberingLevel Prefix=" " NumType="0" Suffix="." />
-    <NumberingLevel Prefix="(" NumType="15" Suffix=")" />
-    <NumberingLevel Prefix=" " NumType="18" Suffix="、" />
-    <NumberingLevel Prefix=" " NumType="3" Suffix="." />
+    <NumberingLevel Prefix=" " NumType="4" Suffix="." /> <!-- 1. 2. 3. -->
+    <NumberingLevel Prefix=" " NumType="4" Suffix="、" /> <!-- 1、2、3、 -->
+    <NumberingLevel Prefix="(" NumType="4" Suffix=")" /> <!-- (1) (2) (3) -->
+    <NumberingLevel Prefix=" " NumType="4" Suffix=")" /> <!-- 1) 2) 3) -->
+    <NumberingLevel Prefix=" " NumType="0" Suffix="." /> <!-- A. B. C. -->
+    <NumberingLevel Prefix=" " NumType="0" Suffix=")" /> <!-- A) B) C) -->
+    <NumberingLevel Prefix=" " NumType="1" Suffix="." /> <!-- a. b. c. -->
+    <NumberingLevel Prefix=" " NumType="1" Suffix="." /> <!-- a) b) c) -->
+    <NumberingLevel Prefix=" " NumType="2" Suffix="." /> <!-- I. II. III. -->
+    <NumberingLevel Prefix=" " NumType="3" Suffix="." /> <!-- i. ii. iii. -->
+    <NumberingLevel Prefix=" " NumType="15" Suffix="、" /> <!-- Chinese 一,二,三... -->
+    <NumberingLevel Prefix="(" NumType="15" Suffix=")" /> <!-- Chinese 一,二,三..., with full-width parentheses -->
+    <NumberingLevel Prefix=" " NumType="18" Suffix="、" /> <!-- Chinese Tian Gan -->
+    <NumberingLevel Prefix=" " NumType="19" Suffix="、" /> <!-- Chinese Di Zhi -->
+    <NumberingLevel Prefix=" " NumType="16" Suffix="、" /> <!-- Chinese UPPER CASE -->
   </LC_NumberingLevel>
   <LC_OutLineNumberingLevel>
     <OutlineStyle>


More information about the Libreoffice-commits mailing list