diff options
author | Clement Lefebvre <[email protected]> | 2019-07-22 17:18:45 +0200 |
---|---|---|
committer | Clement Lefebvre <[email protected]> | 2019-07-22 17:18:45 +0200 |
commit | 546d340eea1e6cc86f4185407915ae1aa8d39955 (patch) | |
tree | 5d45af8e5fdb5fb71ccab38ebbb06b90c5702ac2 | |
parent | e9104034f07a8d993c3bd5568d805439ef318e0a (diff) | |
download | caja-546d340eea1e6cc86f4185407915ae1aa8d39955.tar.bz2 caja-546d340eea1e6cc86f4185407915ae1aa8d39955.tar.xz |
tx: Fix POT path in config
-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 = po/caja.pot +source_file = caja.pot source_lang = en type = PO minimum_perc = 2 |