fix: update the reservation email templates for various languages#1107
fix: update the reservation email templates for various languages#1107JohnVillalovos merged 1 commit intodevelopfrom
Conversation
There was a problem hiding this comment.
Pull request overview
Updates remaining localized reservation email templates to use the newer ReservationEmailTemplateContext-style resource variables (notably $Resources) and to display richer per-resource details consistently across languages.
Changes:
- Replaces
$ResourceName/$ResourceNamesblocks with a$Resourcesloop in multiple locales. - Adds per-resource metadata (schedule, id, location, contact, description/notes, admin, attributes table) and optional image rendering with escaping.
Reviewed changes
Copilot reviewed 20 out of 20 changed files in this pull request and generated 10 comments.
Show a summary per file
| File | Description |
|---|---|
| lang/zh_cn/ReservationCreatedAdmin.tpl | Switches resource section to $Resources loop with detailed fields + escaped image. |
| lang/zh_cn/ReservationCreated.tpl | Switches resource section to $Resources loop with detailed fields + escaped image. |
| lang/th_th/ReservationCreatedAdmin.tpl | Switches resource section to $Resources loop with detailed fields + escaped image. |
| lang/th_th/ReservationCreated.tpl | Switches resource section to $Resources loop with detailed fields + escaped image. |
| lang/pt_pt/ReservationCreatedAdmin.tpl | Switches resource section to $Resources loop (but introduces invalid nested <p>). |
| lang/pt_pt/ReservationCreated.tpl | Switches resource section to $Resources loop (but introduces invalid nested <p>). |
| lang/pt_br/ReservationCreatedAdmin.tpl | Switches resource section to $Resources loop (but introduces invalid nested <p>). |
| lang/pt_br/ReservationCreated.tpl | Switches resource section to $Resources loop (but introduces invalid nested <p>). |
| lang/it_it/ReservationCreatedAdmin.tpl | Switches resource section to $Resources loop with detailed fields + escaped image. |
| lang/it_it/ReservationCreated.tpl | Switches resource section to $Resources loop with detailed fields + escaped image. |
| lang/hu_hu/ReservationCreatedAdmin.tpl | Switches resource section to $Resources loop with detailed fields + escaped image. |
| lang/hu_hu/ReservationCreated.tpl | Switches resource section to $Resources loop with detailed fields + escaped image. |
| lang/fr_fr/ReservationCreatedAdmin.tpl | Switches resource section to $Resources loop (but introduces invalid nested <p>). |
| lang/fr_fr/ReservationCreated.tpl | Switches resource section to $Resources loop (but introduces invalid nested <p>). |
| lang/es/ReservationCreatedAdmin.tpl | Switches resource section to $Resources loop (but introduces invalid nested <p>). |
| lang/es/ReservationCreated.tpl | Switches resource section to $Resources loop (but introduces invalid nested <p>). |
| lang/el_gr/ReservationCreatedAdmin.tpl | Switches resource section to $Resources loop (but introduces invalid nested <p>). |
| lang/el_gr/ReservationCreated.tpl | Switches resource section to $Resources loop (but introduces invalid nested <p>). |
| lang/da_da/ReservationCreatedAdmin.tpl | Switches resource section to $Resources loop with detailed fields + escaped image. |
| lang/da_da/ReservationCreated.tpl | Switches resource section to $Resources loop with detailed fields + escaped image. |
You can also share your feedback on Copilot code review. Take the survey.
Update the remaining reservation email templates for the various languages. The translations were machine generated. Previous commit e94ad11 did not do all the languages.
44383c6 to
9a0d3ce
Compare
There was a problem hiding this comment.
Pull request overview
Copilot reviewed 20 out of 20 changed files in this pull request and generated no new comments.
You can also share your feedback on Copilot code review. Take the survey.
There was a problem hiding this comment.
Pull request overview
Copilot reviewed 20 out of 20 changed files in this pull request and generated no new comments.
You can also share your feedback on Copilot code review. Take the survey.
Update the remaining reservation email templates for the various languages. The translations were machine generated.
Previous commit e94ad11 did not do all the languages.