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',