Opened 6 years ago

Closed 6 years ago

Last modified 6 years ago

#3488 closed enhancement (fixed)

Support for different calendars

Reported by: sshrdp Owned by: 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 (3)

comment:1   ryan6 years ago

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.

comment:2   ryan6 years ago

  • Resolution set to fixed
  • Status changed from new to closed

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

comment:3   ryan6 years ago

  • Milestone changed from 2.2 to 2.1
  • Version set to 2.0.6
Note: See TracTickets for help on using tickets.