From f9125902d7eac586b3ca2cd3f7bfb72204528e5f Mon Sep 17 00:00:00 2001 From: Jocelyn Delalande Date: Mon, 16 Jul 2018 23:18:18 +0200 Subject: [PATCH] Document translation process Fix #336 --- docs/contributing.rst | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) diff --git a/docs/contributing.rst b/docs/contributing.rst index 04153877..836dc082 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 --------