#7898 closed defect (bug) (duplicate)
The default theme is not i18n ready
Reported by: |
|
Owned by: | |
---|---|---|---|
Milestone: | Priority: | normal | |
Severity: | major | Version: | |
Component: | I18N | Keywords: | has-patch |
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 (3)
#1
@
17 years ago
- Milestone 2.7 deleted
- Resolution set to duplicate
- Status changed from new to closed
This ticket was mentioned in PR #7941 on WordPress/wordpress-develop by @Bernhard Reiter.
6 months ago
#2
- Keywords has-patch added
@Bernhard Reiter commented on PR #7941:
6 months ago
#3
Committed to Core trunk
in https://core.trac.wordpress.org/ticket/62639.
Note: See
TracTickets for help on using
tickets.
Duplicate/Wontfix: #7307