diff --git a/src/apps.json b/src/apps.json index 629c61fab..fbde3f84a 100644 --- a/src/apps.json +++ b/src/apps.json @@ -9572,6 +9572,16 @@ "script": "tracker\\.js", "website": "http://trackjs.com" }, + "Transifex": { + "cats": [ + "12" + ], + "icon": "transifex.png", + "js": { + "Transifex.live.lib_version": "(.+)\\;version:\\1" + }, + "website": "https://www.transifex.com" + }, "Translucide": { "cats": [ "1" diff --git a/src/icons/transifex.png b/src/icons/transifex.png new file mode 100644 index 000000000..4c90c29a6 Binary files /dev/null and b/src/icons/transifex.png differ