Make WordPress Core

Opened 17 years ago

Closed 17 years ago

Last modified 6 months ago

#7898 closed defect (bug) (duplicate)

The default theme is not i18n ready

Reported by: huji's profile huji 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 @DD32
17 years ago

  • Milestone 2.7 deleted
  • Resolution set to duplicate
  • Status changed from new to closed

Duplicate/Wontfix: #7307

This ticket was mentioned in PR #7941 on WordPress/wordpress-develop by @Bernhard Reiter.


6 months ago
#2

  • Keywords has-patch added

Discovered while working on #7898. Details to follow.

TODO:

  • [ ] Test coverage.

Trac ticket:

Note: See TracTickets for help on using tickets.