Commit 4f67d154 authored by Michal Čihař's avatar Michal Čihař

Add documentation for newly added feature

Signed-off-by: default avatarMichal Čihař <michal@cihar.com>
parent 700d2ac4
...@@ -84,6 +84,8 @@ list of flags accepted: ...@@ -84,6 +84,8 @@ list of flags accepted:
Skip the "PHP format" quality check. Skip the "PHP format" quality check.
``ignore-end-stop`` ``ignore-end-stop``
Skip the "Trailing stop" quality check. Skip the "Trailing stop" quality check.
``ignore-angularjs-format``
Skip the "AngularJS interpolation string" quality check.
.. note:: .. note::
......
...@@ -31,6 +31,8 @@ Released on ? 2015. ...@@ -31,6 +31,8 @@ Released on ? 2015.
* Added placeables highlighting. * Added placeables highlighting.
* Added keyboard shortcuts for placeables, checks and machine translations. * Added keyboard shortcuts for placeables, checks and machine translations.
* Improved translation locking. * Improved translation locking.
* Added quality check for AngularJS interpolation.
* Added extensive group based ACLs.
weblate 2.4 weblate 2.4
----------- -----------
......
...@@ -163,6 +163,7 @@ Unlike the other checks, the flag should be set as a ``key:value`` pair like ...@@ -163,6 +163,7 @@ Unlike the other checks, the flag should be set as a ``key:value`` pair like
.. _check-php-format: .. _check-php-format:
.. _check-c-format: .. _check-c-format:
.. _check-javascript-format: .. _check-javascript-format:
.. _check-angularjs-format:
Format strings Format strings
~~~~~~~~~~~~~~ ~~~~~~~~~~~~~~
...@@ -174,6 +175,7 @@ Format string does not match source. Weblate supports following formats: ...@@ -174,6 +175,7 @@ Format string does not match source. Weblate supports following formats:
* PHP format * PHP format
* C format * C format
* Javascript format * Javascript format
* AngularJS interpolation string
Omitting format string from translation usually cause severe problems, so you Omitting format string from translation usually cause severe problems, so you
should really keep the format string matching the original one. should really keep the format string matching the original one.
...@@ -182,7 +184,8 @@ should really keep the format string matching the original one. ...@@ -182,7 +184,8 @@ should really keep the format string matching the original one.
`Python string formatting <https://docs.python.org/2.7/library/stdtypes.html#string-formatting>`_, `Python string formatting <https://docs.python.org/2.7/library/stdtypes.html#string-formatting>`_,
`Python brace format <https://docs.python.org/3.3/library/string.html#string-formatting>`_, `Python brace format <https://docs.python.org/3.3/library/string.html#string-formatting>`_,
`PHP format strings <https://php.net/manual/en/function.sprintf.php>`_, `PHP format strings <https://php.net/manual/en/function.sprintf.php>`_,
`C printf format <https://en.wikipedia.org/wiki/Printf_format_string>`_ `C printf format <https://en.wikipedia.org/wiki/Printf_format_string>`_,
`AngularJS: API: $interpolate <https://docs.angularjs.org/api/ng/service/$interpolate>`_
.. _check-plurals: .. _check-plurals:
......
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