i18npool/source/localedata/data/zh_CN.xml | 23 +++++++++++++++-------- 1 file changed, 15 insertions(+), 8 deletions(-)
New commits: commit 77c27317b7a567d086093f0fbc6039658833d016 Author: Kevin Suo <suokunl...@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/13647 Reviewed-by: Caolán McNamara <caol...@redhat.com> Tested-by: Caolán McNamara <caol...@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>
_______________________________________________ Libreoffice-commits mailing list libreoffice-comm...@lists.freedesktop.org http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits