diff options
Diffstat (limited to 'test')
-rw-r--r-- | test/user-template/registry-common/modifications.xcd | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/test/user-template/registry-common/modifications.xcd b/test/user-template/registry-common/modifications.xcd index b5e3ad6f9fd1..1d31141bb04b 100644 --- a/test/user-template/registry-common/modifications.xcd +++ b/test/user-template/registry-common/modifications.xcd @@ -8,6 +8,19 @@ * --> <oor:data xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:oor="http://openoffice.org/2001/registry"> + <oor:component-schema oor:package="org.libreoffice" oor:name="unittest"> + <component> + <prop oor:name="localized" oor:localized="true" oor:type="xs:string"> + </prop> + </component> + </oor:component-schema> + <oor:component-data oor:package="org.libreoffice" oor:name="unittest"> + <prop oor:name="localized"> + <value>default</value> + <value xml:lang="en-US">en-US</value> + <value xml:lang="pt-PT">pt-PT</value> + </prop> + </oor:component-data> <oor:component-data xmlns:install="http://openoffice.org/2004/installation" oor:name="VCL" oor:package="org.openoffice"> <node oor:name="DefaultFonts"> <node oor:name="ar"> |