X-Git-Url: http://git.wpitchoune.net/gitweb/?p=www.git;a=blobdiff_plain;f=src%2Fpsensor%2Fcontribute.adoc;h=0c197bc533f0d85aaede0bca5709d81f3f5b3acc;hp=566782964553fc71d5bc9b905231a3ee0a7ab6da;hb=4182a6ef2adac43d72b7b1c073bdbb4f466f64e3;hpb=ee3993343df5ef279d11526082e8b90062a50a3c diff --git a/src/psensor/contribute.adoc b/src/psensor/contribute.adoc index 5667829..0c197bc 100644 --- a/src/psensor/contribute.adoc +++ b/src/psensor/contribute.adoc @@ -1,19 +1,32 @@ = How to contribute to psensor :docinfo2: +:icons: font == Translations 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. @@ -84,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). -