Translation documentation for Developers: Difference between revisions

From OpenPetra Wiki
Jump to navigation Jump to search
No edit summary
Line 1: Line 1:
= Documentation for Translators =
= Documentation for Translators =
There is a separate page with [[Documentation for Translators]].
There is a separate page with [[Documentation for Translators]].
= The translation process =
There are actually several different ways to provide some translation.
See [[Documentation_for_Translators#Ways_of_Translating_OpenPetra | Translation documentation for Translators]] for details.


= Testing a translation =
= Testing a translation =
We provide a Nightly Build of OpenPetra. This integrates the changes on Github that has been made on the last 24 hours.
You can get a test installation, by running
You can get the Nightly Build [https://lbs.solidcharity.com/package/tpokorra/openpetra/openpetranow-standalone-nightly here]. Please download the exe-file OpenPetraSetup-x.x.xx.xxxx.exe and install it on your computer to see your new translations.
 
= Update translation template =
The synchronisation process needs to be done by someone of the Core development team. The goal is to update the template on Weblate with new strings to translate.
 
Make sure that you have pushed all changes on Weblate to our [https://github.com/openpetra/openpetra-i18n Github repository for the translations], at https://weblate.openpetra.org/projects/openpetra/openpetra/#repository.
The next steps have been automated with the command <code>nant buildTranslationTemplate</code>.
 
This command will:
* Download the latest translations from Github (https://github.com/openpetra/openpetra-i18n)
* Will create a new template.pot file
* Will update the existing .po files


You should commit the updated template.pot and the updated .po files to https://github.com/openpetra/openpetra-i18n again, and make sure you do a pull on Weblate, and then a reset, losing all local changes, but getting all new strings
curl https://getopenpetra.com | bash -s test


All .po files in the i18n directory will be added to the installer automatically. OpenPetra will use the language settings on the workstation for determining which language file should be used.
Then just replace your language file in /home/op_test/client/locales, and reload your browser.


= Reviewing the translation template =
= Reviewing the translation template =
Please have a look at [[Reviewing the translation template]]
Please have a look at [[Reviewing the translation template]]

Revision as of 07:45, 5 February 2020

Documentation for Translators

There is a separate page with Documentation for Translators.

Testing a translation

You can get a test installation, by running

curl https://getopenpetra.com | bash -s test

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

Reviewing the translation template

Please have a look at Reviewing the translation template