From 739f2b9fb1918887319ef262776d907d82f967b6 Mon Sep 17 00:00:00 2001 From: Benjamin Kellermann Date: Thu, 19 Nov 2015 22:45:21 +0100 Subject: correct spellings for catalan weekdays (thanks to Eloi) --- date_locale.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'date_locale.rb') 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}, -- cgit v1.2.3