Commit 99fcf0a7 authored by Michal Čihař's avatar Michal Čihař

Document new format strings

parent 2c4ca85d
......@@ -39,10 +39,22 @@ strings in the message:
``%(language)s``
Language code
``%(language_name)s``
Language name
``%(subproject)s``
Subproject name
``%(project)s``
Project name
``%(total)s``
Total strings count
``%(fuzzy)s``
Fuzzy strings count
``%(fuzzy_percent)s``
Fuzzy strings percent
``%(translated)s``
Translated strings count
``%(translated_percent)s``
Translated strings percent
There are also additional features which you can control, like automatic
pushing of changes (see also :ref:`push-changes`), merge or rebase
......
......@@ -18,6 +18,7 @@ Relased on ? 2012.
* Improved translation locking handling.
* Show code snippets for widgets in more variants.
* Indicate failing checks or fuzzy strings in progressbars.
* More options for formatting commit message.
weblate 1.3
-----------
......
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