aboutsummaryrefslogtreecommitdiff
path: root/date_locale.rb
diff options
context:
space:
mode:
authorBenjamin Kellermann <Benjamin.Kellermann@mgm-sp.de>2015-11-19 22:45:21 +0100
committerBenjamin Kellermann <Benjamin.Kellermann@mgm-sp.de>2015-11-19 22:45:21 +0100
commit739f2b9fb1918887319ef262776d907d82f967b6 (patch)
tree1cf4ba90350bf204719f9d7c655faa20e9adb49a /date_locale.rb
parent45c56db3ac731003d1fc056426584c44dd748b1c (diff)
correct spellings for catalan weekdays (thanks to Eloi)
Diffstat (limited to 'date_locale.rb')
-rw-r--r--date_locale.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/date_locale.rb b/date_locale.rb
index 192f150..ebfb214 100644
--- a/date_locale.rb
+++ b/date_locale.rb
@@ -29,7 +29,7 @@ module Date_locale
:monthnames => [nil] + %w{gener febrer març abril maig juny juliol agost setembre octubre novembre desembre},
:abbr_monthnames => [nil] + %w{gen feb mar abr mai jun jul ago set oct nov des},
:daynames => %w{diumenge dilluns dimarts dimecres dijous divendres dissabte},
- :abbr_daynames => %w{dmg dll dmt dmc djs dvn dsb},
+ :abbr_daynames => %w{dg dl dt dc dj dv ds},
},
:cf => {
:monthnames => [nil] + %w{Janvier Février Mars Avril Mai Juin Juillet Août Septembre Octobre Novembre Décembre},