Fixes fragmented translation that displayed raw '%{link}' placeholder text
instead of properly interpolated link in development mail adapter notice.
Changes:
- Consolidate separate translation calls into single interpolated string
- Use raw() helper to safely inject HTML link into translated text
- Update Spanish translation to include %{link} placeholder
- Extract updated translations with mix gettext.extract
Before: "To see sent emails, visit %{link}. the mailbox page."
After: "To see sent emails, visit the mailbox page." (with proper link)
|
||
|---|---|---|
| .. | ||
| en/LC_MESSAGES | ||
| es/LC_MESSAGES | ||
| admin.pot | ||
| auth.pot | ||
| default.pot | ||
| emails.pot | ||
| equipment.pot | ||
| errors.pot | ||