diff options
author | Stephan Bergmann <sbergman@redhat.com> | 2023-02-17 12:55:19 +0100 |
---|---|---|
committer | Stephan Bergmann <sbergman@redhat.com> | 2023-02-17 18:56:56 +0000 |
commit | 302a22cd19e6f6963fc8eb0b9a581c7eff5e5430 (patch) | |
tree | af38c3515866a136fa1fab97ae9a268453832a6f /test/user-template/registry-common/modifications.xcd | |
parent | a7fd1e067eb2af0ef329719c4c7dbb32cc5926b2 (diff) |
Verify that zh-Hant-TW locale works in configmgr as intended
...after b52117c0be97c45824d2897657084f8ac7e9bf42 "Try an override locale as
first fallback"
Change-Id: I23d8459fff4d76fd9d542d098953bf97cf5397a1
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/147219
Tested-by: Jenkins
Reviewed-by: Stephan Bergmann <sbergman@redhat.com>
Diffstat (limited to 'test/user-template/registry-common/modifications.xcd')
-rw-r--r-- | test/user-template/registry-common/modifications.xcd | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/test/user-template/registry-common/modifications.xcd b/test/user-template/registry-common/modifications.xcd index fff0045b08ee..a212242785ea 100644 --- a/test/user-template/registry-common/modifications.xcd +++ b/test/user-template/registry-common/modifications.xcd @@ -22,6 +22,8 @@ <value xml:lang="en-US">en-US</value> <value xml:lang="es">es</value> <value xml:lang="pt-PT">pt-PT</value> + <value xml:lang="zh-CN">zh-CN</value> + <value xml:lang="zh-TW">zh-TW</value> </prop> <prop oor:name="noDefaultLang"> <value xml:lang="en-US">en-US</value> |