diff options
author | Adolfo Fitoria <adolfo.fitoria@gmail.com> | 2011-10-10 22:21:49 -0300 |
---|---|---|
committer | Adolfo Fitoria <adolfo.fitoria@gmail.com> | 2011-10-10 22:21:49 -0300 |
commit | f93a95aa2378cce58c44d06fbd169099ce6f1630 (patch) | |
tree | 1c2630c930c23ceb5a06fc93f54c0e449f303543 /.tx/config | |
parent | 5d670774fbcf041e75b19f4ff9fe9ac04b1f0d67 (diff) | |
parent | 2878e98e6f9ff68d270e88aaace3e70adc4903b9 (diff) | |
download | askbot-f93a95aa2378cce58c44d06fbd169099ce6f1630.tar.gz askbot-f93a95aa2378cce58c44d06fbd169099ce6f1630.tar.bz2 askbot-f93a95aa2378cce58c44d06fbd169099ce6f1630.zip |
Merge branch 'master' into new-template
Conflicts:
askbot/locale/es/LC_MESSAGES/django.po
Diffstat (limited to '.tx/config')
-rw-r--r-- | .tx/config | 6 |
1 files changed, 5 insertions, 1 deletions
@@ -1,8 +1,12 @@ [main] host = https://www.transifex.net -[askbot.txo] +[askbot.askbot-translation-part1] file_filter = askbot/locale/<lang>/LC_MESSAGES/django.po source_file = askbot/locale/en/LC_MESSAGES/django.po source_lang = en +[askbot.askbot-translation-part2] +file_filter = askbot/locale/<lang>/LC_MESSAGES/djangojs.po +source_file = askbot/locale/en/LC_MESSAGES/djangojs.po +source_lang = en |