summaryrefslogtreecommitdiff
path: root/i18npool
diff options
context:
space:
mode:
authorKevin Suo <suokunlong@126.com>2023-11-29 11:27:17 +0800
committerKevin Suo <suokunlong@126.com>2023-11-29 08:21:45 +0100
commit22d8f339197b23348e401bb3e9dd7430110dfba6 (patch)
tree50332650ab05aa8858b1ab45b8cac56d29c4f0a7 /i18npool
parent7f85266b390aaf784af6a8d4afa139cd1b6988e4 (diff)
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 <suokunlong@126.com>
Diffstat (limited to 'i18npool')
-rw-r--r--i18npool/source/localedata/data/zh_CN.xml1
1 files changed, 1 insertions, 0 deletions
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. -->