#7898 closed defect (bug) (duplicate)
The default theme is not i18n ready
| Reported by: | huji | Owned by: | |
|---|---|---|---|
| Priority: | normal | Milestone: | |
| Component: | I18N | Version: | |
| Severity: | major | Keywords: | has-patch |
| Cc: | Focuses: |
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)
This ticket was mentioned in PR #7941 on WordPress/wordpress-develop by @Bernhard Reiter.
21 months ago
#2
- Keywords has-patch added
@Bernhard Reiter commented on PR #7941:
21 months ago
#3
Committed to Core trunk in https://core.trac.wordpress.org/ticket/62639.
Note:
See TracTickets
for help on using tickets.
![(please configure the [header_logo] section in trac.ini)](/chrome/site/your_project_logo.png)
Duplicate/Wontfix: #7307