Ticket #3488 (closed enhancement: fixed)

Opened 2 years ago

Last modified 2 years ago

Support for different calendars

Reported by: sshrdp Assigned to: anonymous
Priority: normal Milestone: 2.1
Component: General Version: 2.0.6
Severity: normal Keywords: i18n jalali islamic hijri hebrew calendar
Cc:

Description

Currently Wordpress doesn't support any calendar other than Gregorian calendar (which is the most used calendar) like Chinese, Hebrew, Hindu, Jalali, Islamic and Julian calendars. Plugins is not a good idea for this issue as it is not possible to add plugin for wp-mu. And support for different calendars is necessary for a complete i18n. (and I can (and would like to) do it if it is going to be included to the core.)

Change History

12/27/06 00:58:46 changed by ryan

2.1 (and WPMU, WPCOM) allow translations to provide a locale.php file (ar.php for example). Currently it is used only to specify the text direction. However, we could make it more powerful by loading it at the same time as plugins are loaded. All locale specific code could be put in locale.php.

01/08/07 00:11:13 changed by ryan

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

(In [4699]) Load locale specific php code in global context. fixes #3488

01/08/07 21:32:37 changed by ryan

  • version set to 2.0.6.
  • milestone changed from 2.2 to 2.1.