Translations
Translations
The Translations API allows you to read/write translations to Courier in the form of .po files (https://www.gnu.org/software/gettext/manual/html node/PO-Files.html).
A typical translations workflow would look like:
- Inserting/Updating a .po file per locale for your workspace
- Using Courier’s
t
handlebar helper in the notification template where you would like Courier to use translated content. - Courier will look at profile locale and pick up corresponding translation content.