Opened 9 years ago
Closed 8 years ago
#2912 closed defect (bug) (fixed)
Avoid using HTML tags in translation strings (includes/admin/replies.php)
Reported by: | ramiy | Owned by: | netweb |
---|---|---|---|
Milestone: | 2.6 | Priority: | normal |
Severity: | normal | Version: | |
Component: | Locale - i18n/l10n | Keywords: | has-patch |
Cc: |
Description
In this ticket, we simplify the translation strings, like we did in wordpress core. Removing the HTML tags from translation strings to make the translation process faster and easier.
See the attached patch.
Old strings:
Reply updated. <a href="%s">View topic</a>
Reply created. <a href="%s">View topic</a>
Reply submitted. <a target="_blank" href="%s">Preview topic</a>
Reply draft updated. <a target="_blank" href="%s">Preview topic</a>
New strings:
Reply updated.
Reply created.
Reply submitted.
Reply draft updated.
View topic
Preview topic
Attachments (3)
Change History (8)
Note: See
TracTickets for help on using
tickets.
Related: #2881