diff options
author | Seb Bacon <seb.bacon@gmail.com> | 2012-06-15 08:50:01 +0100 |
---|---|---|
committer | Seb Bacon <seb.bacon@gmail.com> | 2012-06-15 08:50:01 +0100 |
commit | d4b0ebb579b72183deb0a942fe1b5dd913261e5e (patch) | |
tree | 76639a2ba1f89f1d070d7f389a0db1a335e7fe48 | |
parent | 0da8b50935a53047b9f75eff4c094a4cc94884f1 (diff) |
Fix Transifex config file to upload source PO correctly
-rw-r--r-- | .tx/config | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.tx/config b/.tx/config index 9aea8ad40..cc0cd4bbd 100644 --- a/.tx/config +++ b/.tx/config @@ -1,6 +1,7 @@ [alaveteli.apppot] file_filter = locale/<lang>/app.po source_lang = en +source_file = locale/en/app.po [main] host = https://www.transifex.net |