#5383 closed enhancement (fixed)
Inconsistent use of <strong> in _get_profile_stats() markup
| Reported by: | danbp | Owned by: | boonebgorges |
|---|---|---|---|
| Priority: | low | Milestone: | 2.0 |
| Component: | I18N | Version: | |
| Severity: | trivial | Keywords: | |
| Cc: |
Description
on line 1256, there is a plural form for "site"
The singular is 1 site
The plural is <strong>%s</strong> sites
Do we need a strong tag in the source for the plural form if there is none for the singular ?
IMO it's not necessary, each translator can anyway add the appropriate html he need, if ever !
Change History (3)
Note:
See TracTickets
for help on using tickets.
![(please configure the [header_logo] section in trac.ini)](/chrome/site/your_project_logo.png)
I think the <strong> tags are appropriate, but I think that (a) we should be consistent, and (b) we should try to avoid putting HTML tags into gettext calls when possible. Thanks for bringing this up.