[wp-trac] [WordPress Trac] #3438: Internationalization by mistake
WordPress Trac
wp-trac at lists.automattic.com
Tue Dec 5 13:30:24 GMT 2006
#3438: Internationalization by mistake
------------------------+---------------------------------------------------
Reporter: nbachiyski | Owner: anonymous
Type: defect | Status: new
Priority: low | Milestone: 2.1
Component: General | Version:
Severity: minor | Keywords: bg|has-patch bg|commit
------------------------+---------------------------------------------------
In [4545] there are some strings that shouldn't have been i18ned:
{{{
$url = sprintf(__('%1$s/%2$s%3$sm%4$s%5$s%6$sw%7$s%8$d'),
get_settings('home'), '', '?', '=', $arc_year, '&', '=',
$arcresult->week);
}}}
and
{{{
date = sprintf(__('%1$d-%2$02d-%3$02d 00:00:00'), $arcresult->year,
$arcresult->month, $arcresult->dayofmonth);
$text = mysql2date($archive_day_date_format, $date);
}}}
--
Ticket URL: <http://trac.wordpress.org/ticket/3438>
WordPress Trac <http://trac.wordpress.org/>
WordPress blogging software
More information about the wp-trac
mailing list