fix(locale): add missing sessionAlert translations for Spanish#11775
fix(locale): add missing sessionAlert translations for Spanish#11775ashstrc wants to merge 2 commits intoappwrite:1.9.xfrom
Conversation
Greptile SummaryThis PR adds missing Key findings:
Confidence Score: 4/5Mostly safe, but the duplicate sentence in the email body is a visible user-facing defect that should be fixed before merging. One P1 issue — a duplicated sentence in app/config/locale/translations/es.json — specifically line 34 ( Important Files Changed
Reviews (2): Last reviewed commit: "fix(locale): add missing bold formatting..." | Re-trigger Greptile |
What does this PR do?
This PR adds missing
emails.sessionAlert.*translations to the Spanish (es.json) locale.Previously, these keys were not defined, causing raw template placeholders like
{{emails.sessionAlert.subject}}to appear in emails instead of proper localized content.Why is this needed?
The absence of
sessionAlerttranslations in the Spanish locale leads to broken email rendering for session alerts. This results in a poor user experience and inconsistent localization behavior.Changes made
emails.sessionAlert.*keys toes.jsonen.jsonstructureTest Plan
emails.sessionAlert.*keys are now present ines.jsonen.json) referenceRelated Issues
Fixes #8659
Checklist
en.json