Documentation for Translators: Difference between revisions

From OpenPetra Wiki
Jump to navigation Jump to search
No edit summary
 
(32 intermediate revisions by 3 users not shown)
Line 1: Line 1:
== General information ==
== General Information ==
There are acutally 3 different ways to provide some translation.
The team behind OpenPetra doesn't plan particular translations of OpenPetra - rather, '''the OpenPetra application can be translated voluntarily''' by people who want to either contribute to OpenPetra with their skills in this way and/or have a particular interest in having the application in their 'heart language'.


1.) Using the [https://translations.launchpad.net/openpetraorg/trunk/+pots/template1 launchpad-platform]. To be able to make changes on the translation a registration is needed.
* The people who do the translation should be good in English and translate the application out of English into their mother tongue, ''but they don’t need to be computer specialists for that!''
* One doesn't need to take on the task of translating the whole application into another language as the translations are done incrementally - sentence for sentence.  
* One can translate as much or as little as he desires, and one doesn't even need to notify us if he/she starts translating, though it would be kind if that would be done.


2.) Using poedit: The following steps are needed.
''You are very welcome to help in translating OpenPetra into other languages.''
- Download poedit. The Version 1.4.6 is available [http://prdownloads.sourceforge.net/poedit/poedit-1.4.6-setup.exe here]
- Download the .po-file (not .mo!!) . It is available [https://translations.launchpad.net/openpetraorg/trunk/+pots/template1/es/+export here] (after a registration at launchpad)
- Edit the .po-file offline
- Upload it again [https://translations.launchpad.net/openpetraorg/trunk/+pots/template1/es/+upload here]


Poedit allows working faster than the first alternative. In order to avoid that work is done double be several translators please contact the translation team before starting.
==Translation team==


If you have questions or doubts feel free to post on the [https://forum.openpetra.org Forum]
== How to translate ==
We are using Weblate for managing the translations of the javascript client.
Just go to https://weblate.openpetra.org to our own Weblate installation.
== Testing the translations ==
You can get a test installation, by running
curl https://get.openpetra.org | bash -s test
Then just replace your language file in /home/op_test/client/locales, and reload your browser.


== Language specific information ==
== Language specific information ==


* [[Spanish translation]]
* [[Spanish translation]]
== Translation documentation for Developers ==
* There is documentation for developers, how to handle translations in releases etc, at [[Translation documentation for Developers]]

Latest revision as of 08:03, 19 May 2022

General Information

The team behind OpenPetra doesn't plan particular translations of OpenPetra - rather, the OpenPetra application can be translated voluntarily by people who want to either contribute to OpenPetra with their skills in this way and/or have a particular interest in having the application in their 'heart language'.

  • The people who do the translation should be good in English and translate the application out of English into their mother tongue, but they don’t need to be computer specialists for that!
  • One doesn't need to take on the task of translating the whole application into another language as the translations are done incrementally - sentence for sentence.
  • One can translate as much or as little as he desires, and one doesn't even need to notify us if he/she starts translating, though it would be kind if that would be done.

You are very welcome to help in translating OpenPetra into other languages.

Translation team

If you have questions or doubts feel free to post on the Forum

How to translate

We are using Weblate for managing the translations of the javascript client.

Just go to https://weblate.openpetra.org to our own Weblate installation.

Testing the translations

You can get a test installation, by running

curl https://get.openpetra.org | bash -s test

Then just replace your language file in /home/op_test/client/locales, and reload your browser.

Language specific information

Translation documentation for Developers