diff options
author | raveit65 <[email protected]> | 2019-07-25 23:33:14 +0200 |
---|---|---|
committer | raveit65 <[email protected]> | 2019-07-25 23:33:14 +0200 |
commit | a42ba3c50a7536dc80f109b579220279e95fd9c3 (patch) | |
tree | d662e2ceda7fbf4c0b884222cc50caf6fe96ea32 | |
parent | 0527cc73992d8f5fd42088651308ca57e4011be3 (diff) | |
download | caja-a42ba3c50a7536dc80f109b579220279e95fd9c3.tar.bz2 caja-a42ba3c50a7536dc80f109b579220279e95fd9c3.tar.xz |
Revert "tx: Fix POT path in config"
This reverts commit 546d340eea1e6cc86f4185407915ae1aa8d39955.
caja.pot will be generated in /po dir, so this is the right place to use
for transifex config.
see makepot script and https://github.com/mate-desktop/caja/commit/546d340eea1e6cc86f4185407915ae1aa8d39955#commitcomment-34401197 for explanation how transifex config works.
Or compare it with other repos.
-rw-r--r-- | .tx/config | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -3,7 +3,7 @@ host = https://www.transifex.com [MATE.1-22--caja] file_filter = po/<lang>.po -source_file = caja.pot +source_file = po/caja.pot source_lang = en type = PO minimum_perc = 2 |