Opened 9 years ago
Closed 9 years ago
#2911 closed defect (bug) (fixed)
Avoid using HTML tags in translation strings (includes/admin/forums.php)
Reported by: |
|
Owned by: |
|
---|---|---|---|
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 code. Removing the HTML tags from translation strings to make the translation process faster and easier.
See the attached patch.
Old strings:
Forum updated. <a href="%s">View forum</a>
Forum created. <a href="%s">View forum</a>
Forum submitted. <a target="_blank" href="%s">Preview forum</a>
Forum draft updated. <a target="_blank" href="%s">Preview forum</a>
New strings:
Forum updated.
Forum created.
Forum submitted.
Forum draft updated.
View forum
Preview forum
Attachments (2)
Change History (7)
Note: See
TracTickets for help on using
tickets.
Related: #2881