# orchard-locale

This repo contains a single script, `sync.sh` responsible for the following activities:

* Pulling down the orchard codebase.
* Extracting tagged text from the orchard repo into `message.pot`.
* Sending the message.pot file to POEditor so that our human translators can find newly tagged text and translate into various languages.
* Exporting translated text, per language, from POEditor into `*.mo` and `*.po` files.
* Committing `*.mo` and `*.po` files back into this repository.
