[wp-trac] [WordPress Trac] #3863: i18n fixes
WordPress Trac
wp-trac at lists.automattic.com
Sat Feb 24 08:14:33 GMT 2007
#3863: i18n fixes
--------------------+-------------------------------------------------------
Reporter: yskin | Owner: anonymous
Type: defect | Status: new
Priority: low | Milestone: 2.1.2
Component: i18n | Version: 2.1.1
Severity: normal | Keywords:
--------------------+-------------------------------------------------------
Line 104 in wp-admin/edit.php
{{{
echo $wp_locale->get_month($arc_row->mmonth) . " $arc_row->yyear";
}}}
In english, people often use "May 2006", but in some other languages,
people use "2006-05".
Line 180 in wp-admin/edit.php,
{{{
the_time(_('Y-m-d \<\b\r \/\> g:i:s a'));
}}}
Why only one underscore?
Line 156 in wp-admin/edit-comments.php, and line 124 in wp-
admin/moderation.php
{{{
comment_date('M j, g:i A');
}}}
'M j, g:i A' should be i18ned.
--
Ticket URL: <http://trac.wordpress.org/ticket/3863>
WordPress Trac <http://trac.wordpress.org/>
WordPress blogging software
More information about the wp-trac
mailing list