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
handlerbars helper in the notification template where you would like Courier to use translated content. (https://www.courier.com/docs/platform/content/notification-designer/handlebars-helpers/#translate) - Courier will look at profile locale and pick up corresponding translation content.