Commit 5de3c376 authored by Michal Čihař's avatar Michal Čihař

Document post update processing example

Signed-off-by: default avatarMichal Čihař <michal@cihar.com>
parent d8271e3e
......@@ -262,6 +262,23 @@ Additionally following environment variables are available:
:setting:`POST_PUSH_SCRIPTS`,
:ref:`component`
Post update repository processing
+++++++++++++++++++++++++++++++++
Post update repository processing can be used to update translation files on
the source change. To achieve this, please remember that Weblate only sees
files which are committed to the VCS, so you need to commit changes as a part
of the script.
For example with gulp you can do it using following code:
.. code-block:: sh
#! /bin/sh
gulp --gulpfile gulp-i18n-extract.js
git commit -m 'Update source strings' src/languages/en.lang.json
Pre commit processing of translations
+++++++++++++++++++++++++++++++++++++
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment