diff options
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/contributing.rst | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/docs/contributing.rst b/docs/contributing.rst index 0415387..836dc08 100644 --- a/docs/contributing.rst +++ b/docs/contributing.rst @@ -89,6 +89,22 @@ Feel free to provide us mockups or to involve yourself into the discussions hapenning on the github issue tracker. All ideas are welcome. Of course, if you know how to implement them, feel free to fork and make a pull request. +As a translator +--------------- + +Collect all new strings to translate:: + + $ make update-translations + + Add missing translations to *.po* files inside *translations/* dir using your + favorite text editor. + + Compile them into *.mo* files:: + + $ make compile-translations + +Commit both *.mo* and *.po*. + End-user -------- |
