summaryrefslogtreecommitdiff
path: root/data/ts/README.rst
diff options
context:
space:
mode:
authorkali <kali@leap.se>2012-12-20 08:19:55 +0900
committerkali <kali@leap.se>2012-12-20 08:19:55 +0900
commit06bccc52c84a93407ab4699a2749b24f55fe3061 (patch)
tree55036b34f7d8e92b46472218553984870c036730 /data/ts/README.rst
parentd04c93134ad3daaee0ca280824ab3288bfc5029c (diff)
working transifex workflow
Closes #666
Diffstat (limited to 'data/ts/README.rst')
-rw-r--r--data/ts/README.rst14
1 files changed, 14 insertions, 0 deletions
diff --git a/data/ts/README.rst b/data/ts/README.rst
new file mode 100644
index 00000000..3db2d104
--- /dev/null
+++ b/data/ts/README.rst
@@ -0,0 +1,14 @@
+data/ts
+=======
+
+Here we expect the .ts files generated by typing::
+
+ $ make translations
+
+Which will generate the sources (en_US)
+
+For uploading a source::
+
+ $ tx push -s
+
+Translator should pick finished ``.qm`` files from ``data/translations`` instead of this folder.