diff options
author | Stephan Bergmann <sbergman@redhat.com> | 2023-02-17 12:47:34 +0100 |
---|---|---|
committer | Stephan Bergmann <sbergman@redhat.com> | 2023-02-17 13:51:00 +0000 |
commit | c5d11033044cb7418ba3f8a78d5598721bb2a6c1 (patch) | |
tree | cfb9b33bc9d383132978c0046e60fe6eb07a7d7e /test | |
parent | 6d9091197b311321543ea0f0dac30825bf8cc2b8 (diff) |
Verify that es-419 locale works in configmgr as intended
...after a9b97301ba75a74e6671a6b9829f7044e85db6af "Do not add empty language tag
to fallback strings"
Change-Id: Ie42929c2ce6331012358f72026ae774b9dd0e369
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/147207
Tested-by: Jenkins
Reviewed-by: Stephan Bergmann <sbergman@redhat.com>
Diffstat (limited to 'test')
-rw-r--r-- | test/user-template/registry-common/modifications.xcd | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/test/user-template/registry-common/modifications.xcd b/test/user-template/registry-common/modifications.xcd index f4698116b932..fff0045b08ee 100644 --- a/test/user-template/registry-common/modifications.xcd +++ b/test/user-template/registry-common/modifications.xcd @@ -20,6 +20,7 @@ <prop oor:name="localized"> <value>default</value> <value xml:lang="en-US">en-US</value> + <value xml:lang="es">es</value> <value xml:lang="pt-PT">pt-PT</value> </prop> <prop oor:name="noDefaultLang"> |