#17531 closed enhancement (fixed)
TwentyEleven i18n Improvements
Reported by: |
|
Owned by: |
|
---|---|---|---|
Milestone: | 3.2 | Priority: | normal |
Severity: | normal | Version: | 3.2 |
Component: | Themes | Keywords: | has-patch |
Focuses: | Cc: |
Description
Categories and tags lists shown in archives are not i18n friendly since they don't use placeholder and instead are broken to use the_category() and the_tags() function.
My fix is based on one from TwentyTen with addition of checks for | separator between lists and i18n of separator between lists items since we already have one in wp_sprintf_l().
Note to Automatticans (since they are original authors): I see that in your themes you have this hacks that work for English, so please always use placeholders and assume that in some language word order is different.
Attachments (1)
Change History (4)
Note: See
TracTickets for help on using
tickets.
s/coma/comma/ ;)