[wp-trac] [WordPress Trac] #31859: Avoid using HTML tags in translation strings - remove the count class
WordPress Trac
noreply at wordpress.org
Thu Apr 2 00:13:45 UTC 2015
#31859: Avoid using HTML tags in translation strings - remove the count class
--------------------------+-----------------------------
Reporter: ramiy | Owner:
Type: defect (bug) | Status: new
Priority: normal | Milestone: Awaiting Review
Component: I18N | Version: trunk
Severity: normal | Keywords:
Focuses: |
--------------------------+-----------------------------
Ok guys, it's a huge mission, but someone have to do it.
We need to replace all the translation strings containing `<span
class="count">(%s)</span>` and replace them with only `%s`.
Before: `All <span class="count">(%s)</span>`
After: `All %s`
We have 20 string to change accross the core:
http://i.imgur.com/tAZuzQk.png
For the full list, go to
https://translate.wordpress.org/projects/wp/dev/admin/he/default?filters%5Bterm%5D=class%3D%22count%22&filters%5Bstatus%5D=current_or_waiting_or_fuzzy_or_untranslated
Related: #31858, #31857, #31855, #31853, #31847
--
Ticket URL: <https://core.trac.wordpress.org/ticket/31859>
WordPress Trac <https://core.trac.wordpress.org/>
WordPress publishing platform
More information about the wp-trac
mailing list