Opened 16 years ago
Closed 16 years ago
#7898 closed defect (bug) (duplicate)
The default theme is not i18n ready
Reported by: | huji | Owned by: | |
---|---|---|---|
Milestone: | Priority: | normal | |
Severity: | major | Version: | |
Component: | I18N | Keywords: | |
Focuses: | Cc: |
Description
Currently, the default (Kubrik) theme is not i18n ready. We have lines like this there:
the_tags('Tags: ', ', ', '<br />'
Which should at least be updated to such:
the_tags(('Tags: ','kubrick'), ', ', '<br />')
And a .mo and .po pair of files should be included for English language itself.
This makes localization of this theme much easier.
Change History (1)
Note: See
TracTickets for help on using
tickets.
Duplicate/Wontfix: #7307