Ticket #5562 (closed enhancement: fixed)

Opened 6 months ago

Last modified 6 months ago

get_calendar: calendar caption i18n

Reported by: takayukister Assigned to: anonymous
Priority: normal Milestone: 2.5
Component: i18n Version: 2.5
Severity: normal Keywords: has-patch
Cc:

Description

get_calendar() in wp-includes/general-template.php shows a caption as "January 2008". It can be localized but has fixed order (month-year). In some languages, year-month order is more natural (for example, "2008年 1月" is good in Japanese), so we want to gettext it.

# And happy new year from me and Japanese localization team :)

Attachments

get_calendar.diff (0.6 kB) - added by takayukister on 01/01/08 08:00:10.

Change History

01/01/08 08:00:10 changed by takayukister

  • attachment get_calendar.diff added.

01/01/08 18:38:32 changed by ryan

  • status changed from new to closed.
  • resolution set to fixed.

(In [6533]) Localize calendar caption. Props takayukister. fixes #5562

01/03/08 00:57:38 changed by darkdragon

  • milestone changed from 2.6 to 2.5.