Translations
Translations
Courier’s Translations API enables localization by uploading .po (https://www.gnu.org/software/gettext/manual/html_node/PO-Files.html) files per locale and using the t helper in templates to serve translated content based on user profile locale.
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.