summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorVille Skyttä <ville.skytta@iki.fi>2018-06-17 09:33:33 +0300
committerVille Skyttä <ville.skytta@iki.fi>2018-06-17 09:52:25 +0300
commite6e3913ca76f253acb7241f9481ce0c7d4ef9857 (patch)
tree476640f992bbec558500f0fbbdbb90e5edce5931
parent90edda28b8dca7a71232b72e680706508869f015 (diff)
downloadshared-mime-info-e6e3913ca76f253acb7241f9481ce0c7d4ef9857.tar.gz
application/xliff+xml: Use new IANA type
-rw-r--r--freedesktop.org.xml.in3
1 files changed, 2 insertions, 1 deletions
diff --git a/freedesktop.org.xml.in b/freedesktop.org.xml.in
index 951eb2d6..3a833e58 100644
--- a/freedesktop.org.xml.in
+++ b/freedesktop.org.xml.in
@@ -500,7 +500,7 @@ command to generate the output files.
<match type="string" value="(;FF[4]" offset="0"/>
</magic>
</mime-type>
- <mime-type type="application/x-xliff">
+ <mime-type type="application/xliff+xml">
<_comment>XLIFF translation file</_comment>
<acronym>XLIFF</acronym>
<expanded-acronym>XML Localization Interchange File Format</expanded-acronym>
@@ -512,6 +512,7 @@ command to generate the output files.
<match type="string" value="&lt;xliff" offset="0:256"/>
</magic>
<root-XML namespaceURI='urn:oasis:names:tc:xliff:document:1.1' localName='xliff'/>
+ <alias type="application/x-xliff"/>
</mime-type>
<mime-type type="application/x-yaml">
<_comment>YAML document</_comment>