From 52ff7971bd99190e71b2076feda6e924f06c604e Mon Sep 17 00:00:00 2001 From: Huachao Mao Date: Thu, 3 Nov 2016 14:13:57 +0800 Subject: [PATCH] Add Translation Memory eXchange (TMX) support TMX is an XML specification for the exchange of translation memory data between computer-aided translation and localization tools with little or no loss of critical data. See https://en.wikipedia.org/wiki/Translation_Memory_eXchange --- extensions/xml/package.json | 1 + 1 file changed, 1 insertion(+) diff --git a/extensions/xml/package.json b/extensions/xml/package.json index 644f2d79fb3..3d3af349731 100644 --- a/extensions/xml/package.json +++ b/extensions/xml/package.json @@ -45,6 +45,7 @@ ".svg", ".targets", ".tld", + ".tmx", ".vbproj", ".vbproj.user", ".vcxproj",