#3488 closed enhancement (fixed)
Support for different calendars
Reported by: |
|
Owned by: | |
---|---|---|---|
Milestone: | 2.1 | Priority: | normal |
Severity: | normal | Version: | 2.0.6 |
Component: | General | Keywords: | i18n jalali islamic hijri hebrew calendar |
Focuses: | 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)
Note: See
TracTickets for help on using
tickets.
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.