summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorKali Kaneko <kali@leap.se>2013-10-30 16:33:41 -0200
committerKali Kaneko <kali@leap.se>2013-10-30 16:33:41 -0200
commit8766b396cb7faf84c6eab3b2516229c791fe2e90 (patch)
tree7fae4c8ae7119d58c98ecc8c13b6ad3d2a009a77 /docs
parentf22b1a04f892857d162d87f9c9e120e7c5daadf7 (diff)
parenta06b5719f028e619a4b3800fb346ed3c984e4d25 (diff)
Merge tag '0.3.5' into debian
Tag leap.bitmask version 0.3.5 Conflicts: .gitignore pkg/requirements.pip
Diffstat (limited to 'docs')
-rw-r--r--docs/dev/internationalization.rst13
1 files changed, 7 insertions, 6 deletions
diff --git a/docs/dev/internationalization.rst b/docs/dev/internationalization.rst
index f9f522b9..c0f208de 100644
--- a/docs/dev/internationalization.rst
+++ b/docs/dev/internationalization.rst
@@ -65,19 +65,20 @@ If you do not already have it, install the ``transifex-client`` from the cheese
You can learn more about the transifex-client `here <http://help.transifex.com/features/client/index.html>`_.
-**1.** Add any new source files to the project file, ``data/bitmask.pro``. *We should automate this with some templating, it's tedious.*
-
-**2.** Update the source .ts file ``data/ts/en_US.ts``.::
+**1.** Update the source .ts file ``data/ts/en_US.ts``.::
$ make translations
-**3.** Push source .ts file to transifex::
+It automatically adds any new source files and forms to the project file, ``data/bitmask.pro``.
+If there is a file to be ignored in the translations you need to edit the ``data/make_project_file.py`` to set the excludes.
+
+**2.** Push source .ts file to transifex::
$ tx push -s
-**4.** Let the translation fairies do their work...
+**3.** Let the translation fairies do their work...
-**5.** *Et voila!* Get updated .ts files for each language from ``Transifex``. For instance, to pull updated spanish translations::
+**4.** *Et voila!* Get updated .ts files for each language from ``Transifex``. For instance, to pull updated spanish translations::
$ tx pull -l es
Pulling new translations for resource bitmask.bitmask (source: data/ts/en_US.ts)