diff options
| author | Craig Blaszczyk | 2015-01-07 11:13:03 +0000 |
|---|---|---|
| committer | Craig Blaszczyk | 2015-01-07 11:13:03 +0000 |
| commit | 7913947757b0e6bd1b8828db81933c32c498e20a (patch) | |
| tree | fc537c04ff69612219fb284b510aac83dba9d441 /.tx/config | |
| parent | 6fb37207d18949031fb7203d6fd67ee503df0a34 (diff) | |
| download | django-rest-framework-7913947757b0e6bd1b8828db81933c32c498e20a.tar.bz2 | |
add config and documentation about uploading/downloading translations from Transifex
Diffstat (limited to '.tx/config')
| -rw-r--r-- | .tx/config | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/.tx/config b/.tx/config new file mode 100644 index 00000000..271fa1e3 --- /dev/null +++ b/.tx/config @@ -0,0 +1,9 @@ +[main] +host = https://www.transifex.com + +[django-rest-framework.djangopo] +file_filter = rest_framework/locale/<lang>/LC_MESSAGES/django.po +source_file = rest_framework/locale/en_US/LC_MESSAGES/django.po +source_lang = en_US +type = PO + |
