Make WordPress Core

Opened 18 years ago

Closed 18 years ago

Last modified 21 months ago

#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)

#1 @DD32
18 years ago

  • Milestone 2.7
  • Resolutionduplicate
  • Status newclosed

Duplicate/Wontfix: #7307

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


21 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.