blob: 97c5769c920fc0ac34927f92b713aeea6b1d1a33 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
|
[main]
host = https://www.transifex.net
[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
|