Make WordPress Core

Opened 16 years ago

Closed 16 years 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:
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)

#1 @DD32
16 years ago

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

Duplicate/Wontfix: #7307

Note: See TracTickets for help on using tickets.