From d15107c1b4bae67e55a02b517a6b5988e85a7ebd Mon Sep 17 00:00:00 2001 From: sledgehammer999 Date: Sat, 12 Oct 2013 15:10:02 +0300 Subject: [PATCH] Add Transifex client config. --- .tx/config | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 .tx/config diff --git a/.tx/config b/.tx/config new file mode 100644 index 000000000..bd9eab65a --- /dev/null +++ b/.tx/config @@ -0,0 +1,18 @@ +[main] +host = https://www.transifex.com + +[qbittorrent.qbittorrent_ents] +file_filter = src/lang/qbittorrent_.ts +source_file = src/lang/qbittorrent_en.ts +source_lang = en +type = QT +minimum_perc = 23 +mode = developer + + +[qbittorrent.qbittorrentdesktop] +source_file = src/Icons/qBittorrent.desktop +source_lang = en +type = DESKTOP +minimum_perc = 23 +mode = developer