Commit 785c6d19 authored by Michal Čihař's avatar Michal Čihař

Add example for language filtering

Issue #1085
Signed-off-by: default avatarMichal Čihař <michal@cihar.com>
parent 3531b85a
......@@ -238,6 +238,16 @@ language out of file name like
git://git.tails.boum.org/tails master \
'wiki/src/security/**.*.po'
Filtering only translations in chosen language:
.. code-block:: sh
./manage import_project \
--language-regex '^(cs|sk)$' \
weblate \
https://github.com/nijel/weblate.git \
'weblate/locale/*/LC_MESSAGES/**.po'
.. seealso::
More detailed examples can be found in the :ref:`starting` chapter.
......
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