[wp-trac] Re: [WordPress Trac] #2568: Translate meridiem in time
WordPress Trac
wp-trac at lists.automattic.com
Wed Mar 15 08:06:50 GMT 2006
#2568: Translate meridiem in time
-----------------------+----------------------------------------------------
Id: 2568 | Status: new
Component: General | Modified: Wed Mar 15 08:06:50 2006
Severity: normal | Milestone: 2.1
Priority: normal | Version: 2.0.2
Owner: anonymous | Reporter: Sewar
-----------------------+----------------------------------------------------
Comment (by davidhouse):
We could really do with wrapping all these localisation globals up into
one associative array or class global. So e.g. instead of doing
{{{
global $meridiem, $weekday;
...
$meridiem
...
$weekday
}}}
we'd do
{{{
$global $wp_i10n;
...
$wp_i10n->meridiem
...
$wp_i10n->weekday
}}}
--
Ticket URL: <http://trac.wordpress.org/ticket/2568>
WordPress Trac <http://wordpress.org/>
WordPress blogging software
More information about the wp-trac
mailing list