aboutsummaryrefslogtreecommitdiffstats
path: root/.tx/config
diff options
context:
space:
mode:
authorCraig Blaszczyk2015-01-07 11:13:03 +0000
committerCraig Blaszczyk2015-01-07 11:13:03 +0000
commit7913947757b0e6bd1b8828db81933c32c498e20a (patch)
treefc537c04ff69612219fb284b510aac83dba9d441 /.tx/config
parent6fb37207d18949031fb7203d6fd67ee503df0a34 (diff)
downloaddjango-rest-framework-7913947757b0e6bd1b8828db81933c32c498e20a.tar.bz2
add config and documentation about uploading/downloading translations from Transifex
Diffstat (limited to '.tx/config')
-rw-r--r--.tx/config9
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
+