From 2166e0924a465f4baa08fe7c3c2818998629bebe Mon Sep 17 00:00:00 2001 From: Lilia Date: Thu, 14 Sep 2017 18:45:34 +0200 Subject: [PATCH] Add transifex config to git (#1477) So we can pull different translation resources from different branches. // FREEBIE --- .gitignore | 1 - .tx/config | 9 +++++++++ 2 files changed, 9 insertions(+), 1 deletion(-) create mode 100644 .tx/config diff --git a/.gitignore b/.gitignore index 66427d70b771..5c65373033c9 100644 --- a/.gitignore +++ b/.gitignore @@ -3,5 +3,4 @@ node_modules build/curve25519_compiled.js stylesheets/*.css.map dist -.tx .DS_Store diff --git a/.tx/config b/.tx/config new file mode 100644 index 000000000000..7ff5dfd8f0fc --- /dev/null +++ b/.tx/config @@ -0,0 +1,9 @@ +[main] +host = https://www.transifex.com + +[signal-desktop.messagesjson] +file_filter = _locales//messages.json +source_file = _locales/en/messages.json +source_lang = en +type = CHROME +