Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
C
converse.js
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
nexedi
converse.js
Commits
4f67d154
Commit
4f67d154
authored
Feb 01, 2016
by
Michal Čihař
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Add documentation for newly added feature
Signed-off-by:
Michal Čihař
<
michal@cihar.com
>
parent
700d2ac4
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
8 additions
and
1 deletion
+8
-1
docs/admin/checks.rst
docs/admin/checks.rst
+2
-0
docs/changes.rst
docs/changes.rst
+2
-0
docs/user/checks.rst
docs/user/checks.rst
+4
-1
No files found.
docs/admin/checks.rst
View file @
4f67d154
...
...
@@ -84,6 +84,8 @@ list of flags accepted:
Skip the "PHP format" quality check.
``ignore-end-stop``
Skip the "Trailing stop" quality check.
``ignore-angularjs-format``
Skip the "AngularJS interpolation string" quality check.
.. note::
...
...
docs/changes.rst
View file @
4f67d154
...
...
@@ -31,6 +31,8 @@ Released on ? 2015.
* Added placeables highlighting.
* Added keyboard shortcuts for placeables, checks and machine translations.
* Improved translation locking.
* Added quality check for AngularJS interpolation.
* Added extensive group based ACLs.
weblate 2.4
-----------
...
...
docs/user/checks.rst
View file @
4f67d154
...
...
@@ -163,6 +163,7 @@ Unlike the other checks, the flag should be set as a ``key:value`` pair like
.. _check-php-format:
.. _check-c-format:
.. _check-javascript-format:
.. _check-angularjs-format:
Format strings
~~~~~~~~~~~~~~
...
...
@@ -174,6 +175,7 @@ Format string does not match source. Weblate supports following formats:
* PHP format
* C format
* Javascript format
* AngularJS interpolation string
Omitting format string from translation usually cause severe problems, so you
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 brace format <https://docs.python.org/3.3/library/string.html#string-formatting>`_,
`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:
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment