aboutsummaryrefslogtreecommitdiff
path: root/date_locale.rb
diff options
context:
space:
mode:
authorBenson Muite <bkmgit@users.noreply.github.com>2016-09-08 21:18:40 +0300
committerGitHub <noreply@github.com>2016-09-08 21:18:40 +0300
commit24700a22395a067a4ac3e3c8ef729a80a05ab0db (patch)
tree1487eacb6e46cdaa9883b48020d56b3927527436 /date_locale.rb
parentbd76b8d0ec22cc2c1e5fd4fe0e310092acb9736c (diff)
Update date_locale.rb
Estonian month abbreviations from http://library.princeton.edu/departments/tsd/katmandu/reference/months.html
Diffstat (limited to 'date_locale.rb')
-rw-r--r--date_locale.rb6
1 files changed, 6 insertions, 0 deletions
diff --git a/date_locale.rb b/date_locale.rb
index ebfb214..a5f2778 100644
--- a/date_locale.rb
+++ b/date_locale.rb
@@ -61,6 +61,12 @@ module Date_locale
:daynames => %w(Sonntag Montag Dienstag Mittwoch Donnerstag Freitag Samstag),
:abbr_daynames => %w(So Mo Di Mi Do Fr Sa),
},
+ :ee => {
+ :monthnames => [nil] + %w{Jaanuar Veebruar Märts Aprill Mai Juuni Juuli August September Oktober November Detsember},
+ :abbr_monthnames => [nil] + %w{Jaan. Veebr. Märts Apr. Mai Juuni Juuli. Aug. Sep. Okt. Nov. Dets.},
+ :daynames => %w{Pühapäev Esmapäev Teisipäev Kolmapäev Neljapäev Reedel Laupäev},
+ :abbr_daynames => %w{P E T K N R L},
+ },
:en => {
:monthnames => [nil] + %w{January February March April May June July August September October November December},
:abbr_monthnames => [nil] + %w{Jan Feb Mar Apr May Jun Jul Aug Sep Oct Nov Dec},