i18npool/source/localedata/data/zh_CN.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
New commits: commit 1159511757eb7b2012d5027791ea109ec1cd452b Author: ACTom <[email protected]> Date: Mon Mar 23 09:50:29 2015 +0000 fixed a type in NumberingLevel Change-Id: I98d80f9153abe9f536b818c899008bb865b1bd34 Reviewed-on: https://gerrit.libreoffice.org/14962 Reviewed-by: Eike Rathke <[email protected]> Tested-by: Eike Rathke <[email protected]> diff --git a/i18npool/source/localedata/data/zh_CN.xml b/i18npool/source/localedata/data/zh_CN.xml index d98cbc8..14689d8 100644 --- a/i18npool/source/localedata/data/zh_CN.xml +++ b/i18npool/source/localedata/data/zh_CN.xml @@ -428,7 +428,7 @@ <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="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 一,二,三... -->
_______________________________________________ Libreoffice-commits mailing list [email protected] http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits
