i18npool/source/localedata/data/zh_CN.xml |    1 +
 1 file changed, 1 insertion(+)

New commits:
commit 22d8f339197b23348e401bb3e9dd7430110dfba6
Author:     Kevin Suo <suokunl...@126.com>
AuthorDate: Wed Nov 29 11:27:17 2023 +0800
Commit:     Kevin Suo <suokunl...@126.com>
CommitDate: Wed Nov 29 08:21:45 2023 +0100

    tdf#152583: Add [1],[2],[3] numbering style for zh-CN locale
    
    This adds the [1],[2],[3] style of numbering to the Simplified
    Chinese locale data. This will show up when one clicks the
    numbering toolbar icon.
    
    Change-Id: I8b54746b431384e682f4161a3e99211b4147bad1
    Reviewed-on: https://gerrit.libreoffice.org/c/core/+/160059
    Tested-by: Jenkins
    Reviewed-by: Kevin Suo <suokunl...@126.com>

diff --git a/i18npool/source/localedata/data/zh_CN.xml 
b/i18npool/source/localedata/data/zh_CN.xml
index 1f33090d0ced..063be07c630e 100644
--- a/i18npool/source/localedata/data/zh_CN.xml
+++ b/i18npool/source/localedata/data/zh_CN.xml
@@ -431,6 +431,7 @@
     <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. -->

Reply via email to