poeditor
Table of Contents
Working with Poeditor.com
Join the Project
Request to join the POEditor Evergreen project. An Evergreen admin will need to approve you before you can add translations. If you want to help with the translation process, ask on the Evergreen General email list.
Making strings available for translation
To upload new strings to poeditor.com:
- In the
Open-ILS/src/eg2
directory, runnpm run export-strings
- Go to the importer
- Upload the
Open-ILS/src/eg2/locale/messages.xmb
file – make sure that "Import terms only" is checked. Also add tags to identify the new strings, like this:. In this example, the 3.7 beta replace will have all new strings tagged with rel_3_7_beta2, and the entire set of strings tagged with rel_3_7.
- Go to the English language importer and import the xmb file, making sure to not overwrite old translations. Unlike the first step, which appears to just load the numeric IDs of the strings to be translated, this step also adds their English-language values.
Adding/updating translations to Evergreen
If a translation is sufficiently complete, in POEditor go to the language, then export it as an .xtb
file. The result should be committed to the path Open-ILS/src/eg2/src/locale/
as messages.$LANGUAGECODE.xtb
.
poeditor.txt · Last modified: 2022/11/01 16:16 by gmcharlton