Navigation Menu

Skip to content

Commit

Permalink
Update documentation
Browse files Browse the repository at this point in the history
Signed-off-by: Michal Čihař <michal@cihar.com>
  • Loading branch information
nijel committed Apr 5, 2016
1 parent ccbf4b8 commit 323e03f
Showing 1 changed file with 18 additions and 3 deletions.
21 changes: 18 additions & 3 deletions README.rst
Expand Up @@ -21,8 +21,23 @@ For manipulating with translations, you need gettext and sphinx installed.
Usage
-----

To start new translation just add it to Makefile.
To start new translation just add it to the Makefile.

To regenerate mofiles use script make.
To regenerate mofiles run:

To obtain statistics about current translations run locales-stats.
.. code-block:: sh
make
To obtain statistics about current translations run:

.. code-block:: sh
./locales-stats
To update documentation run:

.. code-block:: sh
git submodule update --remote
make

0 comments on commit 323e03f

Please sign in to comment.