Backend/emails: Take links out of loc files.#9192
Conversation
MobileInstall the Dev Tool (iOS via TestFlight, iOS Simulator, or Android .apk) here. Scan the QR with your phone camera, or tap Open in Dev Tool on the device, to open this branch in the installed Dev Tool dev client.
Deep linksiOS Android Web (Vercel)View the Vercel web preview for this branch. Backend
Other
|
00f362a to
b7b9ac2
Compare
1d26472 to
b3f08c2
Compare
7f8163d to
acde683
Compare
|
Fixed email address and rebased. Merging based on "lgtm otherwise" |
📝 Release NotesThis PR does not need to be included in release notes. Reason: This PR is an internal maintainability refactor for email localization and link handling. It does not add new user-facing functionality or fix a noticeable bug for end users, and the impact is mainly reducing translator error risk in the codebase. 🤖 Bot Debug InformationModel: |


Having html links in loc strings introduces risks that translators make mistakes with the syntax, and makes it more difficult to modify the URLs. It's more maintainable to interpolate the links from the code.
Testing
Checked at generated emails on this PR:
Backend checklist
developif necessary for linear migration historyFor maintainers