Fix extension not showing up in LibreOffice >= 6.1

Unknown locales are now discarded, so set xml:lang to en-US.
This commit is contained in:
Samuel Mehrbrodt 2018-11-14 12:13:37 +01:00
parent 0049811773
commit 51983943cb
2 changed files with 2 additions and 2 deletions

Binary file not shown.

View file

@ -35,7 +35,7 @@
<value>com.sun.star.text.TextDocument</value>
</prop>
<prop oor:name="Title" oor:type="xs:string">
<value xml:lang="de">Action One</value>
<value xml:lang="en-US">Action One</value>
</prop>
</node>
</node>
@ -44,7 +44,7 @@
<node oor:name="OfficeMenuBar">
<node oor:name="org.libreoffice.example.StarterProject.menubar" oor:op="replace">
<prop oor:name="Title" oor:type="xs:string">
<value xml:lang="de">Starter Project</value>
<value xml:lang="en-US">Starter Project</value>
</prop>
<prop oor:name="Context" oor:type="xs:string">
<value>com.sun.star.text.TextDocument</value>