diff options
author | Lukas Fleischer <calcurse@cryptocrack.de> | 2013-07-23 10:43:07 +0200 |
---|---|---|
committer | Lukas Fleischer <calcurse@cryptocrack.de> | 2013-07-23 10:51:23 +0200 |
commit | 53c40642bcc5716a428514b9175dfd799232a014 (patch) | |
tree | 5016f58607a16ee09596212f3a69b31c3ce42768 | |
parent | 411c64aaf9494709f79a83c5ff65d38cc6b7dcdf (diff) | |
download | calcurse-53c40642bcc5716a428514b9175dfd799232a014.tar.gz calcurse-53c40642bcc5716a428514b9175dfd799232a014.zip |
.tx/config: Set global translation type
We only deal with PO files in calcurse -- set the global translation
format accordingly.
Signed-off-by: Lukas Fleischer <calcurse@cryptocrack.de>
-rw-r--r-- | .tx/config | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -1,5 +1,6 @@ [main] host = https://www.transifex.com/ +type = PO [calcurse.calcursepot] file_filter = po/<lang>.po |