playbuzz-localizor is a repository that store all playbuzz platfor translations.
- Create
- Play
is an online localization management tool, perfect for collaborative or crowdsourced translation projects. Translate websites, apps, games and more! Log in to playbuzz account using this github credentials. poeditor
This repository use webhooks to sync terms and translations to POeditor
To import terms and translations from POeditor use the Jenkins tasks:
- Poeditor-Creator-Translations-Export - Creator translations.
- Poeditor-Play-Translations - Play translations.
The Creator and Play projects sync his terms and translations with the develop branch. After each deploy there is need to merge the develop branch to master .
- Add empty json file, and name it with the language locale code, to the relevant project in the 'translations' repository.
- Add new new language to the relevant project in POeditor.
- Create new 'link', to the github file, in the integration tab in the 'account setting' page of POeditor.
- Configure the relevant Jenkins task to support the new language in the LANGUAGE property.
- Export the project terms to the empty json file by using the relevant jenkins task.
- When all terms are translated, to export the translations, run Jenkins task again.