From d85718a9ee87de136d4e4a86fef08e8f150da410 Mon Sep 17 00:00:00 2001 From: Jean-Philippe Orsini Date: Thu, 30 Jun 2016 15:54:07 +0200 Subject: [PATCH] improved documentation of contributions --- src/psensor/contribute.adoc | 19 +++++++++++++++---- www/psensor/contribute.html | 24 ++++++++++++++++++++---- 2 files changed, 35 insertions(+), 8 deletions(-) diff --git a/src/psensor/contribute.adoc b/src/psensor/contribute.adoc index 5fa3b99..0c197bc 100644 --- a/src/psensor/contribute.adoc +++ b/src/psensor/contribute.adoc @@ -7,14 +7,26 @@ Psensor is fully translatable, and contributions to the translation for any language are welcome. +The contributions to the translation of `psensor` will be licensed +like the code of `psensor` (GPLv2). + === Directly update the translation files You can modify the .po files which are available in the -GIT repository: http://git.wpitchoune.net/psensor.git and send it to +GIT repository (https://git.wpitchoune.net/psensor.git) and send it to jeanfi@gmail.com. -link:http://poedit.net[poedit] or any text editors supporting UTF-8 -can be used to edit the translation files . +First, checkout the last version of the sources: + +---- +git clone https://git.wpitchoune.net/psensor.git +---- + +Then, modify one of the .po file corresponding +to your language in `psensor/po`. link:http://poedit.net[poedit] or any text +editors supporting UTF-8 can be used to edit the translation files . + +Finally, send the `.po` file to jeanfi@gmail.com. If the `.po` file does not exist for your language, send me an email, I will add it. @@ -85,4 +97,3 @@ or others. To submit a new icon it must: * use the .SVG format. * be sent to me by email (jeanfi@gmail.com). - diff --git a/www/psensor/contribute.html b/www/psensor/contribute.html index dfaa937..c715c5d 100644 --- a/www/psensor/contribute.html +++ b/www/psensor/contribute.html @@ -25,16 +25,32 @@

Psensor is fully translatable, and contributions to the translation for any language are welcome.

+
+

The contributions to the translation of psensor will be licensed +like the code of psensor (GPLv2).

+

Directly update the translation files

You can modify the .po files which are available in the -GIT repository: http://git.wpitchoune.net/psensor.git and send it to +GIT repository (https://git.wpitchoune.net/psensor.git) and send it to jeanfi@gmail.com.

-

poedit or any text editors supporting UTF-8 -can be used to edit the translation files .

+

First, checkout the last version of the sources:

+
+
+
+
git clone https://git.wpitchoune.net/psensor.git
+
+
+
+

Then, modify one of the .po file corresponding +to your language in psensor/po. poedit or any text +editors supporting UTF-8 can be used to edit the translation files .

+
+
+

Finally, send the .po file to jeanfi@gmail.com.

If the .po file does not exist for your language, send me an email, I @@ -169,7 +185,7 @@ and released under GPL v2 license.

-- 2.7.4