forked from qt-creator/qt-creator
Remove rogue mime type definition for *.ts
There already is a mime type for that in the freedesktop definition, and that even has alias application/x-linguist, so adding another mime type with a name that conflicts with the alias leads to strange issues. Task-number: QTCREATORBUG-19449 Change-Id: I95affeb4d0946f694192a83b396c29f310871e4e Reviewed-by: David Schulz <david.schulz@qt.io>
This commit is contained in:
@@ -25,13 +25,6 @@
|
|||||||
\" <comment>Linguist compiled translations</comment>\",
|
\" <comment>Linguist compiled translations</comment>\",
|
||||||
\" <glob pattern=\'*.qm\'/>\",
|
\" <glob pattern=\'*.qm\'/>\",
|
||||||
\" </mime-type>\",
|
\" </mime-type>\",
|
||||||
\" <mime-type type=\'application/x-linguist\'>\",
|
|
||||||
\" <comment>Linguist source translations</comment>\",
|
|
||||||
\" <magic>\",
|
|
||||||
\" <match value=\'<TS\' type=\'string\' offset=\'0:256\'/>\",
|
|
||||||
\" </magic>\",
|
|
||||||
\" <glob pattern=\'*.ts\' weight=\'70\'/>\",
|
|
||||||
\" </mime-type>\",
|
|
||||||
\" <mime-type type=\'application/scxml+xml\'>\",
|
\" <mime-type type=\'application/scxml+xml\'>\",
|
||||||
\" <comment>SCXML State Chart</comment>\",
|
\" <comment>SCXML State Chart</comment>\",
|
||||||
\" <sub-class-of type=\'application/xml\'/>\",
|
\" <sub-class-of type=\'application/xml\'/>\",
|
||||||
|
Reference in New Issue
Block a user