[wp-polyglots] 2.7: Date formats 1st option not fully translated?
Xavier Borderie
xavier at borderie.net
Mon Nov 10 21:14:58 GMT 2008
In /wp-admin/options-general.php, in the "Date format" section, the
first option's month is not translated to me, and seems to still be in
English.
It says "10 November 2008", whereas in French it should say "10 novembre 2008".
All occurrences of "November" are translated in the fr_FR PO.
It seems weird since the code just grab the date args:
136 $date_formats = apply_filters( 'date_formats', array(
137 __('F j, Y'),
138 'Y/m/d',
139 'm/d/Y',
140 'd/m/Y',
141 ) );
Anyone else noticed this?
--
Xavier Borderie
More information about the wp-polyglots
mailing list