diff options
-rw-r--r-- | data/freedesktop.org.xml.in | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/data/freedesktop.org.xml.in b/data/freedesktop.org.xml.in index 18ee9399..91360a0e 100644 --- a/data/freedesktop.org.xml.in +++ b/data/freedesktop.org.xml.in @@ -2856,7 +2856,8 @@ command to generate the output files. <comment>message catalog</comment> <sub-class-of type="application/xml"/> <magic> - <match type="string" value="<TS" offset="0:256"/> + <match type="string" value="<TS " offset="0:256"/> + <match type="string" value="<TS>" offset="0:256"/> </magic> <glob pattern="*.ts"/> <alias type="application/x-linguist"/> |