[activescaffoldlocalize commit] r90 - trunk/lang

0 views
Skip to first unread message

codesite...@google.com

unread,
Dec 20, 2007, 4:21:33 PM12/20/07
to activescaffold...@googlegroups.com
Author: edwin.moss
Date: Thu Dec 20 13:20:53 2007
New Revision: 90

Modified:
trunk/lang/en-us.rb
trunk/lang/fr-ca.rb

Log:
Fix month name lookup.

Modified: trunk/lang/en-us.rb
==============================================================================
--- trunk/lang/en-us.rb (original)
+++ trunk/lang/en-us.rb Thu Dec 20 13:20:53 2007
@@ -96,7 +96,7 @@
# added at the end of date if your date system doesn't use a 24
hours system
:date_helper_am => 'am',
:date_helper_pm => 'pm',
- :date_helper_month_names => ['', '',
+ :date_helper_month_names => ['',
'January',
'February',
'March',
@@ -110,7 +110,7 @@
'November',
'December'],

- :date_helper_abbr_month_names => ['', '',
+ :date_helper_abbr_month_names => ['',
'Jan',
'Feb',
'Mar',

Modified: trunk/lang/fr-ca.rb
==============================================================================
--- trunk/lang/fr-ca.rb (original)
+++ trunk/lang/fr-ca.rb Thu Dec 20 13:20:53 2007
@@ -85,7 +85,7 @@
# added at the end of date if your date system doesn't use a 24
hours system
:date_helper_am => 'am',
:date_helper_pm => 'pm',
- :date_helper_month_names => ['', '',
+ :date_helper_month_names => ['',
'Janvier',
'Février',
'Mars',
@@ -99,7 +99,7 @@
'Novembre',
'Décembre'],

- :date_helper_abbr_month_names => ['', '',
+ :date_helper_abbr_month_names => ['',
'Jan',
'Fev',
'Mar',

Reply all
Reply to author
Forward
0 new messages