Class: When::BasicTypes::M17n

Inherits:
Code show all
Includes:
Parts::Locale, Parts::Resource
Defined in:
lib/when_exe/basictypes.rb,
lib/when_exe/locales/af.rb,
lib/when_exe/locales/ar.rb,
lib/when_exe/locales/az.rb,
lib/when_exe/locales/bg.rb,
lib/when_exe/locales/bn.rb,
lib/when_exe/locales/bs.rb,
lib/when_exe/locales/ca.rb,
lib/when_exe/locales/cs.rb,
lib/when_exe/locales/cy.rb,
lib/when_exe/locales/da.rb,
lib/when_exe/locales/de.rb,
lib/when_exe/locales/el.rb,
lib/when_exe/locales/en.rb,
lib/when_exe/locales/eo.rb,
lib/when_exe/locales/es.rb,
lib/when_exe/locales/et.rb,
lib/when_exe/locales/eu.rb,
lib/when_exe/locales/fa.rb,
lib/when_exe/locales/fi.rb,
lib/when_exe/locales/fr.rb,
lib/when_exe/locales/gl.rb,
lib/when_exe/locales/he.rb,
lib/when_exe/locales/hi.rb,
lib/when_exe/locales/hr.rb,
lib/when_exe/locales/hu.rb,
lib/when_exe/locales/id.rb,
lib/when_exe/locales/is.rb,
lib/when_exe/locales/it.rb,
lib/when_exe/locales/ja.rb,
lib/when_exe/locales/kn.rb,
lib/when_exe/locales/ko.rb,
lib/when_exe/locales/lo.rb,
lib/when_exe/locales/lt.rb,
lib/when_exe/locales/lv.rb,
lib/when_exe/locales/mk.rb,
lib/when_exe/locales/mn.rb,
lib/when_exe/locales/ms.rb,
lib/when_exe/locales/nb.rb,
lib/when_exe/locales/ne.rb,
lib/when_exe/locales/nl.rb,
lib/when_exe/locales/nn.rb,
lib/when_exe/locales/or.rb,
lib/when_exe/locales/pl.rb,
lib/when_exe/locales/pt.rb,
lib/when_exe/locales/rm.rb,
lib/when_exe/locales/ro.rb,
lib/when_exe/locales/ru.rb,
lib/when_exe/locales/sk.rb,
lib/when_exe/locales/sl.rb,
lib/when_exe/locales/sr.rb,
lib/when_exe/locales/sv.rb,
lib/when_exe/locales/sw.rb,
lib/when_exe/locales/th.rb,
lib/when_exe/locales/tl.rb,
lib/when_exe/locales/tr.rb,
lib/when_exe/locales/uk.rb,
lib/when_exe/locales/ur.rb,
lib/when_exe/locales/uz.rb,
lib/when_exe/locales/vi.rb,
lib/when_exe/locales/wo.rb,
lib/when_exe/region/m17n.rb,
lib/when_exe/region/thai.rb,
lib/when_exe/region/bahai.rb,
lib/when_exe/region/roman.rb,
lib/when_exe/region/shire.rb,
lib/when_exe/region/world.rb,
lib/when_exe/locales/de_AT.rb,
lib/when_exe/locales/de_CH.rb,
lib/when_exe/locales/en_AU.rb,
lib/when_exe/locales/en_CA.rb,
lib/when_exe/locales/en_GB.rb,
lib/when_exe/locales/en_IE.rb,
lib/when_exe/locales/en_IN.rb,
lib/when_exe/locales/en_NZ.rb,
lib/when_exe/locales/en_US.rb,
lib/when_exe/locales/es_AR.rb,
lib/when_exe/locales/es_CL.rb,
lib/when_exe/locales/es_CO.rb,
lib/when_exe/locales/es_CR.rb,
lib/when_exe/locales/es_EC.rb,
lib/when_exe/locales/es_MX.rb,
lib/when_exe/locales/es_PA.rb,
lib/when_exe/locales/es_PE.rb,
lib/when_exe/locales/es_VE.rb,
lib/when_exe/locales/fr_CA.rb,
lib/when_exe/locales/fr_CH.rb,
lib/when_exe/locales/hi_IN.rb,
lib/when_exe/locales/it_CH.rb,
lib/when_exe/locales/links.rb,
lib/when_exe/locales/pt_BR.rb,
lib/when_exe/locales/zh_CN.rb,
lib/when_exe/locales/zh_HK.rb,
lib/when_exe/locales/zh_TW.rb,
lib/when_exe/region/french.rb,
lib/when_exe/region/indian.rb,
lib/when_exe/region/jewish.rb,
lib/when_exe/locales/es_419.rb,
lib/when_exe/region/chinese.rb,
lib/when_exe/region/iranian.rb,
lib/when_exe/region/islamic.rb,
lib/when_exe/region/martian.rb,
lib/when_exe/region/tibetan.rb,
lib/when_exe/locales/locales.rb,
lib/when_exe/region/balinese.rb,
lib/when_exe/region/japanese.rb,
lib/when_exe/region/javanese.rb,
lib/when_exe/region/christian.rb

Overview

多言語対応文字列

本ライブラリで用いる諸々の用語を多言語対応で曖昧性なく管理するため
Code  subclass として定義する

内部変数

self[ 0..-1 ] : String

インスタンスを代表する文字列
通常の String として振舞う場合は、この文字列として振舞う

@locale : Hash

インスタンスがさす言葉の諸言語での表現を文字列として保持する
locale指定('lang_country.encoding') => その locale での文字列
  locale指定の要素に省略がある場合、残った共通の要素によって文字列を特定する
  Ex. @locale = {'en'=>'March', 'ja'=>'三月'} ならば、locale が
      'en_US', 'en_GB' のいずれでもlocale での文字列は 'March'

@namespace : Hash

インスタンスがさす言葉の意味を特定するための authority の URI を保持する
locale指定('lang_country.encoding') => その locale での authority の URI
  locale指定の要素に省略がある場合、残った共通の要素によってURIを特定する
  Ex. @locale = {'en'=>'en:March', 'ja'=>'ja:3%E6%9C%88'} ならば、locale が
      'en_US', 'en_GB' のいずれでもlocale での authority の URIは 'en:March'
当該用語が標準管理機関で管理されていない場合、wikipedia の当該項目の URI を用いる

@code_space : String

代表的な authority の URI
 @namespace[''] である

see Parts::Locale, Parts::Resource

Constant Summary collapse

Locale_af =
{"date"=>
  {"abbr_day_names"=>["Son", "Maan", "Dins", "Woe", "Don", "Vry", "Sat"],
   "abbr_month_names"=>
    [nil,
"Jan",
"Feb",
"Mar",
"Apr",
"Mei",
"Jun",
"Jul",
"Aug",
"Sep",
"Okt",
"Nov",
"Des"],
   "day_names"=>
    ["Sondag",
"Maandag",
"Dinsdag",
"Woensdag",
"Donderdag",
"Vrydag",
"Saterdag"],
   "formats"=>{"default"=>"%Y-%m-%d", "long"=>"%B %d, %Y", "short"=>"%b %d"},
   "month_names"=>
    [nil,
"Januarie",
"Februarie",
"Maart",
"April",
"Mai",
"Junie",
"Julie",
"Augustus",
"September",
"Oktober",
"November",
"Desember"],
   "order"=>[:year, :month, :day]},
 "time"=>
  {"am"=>"vm",
   "formats"=>
    {"default"=>"%a, %d %b %Y %H:%M:%S %z",
"long"=>"%B %d, %Y %H:%M",
"short"=>"%d %b %H:%M",
"time"=>"%H:%M:%S %z"},
   "pm"=>"nm"},
 "datetime"=>
  {"distance_in_words"=>
    {"about_x_hours"=>
 {"one"=>"ongeveer 1 uur", "other"=>"ongeveer %{count} ure"},
"about_x_months"=>
 {"one"=>"ongeveer 1 maand", "other"=>"ongeveer %{count} maande"},
"about_x_years"=>
 {"one"=>"ongeveer 1 jaar", "other"=>"ongeveer %{count} jaar"},
"almost_x_years"=>{"one"=>"sowat 1 jaar", "other"=>"sowat %{count} jaar"},
"half_a_minute"=>"halfminuut",
"less_than_x_minutes"=>
 {"one"=>"minder as n minuut", "other"=>"minder as %{count} minute"},
"less_than_x_seconds"=>
 {"one"=>"minder as 1 second", "other"=>"minder as %{count} sekondes"},
"over_x_years"=>
 {"one"=>"meer as 1 jaar", "other"=>"meer as %{count} jaar"},
"x_days"=>{"one"=>"1 dag", "other"=>"%{count} days"},
"x_minutes"=>{"one"=>"1 minuut", "other"=>"%{count} minute"},
"x_months"=>{"one"=>"1 maand", "other"=>"%{count} maande"},
"x_seconds"=>{"one"=>"1 sekonde", "other"=>"%{count} sekondes"}},
   "prompts"=>
    {"day"=>"Dag",
"hour"=>"Uur",
"minute"=>"Minuut",
"month"=>"Maand",
"second"=>"Sekondes",
"year"=>"Jaar"}}}
Locale_ar =
{"date"=>
  {"abbr_day_names"=>
    ["الأحد", "الإثنين", "الثلاثاء", "الأربعاء", "الخميس", "الجمعة", "السبت"],
   "abbr_month_names"=>
    [nil,
"يناير",
"فبراير",
"مارس",
"ابريل",
"مايو",
"يونيو",
"يوليو",
"اغسطس",
"سبتمبر",
"اكتوبر",
"نوفمبر",
"ديسمبر"],
   "day_names"=>
    ["الأحد", "الإثنين", "الثلاثاء", "الأربعاء", "الخميس", "الجمعة", "السبت"],
   "formats"=>{"default"=>"%Y-%m-%d", "long"=>"%B %e, %Y", "short"=>"%e %b"},
   "month_names"=>
    [nil,
"يناير",
"فبراير",
"مارس",
"ابريل",
"مايو",
"يونيو",
"يوليو",
"اغسطس",
"سبتمبر",
"اكتوبر",
"نوفمبر",
"ديسمبر"],
   "order"=>[:day, :month, :year]},
 "time"=>
  {"am"=>"صباحا",
   "formats"=>
    {"default"=>"%a %b %d %H:%M:%S %Z %Y",
"long"=>"%B %d, %Y %H:%M",
"short"=>"%d %b %H:%M",
"time"=>"%H:%M:%S %Z"},
   "pm"=>"مساءا"},
 "datetime"=>
  {"distance_in_words"=>
    {"about_x_hours"=>
 {"zero"=>"حوالي %{count} ساعات",
  "one"=>"حوالي ساعة واحدة",
  "two"=>"حوالي ساعتان",
  "few"=>"حوالي %{count} ساعات",
  "many"=>"حوالي %{count} ساعة",
  "other"=>"حوالي %{count} ساعة"},
"about_x_months"=>
 {"zero"=>"حوالي %{count} شهر",
  "one"=>"حوالي شهر واحد",
  "two"=>"حوالي شهران",
  "few"=>"حوالي %{count} أشهر",
  "many"=>"حوالي %{count} شهر",
  "other"=>"حوالي %{count} شهر"},
"about_x_years"=>
 {"zero"=>"حوالي %{count} سنوات",
  "one"=>"حوالي سنة",
  "two"=>"حوالي سنتان",
  "few"=>"حوالي %{count} سنوات",
  "many"=>"حوالي %{count} سنة",
  "other"=>"حوالي %{count} سنة"},
"almost_x_years"=>
 {"zero"=>"ما يقرب من %{count} سنة",
  "one"=>"تقريبا سنة واحدة",
  "two"=>"ما يقرب من سنتين",
  "few"=>"ما يقرب من %{count} سنوات",
  "many"=>"ما يقرب من %{count} سنة",
  "other"=>"ما يقرب من %{count} سنة"},
"half_a_minute"=>"نصف دقيقة",
"less_than_x_minutes"=>
 {"zero"=>"أقل من %{count} دقيقة",
  "one"=>"أقل من دقيقة",
  "two"=>"أقل من دقيقتان",
  "few"=>"أقل من %{count} دقائق",
  "many"=>"أقل من %{count} دقيقة",
  "other"=>"أقل من %{count} دقيقة"},
"less_than_x_seconds"=>
 {"zero"=>"أقل من %{count} ثانية",
  "one"=>"أقل من ثانية",
  "two"=>"أقل من ثانيتان",
  "few"=>"أقل من %{count} ثوان",
  "many"=>"أقل من %{count} ثانية",
  "other"=>"أقل من %{count} ثانية"},
"over_x_years"=>
 {"zero"=>"أكثر من %{count} سنة",
  "one"=>"أكثر من سنة",
  "two"=>"أكثر من سنتين",
  "few"=>"أكثر من %{count} سنوات",
  "many"=>"أكثر من %{count} سنة",
  "other"=>"أكثر من %{count} سنة"},
"x_days"=>
 {"zero"=>"%{count} يوم",
  "one"=>"يوم واحد",
  "two"=>"يومان",
  "few"=>"%{count} أيام",
  "many"=>"%{count} يوم",
  "other"=>"%{count} يوم"},
"x_minutes"=>
 {"zero"=>"%{count} دقيقة",
  "one"=>"دقيقة واحدة",
  "two"=>"دقيقتان",
  "few"=>"%{count} دقائق",
  "many"=>"%{count} دقيقة",
  "other"=>"%{count} دقيقة"},
"x_months"=>
 {"zero"=>"%{count} شهر",
  "one"=>"شهر واحد",
  "two"=>"شهران",
  "few"=>"%{count} أشهر",
  "many"=>"%{count} شهر",
  "other"=>"%{count} شهر"},
"x_seconds"=>
 {"zero"=>"%{count} ثانية",
  "one"=>"ثانية واحدة",
  "two"=>"ثانيتان",
  "few"=>"%{count} ثوان",
  "many"=>"%{count} ثانية",
  "other"=>"%{count} ثانية"}},
   "prompts"=>
    {"day"=>"اليوم",
"hour"=>"ساعة",
"minute"=>"دقيقة",
"month"=>"الشهر",
"second"=>"ثانية",
"year"=>"السنة"}}}
Locale_az =
{"date"=>
  {"abbr_day_names"=>["B.", "B.E.", "Ç.A.", "Ç.", "C.A.", "C.", "Ş."],
   "abbr_month_names"=>
    [nil,
"Yan",
"Fev",
"Mar",
"Apr",
"May",
"İyn",
"İyl",
"Avq",
"Sen",
"Okt",
"Noy",
"Dek"],
   "day_names"=>
    ["Bazar",
"Bazar ertəsi",
"Çərşənbə axşamı",
"Çərşənbə",
"Cümə axşamı",
"Cümə",
"Şənbə"],
   "formats"=>{"default"=>"%d.%m.%Y", "long"=>"%d %B %Y", "short"=>"%d %b"},
   "month_names"=>
    [nil,
"Yanvar",
"Fevral",
"Mart",
"Aprel",
"May",
"İyun",
"İyul",
"Avqust",
"Sentyabr",
"Oktyabr",
"Noyabr",
"Dekabr"],
   "order"=>[:day, :month, :year]},
 "time"=>
  {"am"=>"günortaya qədər",
   "formats"=>
    {"default"=>"%a, %d %b %Y, %H:%M:%S %z",
"long"=>"%d %B %Y, %H:%M",
"short"=>"%d %b, %H:%M",
"time"=>"%H:%M:%S %z"},
   "pm"=>"günortadan sonra"},
 "datetime"=>
  {"distance_in_words"=>
    {"about_x_hours"=>
 {"one"=>"təxminən 1 saat", "other"=>"təxminən %{count} saat"},
"about_x_months"=>
 {"one"=>"təxminən 1 ay", "other"=>"təxminən %{count} ay"},
"about_x_years"=>
 {"one"=>"təxminən 1 il", "other"=>"təxminən %{count} il"},
"almost_x_years"=>
 {"one"=>"təqribən 1 il", "other"=>"təqribən %{count} il"},
"half_a_minute"=>"yarım dəqiqə",
"less_than_x_minutes"=>
 {"one"=>"1 dəqiqədən az", "other"=>"%{count} dəqiqədən az"},
"less_than_x_seconds"=>
 {"one"=>"1 saniyədən az", "other"=>"%{count} saniyədən az"},
"over_x_years"=>{"one"=>"1 ildən çox", "other"=>"%{count} ildən çox"},
"x_days"=>{"one"=>"1 gün", "other"=>"%{count} gün"},
"x_minutes"=>{"one"=>"1 dəqiqə", "other"=>"%{count} dəqiqə"},
"x_months"=>{"one"=>"1 ay", "other"=>"%{count} ay"},
"x_seconds"=>{"one"=>"1 saniyə", "other"=>"%{count} saniyə"}},
   "prompts"=>
    {"day"=>"Gün",
"hour"=>"Saat",
"minute"=>"Dəqiqə",
"month"=>"Ay",
"second"=>"Saniyə",
"year"=>"İl"}}}
Locale_bg =
{"date"=>
  {"abbr_day_names"=>["нед", "пон", "вт", "ср", "чет", "пет", "съб"],
   "abbr_month_names"=>
    [nil,
"ян.",
"фев.",
"март",
"апр.",
"май",
"юни",
"юли",
"авг.",
"сеп.",
"окт.",
"ноем.",
"дек."],
   "day_names"=>
    ["неделя",
"понеделник",
"вторник",
"сряда",
"четвъртък",
"петък",
"събота"],
   "formats"=>{"default"=>"%d.%m.%Y", "long"=>"%d %B %Y", "short"=>"%d %b"},
   "month_names"=>
    [nil,
"януари",
"февруари",
"март",
"април",
"май",
"юни",
"юли",
"август",
"септември",
"октомври",
"ноември",
"декември"],
   "order"=>[:day, :month, :year]},
 "time"=>
  {"am"=>"преди обяд",
   "formats"=>
    {"default"=>"%a, %d %b %Y, %H:%M:%S %z",
"long"=>"%d %B %Y, %H:%M",
"short"=>"%d %b, %H:%M",
"time"=>"%H:%M:%S %z"},
   "pm"=>"следобед"},
 "datetime"=>
  {"distance_in_words"=>
    {"about_x_hours"=>{"one"=>"около 1 час", "other"=>"около %{count} часа"},
"about_x_months"=>
 {"one"=>"около 1 месец", "other"=>"около %{count} месеца"},
"about_x_years"=>
 {"one"=>"около 1 година", "other"=>"около %{count} години"},
"almost_x_years"=>
 {"one"=>"почти 1 година", "other"=>"почти %{count} години"},
"half_a_minute"=>"половин минута",
"less_than_x_minutes"=>
 {"one"=>"по-малко от 1 минута", "other"=>"по-малко от %{count} минути"},
"less_than_x_seconds"=>
 {"one"=>"по-малко от 1 секунда",
  "other"=>"по-малко от %{count} секунди"},
"over_x_years"=>{"one"=>"над 1 година", "other"=>"над %{count} години"},
"x_days"=>{"one"=>"1 ден", "other"=>"%{count} дни"},
"x_minutes"=>{"one"=>"1 минута", "other"=>"%{count} минути"},
"x_months"=>{"one"=>"1 месец", "other"=>"%{count} месеца"},
"x_seconds"=>{"one"=>"1 секунда", "other"=>"%{count} секунди"}},
   "prompts"=>
    {"day"=>"Ден",
"hour"=>"Час",
"minute"=>"Минута",
"month"=>"Месец",
"second"=>"Секунда",
"year"=>"Година"}}}
Locale_bn =
{"date"=>
  {"abbr_day_names"=>
    ["রবিবার",
"সোমবার",
"মঙ্গলবার",
"বুধবার",
"বৃহস্পতিবার",
"শুক্রবার",
"শনিবার"],
   "abbr_month_names"=>
    [nil,
"জানুয়ারি",
"ফেব্রুয়ারি",
"মার্চ",
"এপ্রিল",
"মে",
"জুন",
"জুলাই",
"অগাস্ট",
"সেপ্টেমবার",
"অক্টোবার",
"নভেম্বার",
"ডিসেম্বার"],
   "day_names"=>
    ["রবিবার",
"সোমবার",
"মঙ্গলবার",
"বুধবার",
"বৃহস্পতিবার",
"শুক্রবার",
"শনিবার"],
   "formats"=>
    {"default"=>"%e/%m/%Y", "long"=>"%e de %B de %Y", "short"=>"%e de %b"},
   "month_names"=>
    [nil,
"জানুয়ারি",
"ফেব্রুয়ারি",
"মার্চ",
"এপ্রিল",
"মে",
"জুন",
"জুলাই",
"অগাস্ট",
"সেপ্টেমবার",
"অক্টোবার",
"নভেম্বার",
"ডিসেম্বার"],
   "order"=>[:year, :month, :day]},
 "time"=>
  {"am"=>"am",
   "formats"=>
    {"default"=>"%A, %e de %B de %Y %H:%M:%S %z",
"long"=>"%e de %B de %Y %H:%M",
"short"=>"%e de %b %H:%M",
"time"=>"%H:%M:%S %z"},
   "pm"=>"pm"},
 "datetime"=>
  {"distance_in_words"=>
    {"about_x_hours"=>
 {"one"=>"প্রায় ১ ঘন্টা", "other"=>"প্রায় %{count} ঘন্টা"},
"about_x_months"=>{"one"=>"প্রায় ১ মাস", "other"=>"প্রায় %{count} মাস"},
"about_x_years"=>{"one"=>"প্রায় ১ বছর", "other"=>"প্রায় %{count} বছর"},
"half_a_minute"=>"অার্ধেক মিনিট",
"less_than_x_minutes"=>
 {"one"=>"১ মিনিটের কম", "other"=>"%{count} মিনিটের কম"},
"less_than_x_seconds"=>
 {"one"=>"১ সেকেন্ডর কম ", "other"=>"%{count} সেকেন্ডের কম"},
"over_x_years"=>{"one"=>"১ বছরের বেশি", "other"=>"%{count} বছরের বেশি"},
"x_days"=>{"one"=>"১ দিন", "other"=>"%{count} দিন"},
"x_minutes"=>{"one"=>"১ মিনিট", "other"=>"%{count} মিনিট"},
"x_months"=>{"one"=>"১ মাস", "other"=>"%{count} মাস"},
"x_seconds"=>{"one"=>"১ সেকেন্ড", "other"=>"%{count} সেকেন্ড"}},
   "prompts"=>
    {"day"=>"দিন",
"hour"=>"ঘন্টা",
"minute"=>"মিনিট",
"month"=>"মাস",
"second"=>"সেকেন্ড",
"year"=>"বছর"}}}
Locale_bs =
{"date"=>
  {"abbr_day_names"=>["ned", "pon", "uto", "sri", "čet", "pet", "sub"],
   "abbr_month_names"=>
    [nil,
"jan",
"feb",
"mar",
"apr",
"maj",
"jun",
"jul",
"aug",
"sep",
"okt",
"nov",
"dec"],
   "day_names"=>
    ["nedjelja", "ponedjeljak", "utorak", "srijeda", "četvrtak", "petak"],
   "formats"=>
    {"default"=>"%d.%m.%Y.", "long"=>"%e. %B %Y.", "short"=>"%e. %b. %Y."},
   "month_names"=>
    [nil,
"januar",
"februar",
"mart",
"april",
"maj",
"juni",
"juli",
"august",
"septembar",
"oktobar",
"novembar",
"decembar"],
   "order"=>[:day, :month, :year]},
 "time"=>
  {"am"=>"",
   "formats"=>
    {"default"=>"%H:%M:%S",
"long"=>"%d. %B %Y. - %H:%M:%S",
"short"=>"%d. %b %Y. %H:%M",
"time"=>"%H:%M:%S"},
   "pm"=>""},
 "datetime"=>
  {"distance_in_words"=>
    {"about_x_hours"=>
 {"few"=>"oko %{count} sata",
  "many"=>"oko %{count} sati",
  "one"=>"oko sat",
  "other"=>"oko %{count} sati"},
"about_x_months"=>
 {"few"=>"oko %{count} mjeseca",
  "many"=>"oko %{count} mjeseci",
  "one"=>"oko mjesec",
  "other"=>"oko %{count} mjeseci"},
"about_x_years"=>
 {"few"=>"oko %{count} godine",
  "many"=>"oko %{count} godina",
  "one"=>"oko godine",
  "other"=>"oko %{count} godina"},
"almost_x_years"=>
 {"few"=>"skoro %{count} godine",
  "many"=>"skoro %{count} godina",
  "one"=>"skoro 1 godina",
  "other"=>"skoro %{count} godina"},
"half_a_minute"=>"pola minute",
"less_than_x_minutes"=>
 {"few"=>"manje od %{count} minute",
  "many"=>"manje od %{count} minuta",
  "one"=>"manje od minute",
  "other"=>"manje od %{count} minuta"},
"less_than_x_seconds"=>
 {"few"=>"manje od %{count} sekunde",
  "many"=>"manje od %{count} sekundi",
  "one"=>"manje od sekunde",
  "other"=>"manje od %{count} sekundi"},
"over_x_years"=>
 {"few"=>"preko %{count} godine",
  "many"=>"preko %{count} godina",
  "one"=>"preko godine",
  "other"=>"preko %{count} godina"},
"x_days"=>
 {"few"=>"%{count} dana",
  "many"=>"%{count} dana",
  "one"=>"1 dan",
  "other"=>"%{count} dana"},
"x_minutes"=>
 {"few"=>"%{count} minute",
  "many"=>"%{count} minuta",
  "one"=>"1 minut",
  "other"=>"%{count} minuta"},
"x_months"=>
 {"few"=>"%{count} mjeseca",
  "many"=>"%{count} mjeseci",
  "one"=>"1 mjesec",
  "other"=>"%{count} mjeseci"},
"x_seconds"=>
 {"few"=>"%{count} sekunde",
  "many"=>"%{count} sekundi",
  "one"=>"1 sekund",
  "other"=>"%{count} sekundi"}},
   "prompts"=>
    {"day"=>"dan",
"hour"=>"sat",
"minute"=>"minut",
"month"=>"mjesec",
"second"=>"sekundi",
"year"=>"godina"}}}
Locale_ca =
{"date"=>
  {"abbr_day_names"=>["Dg", "Dl", "Dm", "Dc", "Dj", "Dv", "Ds"],
   "abbr_month_names"=>
    [nil,
"Gen",
"Feb",
"Mar",
"Abr",
"Mai",
"Jun",
"Jul",
"Ago",
"Set",
"Oct",
"Nov",
"Des"],
   "day_names"=>
    ["Diumenge",
"Dilluns",
"Dimarts",
"Dimecres",
"Dijous",
"Divendres",
"Dissabte"],
   "formats"=>
    {"default"=>"%d-%m-%Y", "long"=>"%d de %B de %Y", "short"=>"%d de %b"},
   "month_names"=>
    [nil,
"Gener",
"Febrer",
"Març",
"Abril",
"Maig",
"Juny",
"Juliol",
"Agost",
"Setembre",
"Octubre",
"Novembre",
"Desembre"],
   "order"=>[:day, :month, :year]},
 "time"=>
  {"am"=>"am",
   "formats"=>
    {"default"=>"%A, %d de %B de %Y %H:%M:%S %z",
"long"=>"%d de %B de %Y %H:%M",
"short"=>"%d de %b %H:%M",
"time"=>"%H:%M:%S %z"},
   "pm"=>"pm"},
 "datetime"=>
  {"distance_in_words"=>
    {"about_x_hours"=>
 {"one"=>"aproximadament 1 hora",
  "other"=>"aproximadament %{count} hores"},
"about_x_months"=>
 {"one"=>"aproximadament 1 mes",
  "other"=>"aproximadament %{count} mesos"},
"about_x_years"=>
 {"one"=>"aproximadament 1 any", "other"=>"aproximadament %{count} anys"},
"almost_x_years"=>{"one"=>"quasi 1 any", "other"=>"quasi %{count} anys"},
"half_a_minute"=>"mig minut",
"less_than_x_minutes"=>
 {"one"=>"menys d'1 minut", "other"=>"menys de %{count} minuts"},
"less_than_x_seconds"=>
 {"one"=>"menys d'1 segon", "other"=>"menys de %{count} segons"},
"over_x_years"=>{"one"=>"més d'1 any", "other"=>"més de %{count} anys"},
"x_days"=>{"one"=>"1 dia", "other"=>"%{count} dies"},
"x_minutes"=>{"one"=>"1 minut", "other"=>"%{count} minuts"},
"x_months"=>{"one"=>"1 mes", "other"=>"%{count} mesos"},
"x_seconds"=>{"one"=>"1 segon", "other"=>"%{count} segons"}},
   "prompts"=>
    {"day"=>"dia",
"hour"=>"hora",
"minute"=>"minut",
"month"=>"mes",
"second"=>"segon",
"year"=>"any"}}}
Locale_cs =
{"date"=>
  {"abbr_day_names"=>["Ne", "Po", "Út", "St", "Čt", "", "So"],
   "abbr_month_names"=>
    [nil,
"Led",
"Úno",
"Bře",
"Dub",
"Kvě",
"Čvn",
"Čvc",
"Srp",
"Zář",
"Říj",
"Lis",
"Pro"],
   "day_names"=>
    ["Neděle", "Pondělí", "Úterý", "Středa", "Čtvrtek", "Pátek", "Sobota"],
   "formats"=>{"default"=>"%d. %m. %Y", "long"=>"%d. %B %Y", "short"=>"%d %b"},
   "month_names"=>
    [nil,
"Leden",
"Únor",
"Březen",
"Duben",
"Květen",
"Červen",
"Červenec",
"Srpen",
"Září",
"Říjen",
"Listopad",
"Prosinec"],
   "order"=>[:day, :month, :year]},
 "time"=>
  {"am"=>"am",
   "formats"=>
    {"default"=>"%a %d. %B %Y %H:%M %z",
"long"=>"%A %d. %B %Y %H:%M",
"short"=>"%d. %m. %H:%M",
"time"=>"%H:%M %z"},
   "pm"=>"pm"},
 "datetime"=>
  {"distance_in_words"=>
    {"about_x_hours"=>
 {"one"=>"asi hodinou",
  "few"=>"asi %{count} hodinami",
  "other"=>"asi %{count} hodinami"},
"about_x_months"=>
 {"one"=>"asi měsícem",
  "few"=>"asi %{count} měsíci",
  "other"=>"asi %{count} měsíci"},
"about_x_years"=>
 {"one"=>"asi rokem",
  "few"=>"asi %{count} roky",
  "other"=>"asi %{count} roky"},
"almost_x_years"=>
 {"one"=>"téměř rokem",
  "few"=>"téměř %{count} roky",
  "other"=>"téměř %{count} roky"},
"half_a_minute"=>"půl minutou",
"less_than_x_minutes"=>
 {"one"=>"necelou minutou",
  "few"=>"ani ne %{count} minutami",
  "other"=>"ani ne %{count} minutami"},
"less_than_x_seconds"=>
 {"one"=>"necelou sekundou",
  "few"=>"ani ne %{count} sekundami",
  "other"=>"ani ne %{count} sekundami"},
"over_x_years"=>
 {"one"=>"více než rokem",
  "few"=>"více než %{count} roky",
  "other"=>"více než %{count} roky"},
"x_days"=>
 {"one"=>"24 hodinami", "few"=>"%{count} dny", "other"=>"%{count} dny"},
"x_minutes"=>
 {"one"=>"minutou",
  "few"=>"%{count} minutami",
  "other"=>"%{count} minutami"},
"x_months"=>
 {"one"=>"měsícem", "few"=>"%{count} měsíci", "other"=>"%{count} měsíci"},
"x_seconds"=>
 {"one"=>"sekundou",
  "few"=>"%{count} sekundami",
  "other"=>"%{count} sekundami"}},
   "prompts"=>
    {"day"=>"Den",
"hour"=>"Hodina",
"minute"=>"Minuta",
"month"=>"Měsíc",
"second"=>"Sekunda",
"year"=>"Rok"}}}
Locale_cy =
{"date"=>
  {"abbr_day_names"=>["Sul", "Llun", "Maw", "Mer", "Iau", "Gwe", "Sad"],
   "abbr_month_names"=>
    [nil,
"Ion",
"Chw",
"Maw",
"Ebr",
"Mai",
"Meh",
"Gor",
"Awst",
"Med",
"Hyd",
"Tach",
"Rha"],
   "day_names"=>
    ["Dydd Sul",
"Dydd Llun",
"Dydd Mawrth",
"Dydd Mercher",
"Dydd Iau",
"Dydd Gwener",
"Dydd Sadwrn"],
   "formats"=>{"default"=>"%d-%m-%Y", "long"=>"%B %d, %Y", "short"=>"%b %d"},
   "month_names"=>
    [nil,
"Ionawr",
"Chwefror",
"Mawrth",
"Ebrill",
"Mai",
"Mehefin",
"Gorffennaf",
"Awst",
"Medi",
"Hydref",
"Tachwedd",
"Rhagfyr"],
   "order"=>[:year, :month, :day]},
 "time"=>
  {"am"=>"yb",
   "formats"=>
    {"default"=>"%a, %d %b %Y %H:%M:%S %z",
"long"=>"%B %d, %Y %H:%M",
"short"=>"%d %b %H:%M",
"time"=>"%H:%M:%S %z"},
   "pm"=>"yh"},
 "datetime"=>
  {"distance_in_words"=>
    {"about_x_hours"=>
 {"zero"=>"tua %{count} awr",
  "one"=>"tuag awr",
  "two"=>"tua %{count} awr",
  "few"=>"tua %{count} awr",
  "many"=>"tua %{count} awr",
  "other"=>"tua %{count} awr"},
"about_x_months"=>
 {"zero"=>"tua %{count} mis",
  "one"=>"tua mis",
  "two"=>"tua %{count} mis",
  "few"=>"tua %{count} mis",
  "many"=>"tua %{count} mis",
  "other"=>"tua %{count} mis"},
"about_x_years"=>
 {"zero"=>"tua %{count} blynedd",
  "one"=>"tua blwyddyn",
  "two"=>"tua %{count} blynedd",
  "few"=>"tua %{count} blynedd",
  "many"=>"tua %{count} blynedd",
  "other"=>"tua %{count} blynedd"},
"almost_x_years"=>
 {"zero"=>"bron yn %{count} blynedd",
  "one"=>"bron yn flwyddyn",
  "two"=>"bron yn %{count} blynedd",
  "few"=>"bron yn %{count} blynedd",
  "many"=>"bron yn %{count} blynedd",
  "other"=>"bron yn %{count} blynedd"},
"half_a_minute"=>"hanner munud",
"less_than_x_minutes"=>
 {"zero"=>"llai na %{count} munud",
  "one"=>"llai na munud",
  "two"=>"llai na %{count} munud",
  "few"=>"llai na %{count} munud",
  "many"=>"llai na %{count} munud",
  "other"=>"llai na %{count} munud"},
"less_than_x_seconds"=>
 {"zero"=>"llai na %{count} eiliad",
  "one"=>"llai nag eiliad",
  "two"=>"llai na %{count} eiliad",
  "few"=>"llai na %{count} eiliad",
  "many"=>"llai na %{count} eiliad",
  "other"=>"llai na %{count} eiliad"},
"over_x_years"=>
 {"zero"=>"dros %{count} blynedd",
  "one"=>"dros flwyddyn",
  "two"=>"dros %{count} blynedd",
  "few"=>"dros %{count} blynedd",
  "many"=>"dros %{count} blynedd",
  "other"=>"dros %{count} blynedd"},
"x_days"=>
 {"zero"=>"%{count} diwrnod",
  "one"=>"1 diwrnod",
  "two"=>"%{count} diwrnod",
  "few"=>"%{count} diwrnod",
  "many"=>"%{count} diwrnod",
  "other"=>"%{count} diwrnod"},
"x_minutes"=>
 {"zero"=>"%{count} o funudau",
  "one"=>"1 munud",
  "two"=>"%{count} o funudau",
  "few"=>"%{count} o funudau",
  "many"=>"%{count} o funudau",
  "other"=>"%{count} o funudau"},
"x_months"=>
 {"zero"=>"%{count} mis",
  "one"=>"1 mis",
  "two"=>"%{count} mis",
  "few"=>"%{count} mis",
  "many"=>"%{count} mis",
  "other"=>"%{count} mis"},
"x_seconds"=>
 {"zero"=>"%{count} o eiliadau",
  "one"=>"1 eiliad",
  "two"=>"%{count} o eiliadau",
  "few"=>"%{count} o eiliadau",
  "many"=>"%{count} o eiliadau",
  "other"=>"%{count} o eiliadau"}},
   "prompts"=>
    {"day"=>"Diwrnod",
"hour"=>"Awr",
"minute"=>"Munud",
"month"=>"Mis",
"second"=>"Eiliad",
"year"=>"Blwyddyn"}}}
Locale_da =
{"date"=>
  {"abbr_day_names"=>["søn", "man", "tir", "ons", "tor", "fre", "lør"],
   "abbr_month_names"=>
    [nil,
"jan",
"feb",
"mar",
"apr",
"maj",
"jun",
"jul",
"aug",
"sep",
"okt",
"nov",
"dec"],
   "day_names"=>
    ["søndag", "mandag", "tirsdag", "onsdag", "torsdag", "fredag", "lørdag"],
   "formats"=>
    {"default"=>"%d.%m.%Y", "long"=>"%e. %B %Y", "short"=>"%e. %b %Y"},
   "month_names"=>
    [nil,
"januar",
"februar",
"marts",
"april",
"maj",
"juni",
"juli",
"august",
"september",
"oktober",
"november",
"december"],
   "order"=>[:day, :month, :year]},
 "time"=>
  {"am"=>"",
   "formats"=>
    {"default"=>"%e. %B %Y, %H.%M",
"long"=>"%A d. %e. %B %Y, %H.%M",
"short"=>"%e. %b %Y, %H.%M",
"time"=>"%H.%M"},
   "pm"=>""},
 "datetime"=>
  {"distance_in_words"=>
    {"about_x_hours"=>
 {"one"=>"cirka en time", "other"=>"cirka %{count} timer"},
"about_x_months"=>
 {"one"=>"cirka en måned", "other"=>"cirka %{count} måneder"},
"about_x_years"=>{"one"=>"cirka et år", "other"=>"cirka %{count} år"},
"almost_x_years"=>{"one"=>"næsten et år", "other"=>"næsten %{count} år"},
"half_a_minute"=>"et halvt minut",
"less_than_x_minutes"=>
 {"one"=>"mindre end et minut", "other"=>"mindre end %{count} minutter"},
"less_than_x_seconds"=>
 {"one"=>"mindre end et sekund", "other"=>"mindre end %{count} sekunder"},
"over_x_years"=>
 {"one"=>"mere end et år", "other"=>"mere end %{count} år"},
"x_days"=>{"one"=>"en dag", "other"=>"%{count} dage"},
"x_minutes"=>{"one"=>"et minut", "other"=>"%{count} minutter"},
"x_months"=>{"one"=>"en måned", "other"=>"%{count} måneder"},
"x_seconds"=>{"one"=>"et sekund", "other"=>"%{count} sekunder"}},
   "prompts"=>
    {"day"=>"Dag",
"hour"=>"Time",
"minute"=>"Minut",
"month"=>"Måned",
"second"=>"Sekund",
"year"=>"År"}}}
Locale_de =
{"date"=>
  {"abbr_day_names"=>["So", "Mo", "Di", "Mi", "Do", "Fr", "Sa"],
   "abbr_month_names"=>
    [nil,
"Jan",
"Feb",
"Mär",
"Apr",
"Mai",
"Jun",
"Jul",
"Aug",
"Sep",
"Okt",
"Nov",
"Dez"],
   "day_names"=>
    ["Sonntag",
"Montag",
"Dienstag",
"Mittwoch",
"Donnerstag",
"Freitag",
"Samstag"],
   "formats"=>{"default"=>"%d.%m.%Y", "long"=>"%e. %B %Y", "short"=>"%e. %b"},
   "month_names"=>
    [nil,
"Januar",
"Februar",
"März",
"April",
"Mai",
"Juni",
"Juli",
"August",
"September",
"Oktober",
"November",
"Dezember"],
   "order"=>[:day, :month, :year]},
 "time"=>
  {"am"=>"vormittags",
   "formats"=>
    {"default"=>"%A, %d. %B %Y, %H:%M Uhr",
"long"=>"%A, %d. %B %Y, %H:%M Uhr",
"short"=>"%d. %B, %H:%M Uhr",
"time"=>"%H:%M Uhr"},
   "pm"=>"nachmittags"},
 "datetime"=>
  {"distance_in_words"=>
    {"about_x_hours"=>
 {"one"=>"etwa eine Stunde", "other"=>"etwa %{count} Stunden"},
"about_x_months"=>
 {"one"=>"etwa ein Monat", "other"=>"etwa %{count} Monate"},
"about_x_years"=>{"one"=>"etwa ein Jahr", "other"=>"etwa %{count} Jahre"},
"almost_x_years"=>
 {"one"=>"fast ein Jahr", "other"=>"fast %{count} Jahre"},
"half_a_minute"=>"eine halbe Minute",
"less_than_x_minutes"=>
 {"one"=>"weniger als eine Minute",
  "other"=>"weniger als %{count} Minuten"},
"less_than_x_seconds"=>
 {"one"=>"weniger als eine Sekunde",
  "other"=>"weniger als %{count} Sekunden"},
"over_x_years"=>
 {"one"=>"mehr als ein Jahr", "other"=>"mehr als %{count} Jahre"},
"x_days"=>{"one"=>"ein Tag", "other"=>"%{count} Tage"},
"x_minutes"=>{"one"=>"eine Minute", "other"=>"%{count} Minuten"},
"x_months"=>{"one"=>"ein Monat", "other"=>"%{count} Monate"},
"x_seconds"=>{"one"=>"eine Sekunde", "other"=>"%{count} Sekunden"}},
   "prompts"=>
    {"day"=>"Tag",
"hour"=>"Stunden",
"minute"=>"Minuten",
"month"=>"Monat",
"second"=>"Sekunden",
"year"=>"Jahr"}}}
Locale_el =
{"date"=>
  {"abbr_day_names"=>["Κυρ", "Δευ", "Τρί", "Τετ", "Πέμ", "Παρ", "Σάβ"],
   "abbr_month_names"=>
    [nil,
"Ιαν",
"Φεβ",
"Μαρ",
"Απρ",
"Μαϊ",
"Ιουν",
"Ιουλ",
"Αυγ",
"Σεπ",
"Οκτ",
"Νοε",
"Δεκ"],
   "day_names"=>
    ["Κυριακή",
"Δευτέρα",
"Τρίτη",
"Τετάρτη",
"Πέμπτη",
"Παρασκευή",
"Σάββατο"],
   "formats"=>{"default"=>"%d/%m/%Y", "long"=>"%e %B %Y", "short"=>"%d %b"},
   "month_names"=>
    [nil,
"Ιανουάριος",
"Φεβρουάριος",
"Μάρτιος",
"Απρίλιος",
"Μάιος",
"Ιούνιος",
"Ιούλιος",
"Αύγουστος",
"Σεπτέμβριος",
"Οκτώβριος",
"Νοέμβριος",
"Δεκέμβριος"],
   "order"=>[:day, :month, :year]},
 "time"=>
  {"am"=>"π.μ.",
   "formats"=>
    {"default"=>"%d %B %Y %H:%M",
"long"=>"%A %d %B %Y %H:%M:%S %Z",
"short"=>"%d %b %H:%M",
"time"=>"%H:%M"},
   "pm"=>"μ.μ."},
 "datetime"=>
  {"distance_in_words"=>
    {"about_x_hours"=>
 {"one"=>"περίπου μία ώρα", "other"=>"περίπου %{count} ώρες"},
"about_x_months"=>
 {"one"=>"περίπου ένα μήνα", "other"=>"περίπου %{count} μήνες"},
"about_x_years"=>
 {"one"=>"περίπου ένα χρόνο", "other"=>"περίπου %{count} χρόνια"},
"almost_x_years"=>
 {"one"=>"σχεδόν ένα χρόνο", "other"=>"σχεδόν %{count} χρόνια"},
"half_a_minute"=>"μισό λεπτό",
"less_than_x_minutes"=>
 {"one"=>"λιγότερο από ένα λεπτό",
  "other"=>"λιγότερο από %{count} λεπτά"},
"less_than_x_seconds"=>
 {"one"=>"λιγότερο από ένα δευτερόλεπτο",
  "other"=>"λιγότερο από %{count} δευτερόλεπτα"},
"over_x_years"=>
 {"one"=>"πάνω από ένα χρόνο", "other"=>"πάνω από %{count} χρόνια"},
"x_days"=>{"one"=>"1 μέρα", "other"=>"%{count} μέρες"},
"x_minutes"=>{"one"=>"1 λεπτό", "other"=>"%{count} λεπτά"},
"x_months"=>{"one"=>"1 μήνα", "other"=>"%{count} μήνες"},
"x_seconds"=>{"one"=>"1 δευτερόλεπτο", "other"=>"%{count} δευτερόλεπτα"}},
   "prompts"=>
    {"day"=>"Ημέρα",
"hour"=>"Ώρα",
"minute"=>"Λεπτό",
"month"=>"Μήνας",
"second"=>"Δευτερόλεπτο",
"year"=>"Έτος"}}}
Locale_en =
{"date"=>
  {"abbr_day_names"=>["Sun", "Mon", "Tue", "Wed", "Thu", "Fri", "Sat"],
   "abbr_month_names"=>
    [nil,
"Jan",
"Feb",
"Mar",
"Apr",
"May",
"Jun",
"Jul",
"Aug",
"Sep",
"Oct",
"Nov",
"Dec"],
   "day_names"=>
    ["Sunday",
"Monday",
"Tuesday",
"Wednesday",
"Thursday",
"Friday",
"Saturday"],
   "formats"=>{"default"=>"%Y-%m-%d", "long"=>"%B %d, %Y", "short"=>"%b %d"},
   "month_names"=>
    [nil,
"January",
"February",
"March",
"April",
"May",
"June",
"July",
"August",
"September",
"October",
"November",
"December"],
   "order"=>[:year, :month, :day]},
 "time"=>
  {"am"=>"am",
   "formats"=>
    {"default"=>"%a, %d %b %Y %H:%M:%S %z",
"long"=>"%B %d, %Y %H:%M",
"short"=>"%d %b %H:%M",
"time"=>"%H:%M:%S %z"},
   "pm"=>"pm"},
 "datetime"=>
  {"distance_in_words"=>
    {"about_x_hours"=>{"one"=>"about 1 hour", "other"=>"about %{count} hours"},
"about_x_months"=>
 {"one"=>"about 1 month", "other"=>"about %{count} months"},
"about_x_years"=>{"one"=>"about 1 year", "other"=>"about %{count} years"},
"almost_x_years"=>
 {"one"=>"almost 1 year", "other"=>"almost %{count} years"},
"half_a_minute"=>"half a minute",
"less_than_x_minutes"=>
 {"one"=>"less than a minute", "other"=>"less than %{count} minutes"},
"less_than_x_seconds"=>
 {"one"=>"less than 1 second", "other"=>"less than %{count} seconds"},
"over_x_years"=>{"one"=>"over 1 year", "other"=>"over %{count} years"},
"x_days"=>{"one"=>"1 day", "other"=>"%{count} days"},
"x_minutes"=>{"one"=>"1 minute", "other"=>"%{count} minutes"},
"x_months"=>{"one"=>"1 month", "other"=>"%{count} months"},
"x_seconds"=>{"one"=>"1 second", "other"=>"%{count} seconds"}},
   "prompts"=>
    {"day"=>"Day",
"hour"=>"Hour",
"minute"=>"Minute",
"month"=>"Month",
"second"=>"Seconds",
"year"=>"Year"}}}
Locale_eo =
{"date"=>
  {"abbr_day_names"=>["dim", "lun", "mar", "mer", "ĵaŭ", "ven", "sam"],
   "abbr_month_names"=>
    [nil,
"jan.",
"feb.",
"mar.",
"apr.",
"majo",
"jun.",
"jul.",
"aŭg.",
"sep.",
"okt.",
"nov.",
"dec."],
   "day_names"=>
    ["dimanĉo", "lundo", "mardo", "merkredo", "ĵaŭdo", "vendredo", "sabato"],
   "formats"=>{"default"=>"%Y/%m/%d", "long"=>"%e %B %Y", "short"=>"%e %b"},
   "month_names"=>
    [nil,
"januaro",
"februaro",
"marto",
"aprilo",
"majo",
"junio",
"julio",
"aŭgusto",
"septembro",
"oktobro",
"novembro",
"decembro"],
   "order"=>[:day, :month, :year]},
 "time"=>
  {"am"=>"am",
   "formats"=>
    {"default"=>"%d %B %Y %H:%M:%S",
"long"=>"%A %d %B %Y %H:%M",
"short"=>"%d %b %H:%M",
"time"=>"%H:%M:%S"},
   "pm"=>"pm"},
 "datetime"=>
  {"distance_in_words"=>
    {"about_x_hours"=>
 {"one"=>"ĉirkaŭ unu horo", "other"=>"ĉirkaŭ %{count} horoj"},
"about_x_months"=>
 {"one"=>"ĉirkaŭ unu monato", "other"=>"ĉirkaŭ %{count} monatoj"},
"about_x_years"=>
 {"one"=>"ĉirkaŭ uno jaro", "other"=>"ĉirkaŭ %{count} jaroj"},
"almost_x_years"=>
 {"one"=>"preskaŭ unu jaro", "other"=>"preskaŭ %{count} jaroj"},
"half_a_minute"=>"duona minuto",
"less_than_x_minutes"=>
 {"one"=>"malpli ol unu minuto",
  "other"=>"malpli ol %{count} minutoj",
  "zero"=>"malpli ol unu minuto"},
"less_than_x_seconds"=>
 {"one"=>"malpli ol unu sekundo",
  "other"=>"malpli ol %{count} sekundoj",
  "zero"=>"malpli ol unu sekundo"},
"over_x_years"=>
 {"one"=>"pli ol unu jaro", "other"=>"pli ol %{count} jaroj"},
"x_days"=>{"one"=>"1 tago", "other"=>"%{count} tagoj"},
"x_minutes"=>{"one"=>"1 minuto", "other"=>"%{count} minutoj"},
"x_months"=>{"one"=>"1 monato", "other"=>"%{count} monatoj"},
"x_seconds"=>{"one"=>"1 sekundo", "other"=>"%{count} sekundoj"}},
   "prompts"=>
    {"day"=>"Tago",
"hour"=>"Horo",
"minute"=>"Minuto",
"month"=>"Monato",
"second"=>"Sekundo",
"year"=>"Jaro"}}}
Locale_es =
{"date"=>
  {"abbr_day_names"=>["dom", "lun", "mar", "mié", "jue", "vie", "sáb"],
   "abbr_month_names"=>
    [nil,
"ene",
"feb",
"mar",
"abr",
"may",
"jun",
"jul",
"ago",
"sep",
"oct",
"nov",
"dic"],
   "day_names"=>
    ["domingo", "lunes", "martes", "miércoles", "jueves", "viernes", "sábado"],
   "formats"=>
    {"default"=>"%d/%m/%Y", "long"=>"%d de %B de %Y", "short"=>"%d de %b"},
   "month_names"=>
    [nil,
"enero",
"febrero",
"marzo",
"abril",
"mayo",
"junio",
"julio",
"agosto",
"septiembre",
"octubre",
"noviembre",
"diciembre"],
   "order"=>[:day, :month, :year]},
 "time"=>
  {"am"=>"am",
   "formats"=>
    {"default"=>"%A, %d de %B de %Y %H:%M:%S %z",
"long"=>"%d de %B de %Y %H:%M",
"short"=>"%d de %b %H:%M",
"time"=>"%H:%M:%S %z"},
   "pm"=>"pm"},
 "datetime"=>
  {"distance_in_words"=>
    {"about_x_hours"=>
 {"one"=>"alrededor de 1 hora", "other"=>"alrededor de %{count} horas"},
"about_x_months"=>
 {"one"=>"alrededor de 1 mes", "other"=>"alrededor de %{count} meses"},
"about_x_years"=>
 {"one"=>"alrededor de 1 año", "other"=>"alrededor de %{count} años"},
"almost_x_years"=>{"one"=>"casi 1 año", "other"=>"casi %{count} años"},
"half_a_minute"=>"medio minuto",
"less_than_x_minutes"=>
 {"one"=>"menos de 1 minuto", "other"=>"menos de %{count} minutos"},
"less_than_x_seconds"=>
 {"one"=>"menos de 1 segundo", "other"=>"menos de %{count} segundos"},
"over_x_years"=>{"one"=>"más de 1 año", "other"=>"más de %{count} años"},
"x_days"=>{"one"=>"1 día", "other"=>"%{count} días"},
"x_minutes"=>{"one"=>"1 minuto", "other"=>"%{count} minutos"},
"x_months"=>{"one"=>"1 mes", "other"=>"%{count} meses"},
"x_seconds"=>{"one"=>"1 segundo", "other"=>"%{count} segundos"}},
   "prompts"=>
    {"day"=>"Día",
"hour"=>"Hora",
"minute"=>"Minutos",
"month"=>"Mes",
"second"=>"Segundos",
"year"=>"Año"}}}
Locale_et =
{"date"=>
  {"abbr_day_names"=>["P", "E", "T", "K", "N", "R", "L"],
   "abbr_month_names"=>
    [nil,
"jaan.",
"veebr.",
"märts",
"apr.",
"mai",
"juuni",
"juuli",
"aug.",
"sept.",
"okt.",
"nov.",
"dets."],
   "day_names"=>
    ["pühapäev",
"esmaspäev",
"teisipäev",
"kolmapäev",
"neljapäev",
"reede",
"laupäev"],
   "formats"=>
    {"default"=>"%d.%m.%Y", "long"=>"%d. %B %Y", "short"=>"%d.%m.%y"},
   "month_names"=>
    [nil,
"jaanuar",
"veebruar",
"märts",
"aprill",
"mai",
"juuni",
"juuli",
"august",
"september",
"oktoober",
"november",
"detsember"],
   "order"=>[:day, :month, :year]},
 "time"=>
  {"am"=>"enne lõunat",
   "formats"=>
    {"default"=>"%d. %B %Y, %H:%M",
"long"=>"%a, %d. %b %Y, %H:%M:%S %z",
"short"=>"%d.%m.%y, %H:%M",
"time"=>"%H:%M"},
   "pm"=>"pärast lõunat"},
 "datetime"=>
  {"distance_in_words"=>
    {"about_x_hours"=>
 {"one"=>"umbes %{count} tund", "other"=>"umbes %{count} tundi"},
"about_x_months"=>
 {"one"=>"umbes %{count} kuu", "other"=>"umbes %{count} kuud"},
"about_x_years"=>
 {"one"=>"umbes %{count} aasta", "other"=>"umbes %{count} aastat"},
"almost_x_years"=>
 {"one"=>"peaaegu üks aasta", "other"=>"peaaegu %{count} aastat"},
"half_a_minute"=>"pool minutit",
"less_than_x_minutes"=>
 {"one"=>"vähem kui %{count} minut",
  "other"=>"vähem kui %{count} minutit"},
"less_than_x_seconds"=>
 {"one"=>"vähem kui %{count} sekund",
  "other"=>"vähem kui %{count} sekundit"},
"over_x_years"=>
 {"one"=>"üle %{count} aasta", "other"=>"üle %{count} aasta"},
"x_days"=>{"one"=>"%{count} päev", "other"=>"%{count} päeva"},
"x_minutes"=>{"one"=>"%{count} minut", "other"=>"%{count} minutit"},
"x_months"=>{"one"=>"%{count} kuu", "other"=>"%{count} kuud"},
"x_seconds"=>{"one"=>"%{count} sekund", "other"=>"%{count} sekundit"}},
   "prompts"=>
    {"day"=>"Päev",
"hour"=>"Tunde",
"minute"=>"Minutit",
"month"=>"Kuu",
"second"=>"Sekundit",
"year"=>"Aasta"}}}
Locale_eu =
{"date"=>
  {"abbr_day_names"=>
    ["Igan", "Astel", "Astear", "Asteaz", "Oste", "Osti", "Lar"],
   "abbr_month_names"=>
    [nil,
"Urt",
"Ots",
"Mar",
"Api",
"Mai",
"Eka",
"Uzt",
"Abu",
"Ira",
"Urr",
"Aza",
"Aben"],
   "day_names"=>
    ["Igandea",
"Astelehena",
"Asteartea",
"Asteazkena",
"Osteguna",
"Ostirala",
"Larunbata"],
   "formats"=>
    {"default"=>"%Y/%m/%e", "long"=>"%Y(e)ko %Bk %e", "short"=>"%b %e"},
   "month_names"=>
    [nil,
"Urtarrila",
"Otsaila",
"Martxoa",
"Apirila",
"Maiatza",
"Ekaina",
"Uztaila",
"Abuztua",
"Iraila",
"Urria",
"Azaroa",
"Abendua"],
   "order"=>[:year, :month, :day]},
 "time"=>
  {"am"=>"am",
   "formats"=>
    {"default"=>"%A, %Y(e)ko %Bren %e %H:%M:%S %z",
"long"=>"%Y(e)ko %Bren %e,  %H:%M",
"short"=>"%b %e, %H:%M",
"time"=>"%H:%M:%S %z"},
   "pm"=>"pm"},
 "datetime"=>
  {"distance_in_words"=>
    {"about_x_hours"=>
 {"one"=>"ordu bat inguru", "other"=>"%{count} ordu inguru"},
"about_x_months"=>
 {"one"=>"hilabete bat inguru", "other"=>"%{count} hilabete inguru"},
"about_x_years"=>
 {"one"=>"urte bat inguru", "other"=>"%{count} urte inguru"},
"almost_x_years"=>{"one"=>"ia urte bat", "other"=>"ia %{count} urte"},
"half_a_minute"=>"minutu erdi",
"less_than_x_minutes"=>
 {"one"=>"1 minutu bat baino gutxiago",
  "other"=>"%{count} minutu baino gutxiago"},
"less_than_x_seconds"=>
 {"one"=>"segundu bat baino gutxiago",
  "other"=>"%{count} segundu baino gutxiago"},
"over_x_years"=>
 {"one"=>"urte bat baino gehiago",
  "other"=>"%{count} urte baino gehiago"},
"x_days"=>{"one"=>"egun bat", "other"=>"%{count} egun"},
"x_minutes"=>{"one"=>"minutu bat", "other"=>"%{count} minutu"},
"x_months"=>{"one"=>"hilabete bat", "other"=>"%{count} hilabete"},
"x_seconds"=>{"one"=>"segundu bat", "other"=>"%{count} segundu"}},
   "prompts"=>
    {"day"=>"Egun",
"hour"=>"Ordu",
"minute"=>"Minutu",
"month"=>"Hilabete",
"second"=>"Segundu",
"year"=>"Urte"}}}
Locale_fa =
{"date"=>
  {"abbr_day_names"=>["ی", "د", "س", "چ", "پ", "ج", "ش"],
   "abbr_month_names"=>
    [nil,
"ژانویه",
"فوریه",
"مارس",
"آوریل",
"مه",
"ژوئن",
"ژوئیه",
"اوت",
"سپتامبر",
"اکتبر",
"نوامبر",
"دسامبر"],
   "day_names"=>
    ["یکشنبه", "دوشنبه", "سه‌شنبه", "چهارشنبه", "پنج‌شنبه", "جمعه", "شنبه"],
   "formats"=>{"default"=>"%Y/%m/%d", "long"=>"%e %B %Y", "short"=>"%m/%d"},
   "month_names"=>
    [nil,
"ژانویه",
"فوریه",
"مارس",
"آوریل",
"مه",
"ژوئن",
"ژوئیه",
"اوت",
"سپتامبر",
"اکتبر",
"نوامبر",
"دسامبر"],
   "order"=>[:day, :month, :year]},
 "time"=>
  {"am"=>"قبل از ظهر",
   "formats"=>
    {"default"=>"%A، %e %B %Y، ساعت %H:%M:%S (%Z)",
"long"=>"%e %B %Y، ساعت %H:%M",
"short"=>"%e %B، ساعت %H:%M",
"time"=>"%H:%M:%S (%Z)"},
   "pm"=>"بعد از ظهر"},
 "datetime"=>
  {"distance_in_words"=>
    {"about_x_hours"=>{"one"=>"حدود یک ساعت", "other"=>"حدود %{count} ساعت"},
"about_x_months"=>{"one"=>"حدود یک ماه", "other"=>"حدود %{count} ماه"},
"about_x_years"=>{"one"=>"حدود یک سال", "other"=>"حدود %{count} سال"},
"almost_x_years"=>{"one"=>"حدود یک سال", "other"=>"حدود %{count} سال"},
"half_a_minute"=>"نیم دقیقه",
"less_than_x_minutes"=>
 {"one"=>"کمتر از یک دقیقه", "other"=>"کمتر از %{count} دقیقه"},
"less_than_x_seconds"=>
 {"one"=>"یک ثانیه", "other"=>"کمتر  از %{count} ثانیه"},
"over_x_years"=>{"one"=>"بیش از یک سال", "other"=>"بیش از %{count} سال"},
"x_days"=>{"one"=>"یک روز", "other"=>"%{count} روز"},
"x_minutes"=>{"one"=>"یک دقیقه", "other"=>"%{count} دقیقه"},
"x_months"=>{"one"=>"یک ماه", "other"=>"%{count} ماه"},
"x_seconds"=>{"one"=>"یک ثانیه", "other"=>"%{count} ثانیه"}},
   "prompts"=>
    {"day"=>"روز",
"hour"=>"ساعت",
"minute"=>"دقیقه",
"month"=>"ماه",
"second"=>"ثانیه",
"year"=>"سال"}}}
Locale_fi =
{"date"=>
  {"abbr_day_names"=>["su", "ma", "ti", "ke", "to", "pe", "la"],
   "abbr_month_names"=>
    [nil,
"tammi",
"helmi",
"maalis",
"huhti",
"touko",
"kesä",
"heinä",
"elo",
"syys",
"loka",
"marras",
"joulu"],
   "day_names"=>
    ["sunnuntai",
"maanantai",
"tiistai",
"keskiviikko",
"torstai",
"perjantai",
"lauantai"],
   "formats"=>
    {"default"=>"%e. %Bta %Y", "long"=>"%A %e. %Bta %Y", "short"=>"%e.%m.%Y"},
   "month_names"=>
    [nil,
"tammikuu",
"helmikuu",
"maaliskuu",
"huhtikuu",
"toukokuu",
"kesäkuu",
"heinäkuu",
"elokuu",
"syyskuu",
"lokakuu",
"marraskuu",
"joulukuu"],
   "order"=>[:day, :month, :year]},
 "time"=>
  {"am"=>"aamupäivä",
   "formats"=>
    {"default"=>"%A %e. %Bta %Y %H:%M:%S %z",
"long"=>"%e. %Bta %Y %H.%M",
"short"=>"%e.%m. %H.%M",
"time"=>"%H:%M:%S %z"},
   "pm"=>"iltapäivä"},
 "datetime"=>
  {"distance_in_words"=>
    {"about_x_hours"=>{"one"=>"noin tunti", "other"=>"noin %{count} tuntia"},
"about_x_months"=>
 {"one"=>"noin kuukausi", "other"=>"noin %{count} kuukautta"},
"about_x_years"=>{"one"=>"vuosi", "other"=>"noin %{count} vuotta"},
"almost_x_years"=>
 {"one"=>"melkein yksi vuosi", "other"=>"melkein %{count} vuotta"},
"half_a_minute"=>"puoli minuuttia",
"less_than_x_minutes"=>
 {"one"=>"alle minuutti", "other"=>"alle %{count} minuuttia"},
"less_than_x_seconds"=>
 {"one"=>"alle sekunti", "other"=>"alle %{count} sekuntia"},
"over_x_years"=>{"one"=>"yli vuosi", "other"=>"yli %{count} vuotta"},
"x_days"=>{"one"=>"päivä", "other"=>"%{count} päivää"},
"x_minutes"=>{"one"=>"minuutti", "other"=>"%{count} minuuttia"},
"x_months"=>{"one"=>"kuukausi", "other"=>"%{count} kuukautta"},
"x_seconds"=>{"one"=>"sekunti", "other"=>"%{count} sekuntia"}},
   "prompts"=>
    {"day"=>"päivä",
"hour"=>"tunti",
"minute"=>"minuutti",
"month"=>"kuukausi",
"second"=>"sekunti",
"year"=>"vuosi"}}}
Locale_fr =
{"date"=>
  {"abbr_day_names"=>["dim", "lun", "mar", "mer", "jeu", "ven", "sam"],
   "abbr_month_names"=>
    [nil,
"jan.",
"fév.",
"mar.",
"avr.",
"mai",
"juin",
"juil.",
"août",
"sept.",
"oct.",
"nov.",
"déc."],
   "day_names"=>
    ["dimanche", "lundi", "mardi", "mercredi", "jeudi", "vendredi", "samedi"],
   "formats"=>{"default"=>"%d/%m/%Y", "short"=>"%e %b", "long"=>"%e %B %Y"},
   "month_names"=>
    [nil,
"janvier",
"février",
"mars",
"avril",
"mai",
"juin",
"juillet",
"août",
"septembre",
"octobre",
"novembre",
"décembre"],
   "order"=>[:day, :month, :year]},
 "time"=>
  {"am"=>"am",
   "formats"=>
    {"default"=>"%d %B %Y %H:%M:%S",
"long"=>"%A %d %B %Y %H:%M",
"short"=>"%d %b %H:%M",
"time"=>"%H:%M:%S"},
   "pm"=>"pm"},
 "datetime"=>
  {"distance_in_words"=>
    {"about_x_hours"=>
 {"one"=>"environ une heure", "other"=>"environ %{count} heures"},
"about_x_months"=>
 {"one"=>"environ un mois", "other"=>"environ %{count} mois"},
"about_x_years"=>
 {"one"=>"environ un an", "other"=>"environ %{count} ans"},
"almost_x_years"=>
 {"one"=>"presqu'un an", "other"=>"presque %{count} ans"},
"half_a_minute"=>"une demi-minute",
"less_than_x_minutes"=>
 {"zero"=>"moins d'une minute",
  "one"=>"moins d'une minute",
  "other"=>"moins de %{count} minutes"},
"less_than_x_seconds"=>
 {"zero"=>"moins d'une seconde",
  "one"=>"moins d'une seconde",
  "other"=>"moins de %{count} secondes"},
"over_x_years"=>{"one"=>"plus d'un an", "other"=>"plus de %{count} ans"},
"x_days"=>{"one"=>"1 jour", "other"=>"%{count} jours"},
"x_minutes"=>{"one"=>"1 minute", "other"=>"%{count} minutes"},
"x_months"=>{"one"=>"1 mois", "other"=>"%{count} mois"},
"x_seconds"=>{"one"=>"1 seconde", "other"=>"%{count} secondes"}},
   "prompts"=>
    {"day"=>"Jour",
"hour"=>"Heure",
"minute"=>"Minute",
"month"=>"Mois",
"second"=>"Seconde",
"year"=>"Année"}}}
Locale_gl =
{"date"=>
  {"abbr_day_names"=>["Dom", "Lun", "Mar", "Mer", "Xov", "Ven", "Sab"],
   "abbr_month_names"=>
    [nil,
"Xan",
"Feb",
"Mar",
"Abr",
"Mai",
"Xuñ",
"Xul",
"Ago",
"Set",
"Out",
"Nov",
"Dec"],
   "day_names"=>
    ["Domingo", "Luns", "Martes", "Mércores", "Xoves", "Venres", "Sábado"],
   "formats"=>
    {"default"=>"%e/%m/%Y", "long"=>"%A %e de %B de %Y", "short"=>"%e %b"},
   "month_names"=>
    [nil,
"Xaneiro",
"Febreiro",
"Marzo",
"Abril",
"Maio",
"Xuño",
"Xullo",
"Agosto",
"Setembro",
"Outubro",
"Novembro",
"Decembro"],
   "order"=>[:day, :month, :year]},
 "time"=>
  {"am"=>"",
   "formats"=>
    {"default"=>"%A, %e de %B de %Y ás %H:%M",
"long"=>"%A %e de %B de %Y ás %H:%M",
"short"=>"%e/%m, %H:%M",
"time"=>"%H:%M"},
   "pm"=>""},
 "datetime"=>
  {"distance_in_words"=>
    {"about_x_hours"=>
 {"one"=>"aproximadamente unha hora", "other"=>"%{count} horas"},
"about_x_months"=>
 {"one"=>"aproximadamente 1 mes", "other"=>"%{count} meses"},
"about_x_years"=>
 {"one"=>"aproximadamente 1 ano", "other"=>"%{count} anos"},
"half_a_minute"=>"medio minuto",
"less_than_x_minutes"=>
 {"one"=>"1 minuto",
  "other"=>"%{count} minutos",
  "zero"=>"menos dun minuto"},
"less_than_x_seconds"=>
 {"few"=>"poucos segundos",
  "one"=>"1 segundo",
  "other"=>"%{count} segundos",
  "zero"=>"menos dun segundo"},
"over_x_years"=>{"one"=>"máis dun ano", "other"=>"%{count} anos"},
"x_days"=>{"one"=>"1 día", "other"=>"%{count} días"},
"x_minutes"=>{"one"=>"1 minuto", "other"=>"%{count} minuto"},
"x_months"=>{"one"=>"1 mes", "other"=>"%{count} meses"},
"x_seconds"=>{"one"=>"1 segundo", "other"=>"%{count} segundos"}}}}
Locale_he =
{"date"=>
  {"abbr_day_names"=>["א", "ב", "ג", "ד", "ה", "ו", "ש"],
   "abbr_month_names"=>
    [nil,
"יאנ",
"פבר",
"מרץ",
"אפר",
"מאי",
"יונ",
"יול",
"אוג",
"ספט",
"אוק",
"נוב",
"דצמ"],
   "day_names"=>["ראשון", "שני", "שלישי", "רביעי", "חמישי", "שישי", "שבת"],
   "formats"=>{"default"=>"%d-%m-%Y", "long"=>"%e ב%B, %Y", "short"=>"%e %b"},
   "month_names"=>
    [nil,
"ינואר",
"פברואר",
"מרץ",
"אפריל",
"מאי",
"יוני",
"יולי",
"אוגוסט",
"ספטמבר",
"אוקטובר",
"נובמבר",
"דצמבר"],
   "order"=>[:day, :month, :year]},
 "time"=>
  {"am"=>"am",
   "formats"=>
    {"default"=>"%a %d %b %H:%M:%S %Z %Y",
"long"=>"%d ב%B, %Y %H:%M",
"short"=>"%d %b %H:%M",
"time"=>"%H:%M:%S %Z"},
   "pm"=>"pm"},
 "datetime"=>
  {"distance_in_words"=>
    {"about_x_hours"=>{"one"=>"בערך שעה אחת", "other"=>"בערך %{count} שעות"},
"about_x_months"=>
 {"one"=>"בערך חודש אחד", "other"=>"בערך %{count} חודשים"},
"about_x_years"=>{"one"=>"בערך שנה אחת", "other"=>"בערך %{count} שנים"},
"almost_x_years"=>{"one"=>"כמעט שנה", "other"=>"כמעט %{count} שנים"},
"half_a_minute"=>"חצי דקה",
"less_than_x_minutes"=>
 {"one"=>"פחות מדקה אחת",
  "other"=>"פחות מ- %{count} דקות",
  "zero"=>"פחות מדקה אחת"},
"less_than_x_seconds"=>
 {"one"=>"פחות משניה אחת",
  "other"=>"פחות מ- %{count} שניות",
  "zero"=>"פחות משניה אחת"},
"over_x_years"=>{"one"=>"מעל שנה אחת", "other"=>"מעל %{count} שנים"},
"x_days"=>{"one"=>"יום אחד", "other"=>"%{count} ימים"},
"x_minutes"=>{"one"=>"דקה אחת", "other"=>"%{count} דקות"},
"x_months"=>{"one"=>"חודש אחד", "other"=>"%{count} חודשים"},
"x_seconds"=>{"one"=>"שניה אחת", "other"=>"%{count} שניות"}},
   "prompts"=>
    {"day"=>"יום",
"hour"=>"שעה",
"minute"=>"דקה",
"month"=>"חודש",
"second"=>"שניות",
"year"=>"שנה"}}}
Locale_hi =
{"date"=>
  {"abbr_day_names"=>["रवि", "सोम", "मंगल", "बुध", "गुरु", "शुक्र", "शनि"],
   "abbr_month_names"=>
    [nil,
"जन",
"फर",
"मार्च",
"अप्रै",
"मई",
"जून",
"जुला",
"अग",
"सितं",
"अक्टू",
"नवं",
"दिस"],
   "day_names"=>
    ["रविवार", "सोमवार", "मंगलवार", "बुधवार", "गुरुवार", "शुक्रवार", "शनिवार"],
   "formats"=>{"default"=>"%d-%m-%Y", "long"=>"%B %d, %Y", "short"=>"%b %d"},
   "month_names"=>
    [nil,
"जनवरी",
"फरवरी",
"मार्च",
"अप्रैल",
"मई",
"जून",
"जुलाई",
"अगस्त",
"सितंबर",
"अक्टूबर",
"नवंबर",
"दिसंबर"],
   "order"=>[:day, :month, :year]},
 "time"=>
  {"am"=>"पूर्वाह्न",
   "formats"=>
    {"default"=>"%a, %d %b %Y %H:%M:%S %z",
"long"=>"%B %d, %Y %H:%M",
"short"=>"%d %b %H:%M",
"time"=>"%H:%M:%S %z"},
   "pm"=>"अपराह्न"},
 "datetime"=>
  {"distance_in_words"=>
    {"about_x_hours"=>{"one"=>"लगभग एक घंटा", "other"=>"लगभग %{count} घंटा"},
"about_x_months"=>{"one"=>"लगभग 1 महीना", "other"=>"लगभग %{count} महीना"},
"about_x_years"=>{"one"=>"लगभग 1 साल", "other"=>"लगभग %{count} साल"},
"almost_x_years"=>{"one"=>"लगभग एक साल", "other"=>"लगभग %{count} साल"},
"half_a_minute"=>"एक आधा मिनट",
"less_than_x_minutes"=>
 {"one"=>"एक मिनट से कम", "other"=>"%{count} मिनट से कम"},
"less_than_x_seconds"=>
 {"one"=>"एक सेकेंड से कम", "other"=>"%{count}  सेकेंड से कम"},
"over_x_years"=>{"one"=>"एक साल के ऊपर", "other"=>"%{count} साल से अधिक"},
"x_days"=>{"one"=>"एक दिन", "other"=>"%{count} दिन"},
"x_minutes"=>{"one"=>"एक मिनट", "other"=>"%{count} मिनट"},
"x_months"=>{"one"=>"एक महीना", "other"=>"%{count} महीना"},
"x_seconds"=>{"one"=>"एक सेकेंड", "other"=>"%{count} सेकेंड"}},
   "prompts"=>
    {"day"=>"दिन",
"hour"=>"घंटा",
"minute"=>"मिनट",
"month"=>"माह",
"second"=>"सेकेंड",
"year"=>"वर्ष"}}}
Locale_hr =
{"date"=>
  {"abbr_day_names"=>["Ned", "Pon", "Uto", "Sri", "Čet", "Pet", "Sub"],
   "abbr_month_names"=>
    [nil,
"Sij",
"Vel",
"Ožu",
"Tra",
"Svi",
"Lip",
"Srp",
"Kol",
"Ruj",
"Lis",
"Stu",
"Pro"],
   "day_names"=>
    ["Nedjelja",
"Ponedjeljak",
"Utorak",
"Srijeda",
"Četvrtak",
"Petak",
"Subota"],
   "formats"=>{"default"=>"%d.%m.%Y.", "long"=>"%B %e, %Y", "short"=>"%e %b"},
   "month_names"=>
    [nil,
"Siječanj",
"Veljača",
"Ožujak",
"Travanj",
"Svibanj",
"Lipanj",
"Srpanj",
"Kolovoz",
"Rujan",
"Listopad",
"Studeni",
"Prosinac"],
   "order"=>[:day, :month, :year]},
 "time"=>
  {"am"=>"AM",
   "formats"=>
    {"default"=>"%a %b %d %H:%M:%S %Z %Y",
"long"=>"%B %d, %Y %H:%M",
"short"=>"%d %b %H:%M",
"time"=>"%H:%M:%S %Z"},
   "pm"=>"PM"},
 "datetime"=>
  {"distance_in_words"=>
    {"about_x_hours"=>
 {"one"=>"oko %{count} sat",
  "few"=>"oko %{count} sata",
  "many"=>"oko %{count} sati",
  "other"=>"oko %{count} sati"},
"about_x_months"=>
 {"one"=>"oko %{count} mjesec",
  "few"=>"oko %{count} mjeseca",
  "many"=>"oko %{count} mjeseci",
  "other"=>"oko %{count} mjeseci"},
"about_x_years"=>
 {"one"=>"oko %{count} godine",
  "few"=>"oko %{count} godine",
  "many"=>"oko %{count} godina",
  "other"=>"oko %{count} godina"},
"almost_x_years"=>
 {"one"=>"skoro %{count} godina",
  "few"=>"skoro %{count} godine",
  "many"=>"skoro %{count} godina",
  "other"=>"skoro %{count} godina"},
"half_a_minute"=>"pola minute",
"less_than_x_minutes"=>
 {"one"=>"manje od %{count} minute",
  "few"=>"manje od %{count} minute",
  "many"=>"manje od %{count} minuta",
  "other"=>"manje od %{count} minuta"},
"less_than_x_seconds"=>
 {"one"=>"manje od %{count} sekunde",
  "few"=>"manje od %{count} sekunde",
  "many"=>"manje od %{count} sekundi",
  "other"=>"manje od %{count} sekundi"},
"over_x_years"=>
 {"one"=>"preko %{count} godine",
  "few"=>"preko %{count} godine",
  "many"=>"preko %{count} godina",
  "other"=>"preko %{count} godina"},
"x_days"=>
 {"one"=>"%{count} dan",
  "few"=>"%{count} dana",
  "many"=>"%{count} dana",
  "other"=>"%{count} dana"},
"x_minutes"=>
 {"one"=>"%{count} minuta",
  "few"=>"%{count} minute",
  "many"=>"%{count} minuta",
  "other"=>"%{count} minuta"},
"x_months"=>
 {"one"=>"%{count} mjesec",
  "few"=>"%{count} mjeseca",
  "many"=>"%{count} mjeseci",
  "other"=>"%{count} mjeseci"},
"x_seconds"=>
 {"one"=>"%{count} sekunda",
  "few"=>"%{count} sekunde",
  "many"=>"%{count} sekundi",
  "other"=>"%{count} sekundi"}},
   "prompts"=>
    {"day"=>"Dan",
"hour"=>"Sat",
"minute"=>"Minuta",
"month"=>"Mjesec",
"second"=>"Sekunde",
"year"=>"Godina"}}}
Locale_hu =
{"date"=>
  {"abbr_day_names"=>["v.", "h.", "k.", "sze.", "cs.", "p.", "szo."],
   "abbr_month_names"=>
    [nil,
"jan.",
"febr.",
"márc.",
"ápr.",
"máj.",
"jún.",
"júl.",
"aug.",
"szept.",
"okt.",
"nov.",
"dec."],
   "day_names"=>
    ["vasárnap", "hétfő", "kedd", "szerda", "csütörtök", "péntek", "szombat"],
   "formats"=>
    {"default"=>"%Y.%m.%d.", "long"=>"%Y. %B %e.", "short"=>"%b %e."},
   "month_names"=>
    [nil,
"január",
"február",
"március",
"április",
"május",
"június",
"július",
"augusztus",
"szeptember",
"október",
"november",
"december"],
   "order"=>[:year, :month, :day]},
 "time"=>
  {"am"=>"de.",
   "formats"=>
    {"default"=>"%Y. %b %e., %H:%M",
"long"=>"%Y. %B %e., %A, %H:%M",
"short"=>"%b %e., %H:%M",
"time"=>"%H:%M"},
   "pm"=>"du."},
 "datetime"=>
  {"distance_in_words"=>
    {"about_x_hours"=>{"one"=>"kb 1 órája", "other"=>"kb %{count} órája"},
"about_x_months"=>{"one"=>"kb 1 hónapja", "other"=>"kb %{count} hónapja"},
"about_x_years"=>{"one"=>"kb 1 éve", "other"=>"kb %{count} éve"},
"almost_x_years"=>
 {"one"=>"majdnem 1 éve", "other"=>"majdnem %{count} éve"},
"half_a_minute"=>"fél perce",
"less_than_x_minutes"=>
 {"one"=>"kevesebb, mint 1 perce",
  "other"=>"kevesebb, mint %{count} perce"},
"less_than_x_seconds"=>
 {"one"=>"kevesebb, mint 1 másodperce",
  "other"=>"kevesebb, mint %{count} másodperce"},
"over_x_years"=>
 {"one"=>"több, mint 1 éve", "other"=>"több, mint %{count} éve"},
"x_days"=>{"one"=>"1 napja", "other"=>"%{count} napja"},
"x_minutes"=>{"one"=>"1 perce", "other"=>"%{count} perce"},
"x_months"=>{"one"=>"1 hónapja", "other"=>"%{count} hónapja"},
"x_seconds"=>{"one"=>"1 másodperce", "other"=>"%{count} másodperce"}},
   "prompts"=>
    {"day"=>"Nap",
"hour"=>"Óra",
"minute"=>"Perc",
"month"=>"Hónap",
"second"=>"Másodperc",
"year"=>"Év"}}}
Locale_id =
{"date"=>
  {"abbr_day_names"=>["Min", "Sen", "Sel", "Rab", "Kam", "Jum", "Sab"],
   "abbr_month_names"=>
    [nil,
"Jan",
"Feb",
"Mar",
"Apr",
"Mei",
"Jun",
"Jul",
"Agu",
"Sep",
"Okt",
"Nov",
"Des"],
   "day_names"=>
    ["Minggu", "Senin", "Selasa", "Rabu", "Kamis", "Jum'at", "Sabtu"],
   "formats"=>
    {"default"=>"%d %B %Y", "long"=>"%A, %d %B %Y", "short"=>"%d.%m.%Y"},
   "month_names"=>
    [nil,
"Januari",
"Februari",
"Maret",
"April",
"Mei",
"Juni",
"Juli",
"Agustus",
"September",
"Oktober",
"November",
"Desember"],
   "order"=>[:day, :month, :year]},
 "time"=>
  {"am"=>"am",
   "formats"=>
    {"default"=>"%a, %d %b %Y %H.%M.%S %z",
"long"=>"%d %B %Y %H.%M",
"short"=>"%d %b %H.%M",
"time"=>"%H.%M.%S %z"},
   "pm"=>"pm"},
 "datetime"=>
  {"distance_in_words"=>
    {"about_x_hours"=>
 {"one"=>"sekitar satu jam", "other"=>"sekitar %{count} jam"},
"about_x_months"=>
 {"one"=>"sekitar sebulan", "other"=>"sekitar %{count} bulan"},
"about_x_years"=>{"one"=>"setahun", "other"=>"noin %{count} tahun"},
"almost_x_years"=>
 {"one"=>"hampir setahun", "other"=>"hampir %{count} tahun"},
"half_a_minute"=>"setengah menit",
"less_than_x_minutes"=>
 {"one"=>"kurang dari 1 menit",
  "other"=>"kurang dari  %{count} menit",
  "zero"=>"kurang dari 1 menit"},
"less_than_x_seconds"=>
 {"one"=>"kurang dari 1 detik",
  "other"=>"kurang dari %{count} detik",
  "zero"=>"kurang dari 1 detik"},
"over_x_years"=>
 {"one"=>"lebih dari setahun", "other"=>"lebih dari %{count} tahun"},
"x_days"=>{"one"=>"sehari", "other"=>"%{count} hari"},
"x_minutes"=>{"one"=>"satu menit", "other"=>"%{count} menit"},
"x_months"=>{"one"=>"sebulan", "other"=>"%{count} bulan"},
"x_seconds"=>{"one"=>"satu detik", "other"=>"%{count} detik"}},
   "prompts"=>
    {"day"=>"Hari",
"hour"=>"Jam",
"minute"=>"Menit",
"month"=>"Bulan",
"second"=>"Detik",
"year"=>"Tahun"}}}
Locale_is =
{"date"=>
  {"abbr_day_names"=>["sun", "mán", "þri", "mið", "fim", "fös", "lau"],
   "abbr_month_names"=>
    [nil,
"jan",
"feb",
"mar",
"apr",
"maí",
"jún",
"júl",
"ágú",
"sep",
"okt",
"nóv",
"des"],
   "day_names"=>
    ["sunnudaginn",
"mánudaginn",
"þriðjudaginn",
"miðvikudaginn",
"fimmtudaginn",
"föstudaginn",
"laugardaginn"],
   "formats"=>{"default"=>"%d.%m.%Y", "long"=>"%e. %B %Y", "short"=>"%e. %b"},
   "month_names"=>
    [nil,
"janúar",
"febrúar",
"mars",
"apríl",
"maí",
"júní",
"júlí",
"ágúst",
"september",
"október",
"nóvember",
"desember"],
   "order"=>[:day, :month, :year]},
 "time"=>
  {"am"=>"",
   "formats"=>
    {"default"=>"%A %e. %B %Y kl. %H:%M",
"long"=>"%A %e. %B %Y kl. %H:%M",
"short"=>"%e. %B kl. %H:%M",
"time"=>"%H:%M"},
   "pm"=>""},
 "datetime"=>
  {"distance_in_words"=>
    {"about_x_hours"=>
 {"one"=>"u.þ.b. 1 klukkustund",
  "other"=>"u.þ.b. %{count} klukkustundir"},
"about_x_months"=>
 {"one"=>"u.þ.b. 1 mánuður", "other"=>"u.þ.b. %{count} mánuðir"},
"about_x_years"=>{"one"=>"u.þ.b. 1 ár", "other"=>"u.þ.b. %{count} ár"},
"almost_x_years"=>{"one"=>"næstum 1 ár", "other"=>"næstum %{count} ár"},
"half_a_minute"=>"hálf mínúta",
"less_than_x_minutes"=>
 {"one"=>"minna en 1 mínúta", "other"=>"minna en %{count} mínútur"},
"less_than_x_seconds"=>
 {"one"=>"minna en 1 sekúnda", "other"=>"minna en %{count} sekúndur"},
"over_x_years"=>{"one"=>"meira en 1 ár", "other"=>"meira en %{count} ár"},
"x_days"=>{"one"=>"1 dagur", "other"=>"%{count} dagar"},
"x_minutes"=>{"one"=>"1 mínúta", "other"=>"%{count} mínútur"},
"x_months"=>{"one"=>"1 mánuður", "other"=>"%{count} mánuðir"},
"x_seconds"=>{"one"=>"1 sekúnda", "other"=>"%{count} sekúndur"}},
   "prompts"=>
    {"day"=>"Dagur",
"hour"=>"Klukkustund",
"minute"=>"Mínúta",
"month"=>"Mánuður",
"second"=>"Sekúnda",
"year"=>"Ár"}}}
Locale_it =
{"date"=>
  {"abbr_day_names"=>["dom", "lun", "mar", "mer", "gio", "ven", "sab"],
   "abbr_month_names"=>
    [nil,
"gen",
"feb",
"mar",
"apr",
"mag",
"giu",
"lug",
"ago",
"set",
"ott",
"nov",
"dic"],
   "day_names"=>
    ["domenica",
"lunedì",
"martedì",
"mercoledì",
"giovedì",
"venerdì",
"sabato"],
   "formats"=>{"default"=>"%d/%m/%Y", "long"=>"%d %B %Y", "short"=>"%d %b"},
   "month_names"=>
    [nil,
"gennaio",
"febbraio",
"marzo",
"aprile",
"maggio",
"giugno",
"luglio",
"agosto",
"settembre",
"ottobre",
"novembre",
"dicembre"],
   "order"=>[:day, :month, :year]},
 "time"=>
  {"am"=>"am",
   "formats"=>
    {"default"=>"%a %d %b %Y, %H:%M:%S %z",
"long"=>"%d %B %Y %H:%M",
"short"=>"%d %b %H:%M",
"time"=>"%H:%M:%S %z"},
   "pm"=>"pm"},
 "datetime"=>
  {"distance_in_words"=>
    {"about_x_hours"=>{"one"=>"circa un'ora", "other"=>"circa %{count} ore"},
"about_x_months"=>
 {"one"=>"circa un mese", "other"=>"circa %{count} mesi"},
"about_x_years"=>{"one"=>"circa un anno", "other"=>"circa %{count} anni"},
"almost_x_years"=>{"one"=>"circa 1 anno", "other"=>"circa %{count} anni"},
"half_a_minute"=>"mezzo minuto",
"less_than_x_minutes"=>
 {"one"=>"meno di un minuto", "other"=>"meno di %{count} minuti"},
"less_than_x_seconds"=>
 {"one"=>"meno di un secondo", "other"=>"meno di %{count} secondi"},
"over_x_years"=>{"one"=>"oltre un anno", "other"=>"oltre %{count} anni"},
"x_days"=>{"one"=>"1 giorno", "other"=>"%{count} giorni"},
"x_minutes"=>{"one"=>"1 minuto", "other"=>"%{count} minuti"},
"x_months"=>{"one"=>"1 mese", "other"=>"%{count} mesi"},
"x_seconds"=>{"one"=>"1 secondo", "other"=>"%{count} secondi"}},
   "prompts"=>
    {"day"=>"Giorno",
"hour"=>"Ora",
"minute"=>"Minuto",
"month"=>"Mese",
"second"=>"Secondi",
"year"=>"Anno"}}}
Locale_ja =
{"date"=>
  {"abbr_day_names"=>["", "", "", "", "", "", ""],
   "abbr_month_names"=>
    [nil,
"1月",
"2月",
"3月",
"4月",
"5月",
"6月",
"7月",
"8月",
"9月",
"10月",
"11月",
"12月"],
   "day_names"=>["日曜日", "月曜日", "火曜日", "水曜日", "木曜日", "金曜日", "土曜日"],
   "formats"=>
    {"default"=>"%Y/%m/%d", "long"=>"%Y年%m月%d日(%a)", "short"=>"%m/%d"},
   "month_names"=>
    [nil,
"1月",
"2月",
"3月",
"4月",
"5月",
"6月",
"7月",
"8月",
"9月",
"10月",
"11月",
"12月"],
   "order"=>[:year, :month, :day]},
 "time"=>
  {"am"=>"午前",
   "formats"=>
    {"default"=>"%Y/%m/%d %H:%M:%S",
"long"=>"%Y年%m月%d日(%a) %H時%M分%S秒 %z",
"short"=>"%y/%m/%d %H:%M",
"time"=>"%H:%M:%S"},
   "pm"=>"午後"},
 "datetime"=>
  {"distance_in_words"=>
    {"about_x_hours"=>{"one"=>"約1時間", "other"=>"約%{count}時間"},
"about_x_months"=>{"one"=>"約1ヶ月", "other"=>"約%{count}ヶ月"},
"about_x_years"=>{"one"=>"約1年", "other"=>"約%{count}年"},
"almost_x_years"=>{"one"=>"1年弱", "other"=>"%{count}年弱"},
"half_a_minute"=>"30秒前後",
"less_than_x_minutes"=>{"one"=>"1分以内", "other"=>"%{count}分未満"},
"less_than_x_seconds"=>{"one"=>"1秒以内", "other"=>"%{count}秒未満"},
"over_x_years"=>{"one"=>"1年以上", "other"=>"%{count}年以上"},
"x_days"=>{"one"=>"1日", "other"=>"%{count}日"},
"x_minutes"=>{"one"=>"1分", "other"=>"%{count}分"},
"x_months"=>{"one"=>"1ヶ月", "other"=>"%{count}ヶ月"},
"x_seconds"=>{"one"=>"1秒", "other"=>"%{count}秒"}},
   "prompts"=>
    {"day"=>"",
"hour"=>"",
"minute"=>"",
"month"=>"",
"second"=>"",
"year"=>""}}}
Locale_kn =
{"date"=>
  {"abbr_day_names"=>["ರವಿ", "ಸೋಮ", "ಮಂಗಳ", "ಬುಧ", "ಗುರು", "ಶುಕ್ರ", "ಶನಿ"],
   "abbr_month_names"=>
    [nil,
"Jan",
"Feb",
"Mar",
"Apr",
"May",
"Jun",
"Jul",
"Aug",
"Sep",
"Oct",
"Nov",
"Dec"],
   "day_names"=>
    ["ರವಿವಾರ", "ಸೋಮವಾರ", "ಮಂಗಳವಾರ", "ಬುಧವಾರ", "ಗುರುವಾರ", "ಶುಕ್ರವಾರ", "ಶನಿವಾರ"],
   "formats"=>{"default"=>"%Y-%m-%d", "long"=>"%B %d, %Y", "short"=>"%b %d"},
   "month_names"=>
    [nil,
"ಜನವರಿ",
"ಫೆಬ್ರವರಿ",
"ಮಾರ್ಚ್",
"ಏಪ್ರಿಲ್",
"ಮೇ",
"ಜೂನ್",
"ಜುಲೈ",
"ಆಗಸ್ಟ್",
"ಸೆಪ್ಟೆಂಬರ್",
"ಅಕ್ಟೋಬರ್",
"ನವಂಬರ್",
"ಡಿಸೆಂಬರ್"],
   "order"=>[:year, :month, :day]},
 "time"=>
  {"am"=>"ಪ್ರಾತಃಕಾಲ",
   "formats"=>
    {"default"=>"%a, %d %b %Y %H:%M:%S %z",
"long"=>"%B %d, %Y %H:%M",
"short"=>"%d %b %H:%M",
"time"=>"%H:%M:%S %z"},
   "pm"=>"ಅಪರನ್ನಃ"},
 "datetime"=>
  {"distance_in_words"=>
    {"about_x_hours"=>
 {"one"=>"ಸುಮಾರು ಒಂದು ಗಂಟೆ", "other"=>"ಸುಮಾರು %{count} ಗಂಟೆಗಳು"},
"about_x_months"=>
 {"one"=>"ಸುಮಾರು ಒಂದು ತಿಂಗಳು", "other"=>"ಸುಮಾರು %{count} ತಿಂಗಳುಗಳು"},
"about_x_years"=>
 {"one"=>"ಸುಮಾರು ಒಂದು ವರುಷ", "other"=>"ಸುಮಾರು %{count} ವರುಷಗಳು"},
"almost_x_years"=>
 {"one"=>"ಸರಿಸುಮಾರು ಒಂದು ವರುಷ", "other"=>"ಸರಿಸುಮಾರು %{count} ವರುಷಗಳು"},
"half_a_minute"=>"ಒಂದು ಅರ್ಧ ನಿಮಿಷ",
"less_than_x_minutes"=>
 {"one"=>"ಒಂದು ನಿಮಿಷಕ್ಕೂ ಕಡಿಮೆ", "other"=>"%{count} ನಿಮಿಷಕ್ಕಿಂತ ಕಡಿಮೆ"},
"less_than_x_seconds"=>
 {"one"=>"ಒಂದು ಸೆಕೆಂಡಿಗೂ ಕಡಿಮೆ", "other"=>"%{count} ಸೆಕೆಂಡಿಗಿಂತ ಕಡಿಮೆ"},
"over_x_years"=>
 {"one"=>"ಒಂದು ವರುಷಕ್ಕಿಂತ ಹೆಚ್ಚು",
  "other"=>"%{count} ವರುಷಗಳಿಗಿಂತ ಹೆಚ್ಚು"},
"x_days"=>{"one"=>"1 ದಿನ", "other"=>"%{count} ದಿನಗಳು"},
"x_minutes"=>{"one"=>"1 ನಿಮಿಷ", "other"=>"%{count} ನಿಮಿಷಗಳು"},
"x_months"=>{"one"=>"1 ತಿಂಗಳು", "other"=>"%{count} ತಿಂಗಳುಗಳು"},
"x_seconds"=>{"one"=>"1 ಸೆಕೆಂಡ್", "other"=>"%{count} ಸೆಕೆಂಡುಗಳು"}},
   "prompts"=>
    {"day"=>"ದಿನ",
"hour"=>"ಗಂಟೆ",
"minute"=>"ನಿಮಿಷ",
"month"=>"ತಿಂಗಳು",
"second"=>"ಸೆಕೆಂಡು",
"year"=>"ವರುಷ"}}}
Locale_ko =
{"date"=>
  {"abbr_day_names"=>["", "", "", "", "", "", ""],
   "abbr_month_names"=>
    [nil,
"1월",
"2월",
"3월",
"4월",
"5월",
"6월",
"7월",
"8월",
"9월",
"10월",
"11월",
"12월"],
   "day_names"=>["일요일", "월요일", "화요일", "수요일", "목요일", "금요일", "토요일"],
   "formats"=>
    {"default"=>"%Y/%m/%d", "long"=>"%Y년 %m월 %d일 (%a)", "short"=>"%m/%d"},
   "month_names"=>
    [nil,
"1월",
"2월",
"3월",
"4월",
"5월",
"6월",
"7월",
"8월",
"9월",
"10월",
"11월",
"12월"],
   "order"=>[:year, :month, :day]},
 "time"=>
  {"am"=>"오전",
   "formats"=>
    {"default"=>"%Y/%m/%d %H:%M:%S",
"long"=>"%Y년 %B월 %d일, %H시 %M분 %S초 %Z",
"short"=>"%y/%m/%d %H:%M",
"time"=>"%H:%M:%S"},
   "pm"=>"오후"},
 "datetime"=>
  {"distance_in_words"=>
    {"about_x_hours"=>{"one"=>"약 한 시간", "other"=>"약 %{count}시간"},
"about_x_months"=>{"one"=>"약 한 달", "other"=>"약 %{count}달"},
"about_x_years"=>{"one"=>"약 일 년", "other"=>"약 %{count}년"},
"almost_x_years"=>{"one"=>"일 년 이하", "other"=>"%{count}년 이하"},
"half_a_minute"=>"30초",
"less_than_x_minutes"=>{"one"=>"일 분 이하", "other"=>"%{count}분 이하"},
"less_than_x_seconds"=>{"one"=>"일 초 이하", "other"=>"%{count}초 이하"},
"over_x_years"=>{"one"=>"일 년 이상", "other"=>"%{count}년 이상"},
"x_days"=>{"one"=>"하루", "other"=>"%{count}일"},
"x_minutes"=>{"one"=>"일 분", "other"=>"%{count}분"},
"x_months"=>{"one"=>"한 달", "other"=>"%{count}달"},
"x_seconds"=>{"one"=>"일 초", "other"=>"%{count}초"}},
   "prompts"=>
    {"day"=>"",
"hour"=>"",
"minute"=>"",
"month"=>"",
"second"=>"",
"year"=>""}}}
Locale_lo =
{"date"=>
  {"abbr_day_names"=>["", "", "", "", "", "", ""],
   "abbr_month_names"=>[nil, "", "", "", "", "", "", "", "", "", "", "", ""],
   "day_names"=>["ອາທິດ", "ຈັນ", "ອັງຄານ", "ພຸດ", "ພະຫັດ", "ສຸກ", "ເສົາ"],
   "formats"=>{"default"=>"%d-%m-%Y", "long"=>"%e %B %Y", "short"=>"%e %b"},
   "month_names"=>
    [nil,
"ມັງກອນ",
"ກຸມພາ",
"ມີນາ",
"ເມສາ",
"ພຶດສະພາ",
"ມິຖຸນາ",
"ກໍລະກົດ",
"ສິງຫາ",
"ກັນຍາ",
"ຕຸລາ",
"ພະຈິກ",
"ທັນວາ"],
   "order"=>[:day, :month, :year]},
 "time"=>
  {"am"=>"",
   "formats"=>
    {"default"=>"%a %d %b %Y %H:%M:%S %z",
"long"=>"%d %B %Y %H:%M น.",
"short"=>"%d %b %H:%M น.",
"time"=>"%H:%M:%S %z"},
   "pm"=>""},
 "datetime"=>
  {"distance_in_words"=>
    {"about_x_hours"=>
 {"zero"=>"ປະມານ %{count} ຊົ່ວໂມງ",
  "one"=>"ປະມານ 1 ຊົ່ວໂມງ",
  "two"=>"ປະມານ %{count} ຊົ່ວໂມງ",
  "few"=>"ປະມານ %{count} ຊົ່ວໂມງ",
  "many"=>"ປະມານ %{count} ຊົ່ວໂມງ",
  "other"=>"ປະມານ %{count} ຊົ່ວໂມງ"},
"about_x_months"=>
 {"zero"=>"ປະມານ %{count} ເດືອນ",
  "one"=>"ປະມານ 1 ເດືອນ",
  "two"=>"ປະມານ %{count} ເດືອນ",
  "few"=>"ປະມານ %{count} ເດືອນ",
  "many"=>"ປະມານ %{count} ເດືອນ",
  "other"=>"ປະມານ %{count} ເດືອນ"},
"about_x_years"=>
 {"zero"=>"ປະມານ %{count} ປີ ",
  "one"=>"ປະມານ 1 ປີ ",
  "two"=>"ປະມານ %{count} ປີ ",
  "few"=>"ປະມານ %{count} ປີ ",
  "many"=>"ປະມານ %{count} ປີ ",
  "other"=>"ປະມານ %{count} ປີ "},
"half_a_minute"=>"ເຄິ່ງນາທີ ",
"less_than_x_minutes"=>
 {"zero"=>"ນ້ອຍກວ່າ %{count} ນາທີ ",
  "one"=>"ນ້ອຍກວ່າ 1 ນາທີ ",
  "two"=>"ນ້ອຍກວ່າ %{count} ນາທີ ",
  "few"=>"ນ້ອຍກວ່າ %{count} ນາທີ ",
  "many"=>"ນ້ອຍກວ່າ %{count} ນາທີ ",
  "other"=>"ນ້ອຍກວ່າ %{count} ນາທີ "},
"less_than_x_seconds"=>
 {"zero"=>"ນ້ອຍກວ່າ %{count} ວິນາທີ ",
  "one"=>"ນ້ອຍກວ່າ 1 ວິນາທີ ",
  "two"=>"ນ້ອຍກວ່າ %{count} ວິນາທີ ",
  "few"=>"ນ້ອຍກວ່າ %{count} ວິນາທີ ",
  "many"=>"ນ້ອຍກວ່າ %{count} ວິນາທີ ",
  "other"=>"ນ້ອຍກວ່າ %{count} ວິນາທີ "},
"over_x_years"=>
 {"zero"=>"ຫຼາຍກວ່າ %{count} ປີ ",
  "one"=>"ຫຼາຍກວ່າ 1 ປີ ",
  "two"=>"ຫຼາຍກວ່າ %{count} ປີ ",
  "few"=>"ຫຼາຍກວ່າ %{count} ປີ ",
  "many"=>"ຫຼາຍກວ່າ %{count} ປີ ",
  "other"=>"ຫຼາຍກວ່າ %{count} ປີ "},
"x_days"=>
 {"zero"=>"%{count} ມື້ ",
  "one"=>"1 ມື້ ",
  "two"=>"%{count} ມື້ ",
  "few"=>"%{count} ມື້ ",
  "many"=>"%{count} ມື້ ",
  "other"=>"%{count} ມື້ "},
"x_minutes"=>
 {"zero"=>"%{count} ນາທີ ",
  "one"=>"1 ນາທີ ",
  "two"=>"%{count} ນາທີ ",
  "few"=>"%{count} ນາທີ ",
  "many"=>"%{count} ນາທີ ",
  "other"=>"%{count} ນາທີ "},
"x_months"=>
 {"zero"=>"%{count} ເດືອນ",
  "one"=>"1 ເດືອນ",
  "two"=>"%{count} ເດືອນ",
  "few"=>"%{count} ເດືອນ",
  "many"=>"%{count} ເດືອນ",
  "other"=>"%{count} ເດືອນ"},
"x_seconds"=>
 {"zero"=>"%{count} ວິນາທີ ",
  "one"=>"1 ວິນາທີ ",
  "two"=>"%{count} ວິນາທີ ",
  "few"=>"%{count} ວິນາທີ ",
  "many"=>"%{count} ວິນາທີ ",
  "other"=>"%{count} ວິນາທີ "}},
   "prompts"=>
    {"day"=>"ວັນ",
"hour"=>"ຊົ່ວໂມງ",
"minute"=>"ນາທີ",
"month"=>"ເດືອນ",
"second"=>"ວິນາທີ",
"year"=>"ປີ"}}}
Locale_lt =
{"date"=>
  {"abbr_day_names"=>["Sek", "Pir", "Ant", "Tre", "Ket", "Pen", "Šeš"],
   "abbr_month_names"=>
    [nil,
"Sau",
"Vas",
"Kov",
"Bal",
"Geg",
"Bir",
"Lie",
"Rgp",
"Rgs",
"Spa",
"Lap",
"Grd"],
   "day_names"=>
    ["sekmadienis",
"pirmadienis",
"antradienis",
"trečiadienis",
"ketvirtadienis",
"penktadienis",
"šeštadienis"],
   "formats"=>{"default"=>"%Y-%m-%d", "long"=>"%B %d, %Y", "short"=>"%b %d"},
   "month_names"=>
    [nil,
"sausio",
"vasario",
"kovo",
"balandžio",
"gegužės",
"birželio",
"liepos",
"rugpjūčio",
"rugsėjo",
"spalio",
"lapkričio",
"gruodžio"],
   "order"=>[:year, :month, :day]},
 "time"=>
  {"am"=>"am",
   "formats"=>
    {"default"=>"%a, %d %b %Y %H:%M:%S %z",
"long"=>"%B %d, %Y %H:%M",
"short"=>"%d %b %H:%M",
"time"=>"%H:%M:%S %z"},
   "pm"=>"pm"},
 "datetime"=>
  {"distance_in_words"=>
    {"about_x_hours"=>
 {"one"=>"apie %{count} valanda",
  "few"=>"apie %{count} valandas",
  "other"=>"apie %{count} valandų"},
"about_x_months"=>
 {"one"=>"apie %{count} mėnesį",
  "few"=>"apie %{count} mėnesius",
  "other"=>"apie %{count} mėnesių"},
"about_x_years"=>
 {"one"=>"apie %{count} metus",
  "few"=>"apie %{count} metus",
  "other"=>"apie %{count} metų"},
"half_a_minute"=>"pusė minutės",
"less_than_x_minutes"=>
 {"one"=>"mažiau nei %{count} minutė",
  "few"=>"mažiau nei %{count} minutės",
  "other"=>"mažiau nei %{count} minučių"},
"less_than_x_seconds"=>
 {"one"=>"mažiau nei %{count} sekundė",
  "few"=>"mažiau nei %{count} sekundės",
  "other"=>"mažiau nei %{count} sekundžių"},
"over_x_years"=>
 {"one"=>"virš %{count} metų",
  "few"=>"virš %{count} metų",
  "other"=>"virš %{count} metų"},
"x_days"=>
 {"one"=>"%{count} diena",
  "few"=>"%{count} dienos",
  "other"=>"%{count} dienų"},
"x_minutes"=>
 {"one"=>"%{count} minutė",
  "few"=>"%{count} minutės",
  "other"=>"%{count} minučių"},
"x_months"=>
 {"one"=>"%{count} mėnesis",
  "few"=>"%{count} mėnesiai",
  "other"=>"%{count} mėnesių"},
"x_seconds"=>
 {"one"=>"%{count} sekundė",
  "few"=>"%{count} sekundės",
  "other"=>"%{count} sekundžių"}},
   "prompts"=>
    {"day"=>"Diena",
"hour"=>"Valanda",
"minute"=>"Minutė",
"month"=>"Mėnuo",
"second"=>"Sekundės",
"year"=>"Metai"}}}
Locale_lv =
{"date"=>
  {"abbr_day_names"=>["Sv.", "P.", "O.", "T.", "C.", "Pk.", "S."],
   "abbr_month_names"=>
    [nil,
"Janv",
"Febr",
"Marts",
"Apr",
"Maijs",
"Jūn",
"Jūl",
"Aug",
"Sept",
"Okt",
"Nov",
"Dec"],
   "day_names"=>
    ["svētdiena",
"pirmdiena",
"otrdiena",
"trešdiena",
"ceturtdiena",
"piektdiena",
"sestdiena"],
   "formats"=>
    {"default"=>"%d.%m.%Y.", "long"=>"%Y. gada %e. %B", "short"=>"%e. %B"},
   "month_names"=>
    [nil,
"janvārī",
"februārī",
"martā",
"aprīlī",
"maijā",
"jūnijā",
"jūlijā",
"augustā",
"septembrī",
"oktobrī",
"novembrī",
"decembrī"],
   "order"=>[:year, :month, :day]},
 "time"=>
  {"am"=>"priekšpusdiena",
   "formats"=>
    {"default"=>"%Y. gada %e. %B, %H:%M",
"long"=>"%Y. gada %e. %B, %H:%M:%S",
"short"=>"%d.%m.%Y., %H:%M",
"time"=>"%H:%M"},
   "pm"=>"pēcpusdiena"},
 "datetime"=>
  {"distance_in_words"=>
    {"about_x_hours"=>
 {"zero"=>"apmēram %{count} stundas",
  "one"=>"apmēram %{count} stunda",
  "other"=>"apmēram %{count} stundas"},
"about_x_months"=>
 {"zero"=>"apmēram %{count} mēneši",
  "one"=>"apmēram %{count} mēnesis",
  "other"=>"apmēram %{count} mēneši"},
"about_x_years"=>
 {"zero"=>"apmēram %{count} gadi",
  "one"=>"apmēram %{count} gads",
  "other"=>"apmēram %{count} gadi"},
"almost_x_years"=>
 {"zero"=>"gandrīz %{count} gadi",
  "one"=>"gandrīz %{count} gads",
  "other"=>"gandrīz %{count} gadi"},
"half_a_minute"=>"pusminūte",
"less_than_x_minutes"=>
 {"zero"=>"mazāk par %{count} minūtēm",
  "one"=>"mazāk par %{count} minūti",
  "other"=>"mazāk par %{count} minūtēm"},
"less_than_x_seconds"=>
 {"zero"=>"mazāk par %{count} sekundēm",
  "one"=>"mazāk par %{count} sekundi",
  "other"=>"mazāk par %{count} sekundēm"},
"over_x_years"=>
 {"zero"=>"vairāk kā %{count} gadi",
  "one"=>"vairāk kā %{count} gads",
  "other"=>"vairāk kā %{count} gadi"},
"x_days"=>
 {"zero"=>"%{count} dienas",
  "one"=>"%{count} diena",
  "other"=>"%{count} dienas"},
"x_minutes"=>
 {"zero"=>"%{count} minūtes",
  "one"=>"%{count} minūte",
  "other"=>"%{count} minūtes"},
"x_months"=>
 {"zero"=>"%{count} mēneši",
  "one"=>"%{count} mēnesis",
  "other"=>"%{count} mēneši"},
"x_seconds"=>
 {"zero"=>"%{count} sekundes",
  "one"=>"%{count} sekunde",
  "other"=>"%{count} sekundes"}},
   "prompts"=>
    {"day"=>"diena",
"hour"=>"stunda",
"minute"=>"minūte",
"month"=>"mēnesis",
"second"=>"sekunde",
"year"=>"gads"}}}
Locale_mk =
{"date"=>
  {"abbr_day_names"=>["Нед", "Пон", "Вто", "Сре", "Чет", "Пет", "Саб"],
   "abbr_month_names"=>
    [nil,
"Јан",
"Фев",
"Мар",
"Апр",
"Мај",
"Јун",
"Јул",
"Авг",
"Сеп",
"Окт",
"Ное",
"Дек"],
   "day_names"=>
    ["Недела",
"Понеделник",
"Вторник",
"Среда",
"Четврток",
"Петок",
"Сабота"],
   "formats"=>{"default"=>"%d/%m/%Y", "long"=>"%B %e, %Y", "short"=>"%e %b"},
   "month_names"=>
    [nil,
"Јануари",
"Февруари",
"Март",
"Април",
"Мај",
"Јуни",
"Јули",
"Август",
"Септември",
"Октомври",
"Ноември",
"Декември"],
   "order"=>[:day, :month, :year]},
 "time"=>
  {"am"=>"АМ",
   "formats"=>
    {"default"=>"%a %b %d %H:%M:%S %Z %Y",
"long"=>"%B %d, %Y %H:%M",
"short"=>"%d %b %H:%M",
"time"=>"%H:%M:%S %Z"},
   "pm"=>"ПМ"},
 "datetime"=>
  {"distance_in_words"=>
    {"about_x_hours"=>
 {"one"=>"околу %{count} час", "other"=>"околу %{count} часа"},
"about_x_months"=>
 {"one"=>"околу %{count} месец", "other"=>"околу %{count} месеци"},
"about_x_years"=>
 {"one"=>"околу %{count} година", "other"=>"околу %{count} години"},
"almost_x_years"=>
 {"one"=>"скоро %{count} година", "other"=>"скоро %{count} години"},
"half_a_minute"=>"пола минута",
"less_than_x_minutes"=>
 {"one"=>"помалку од %{count} минута",
  "other"=>"помалку од %{count} минути"},
"less_than_x_seconds"=>
 {"one"=>"помалку од %{count} секунда",
  "other"=>"помалку од %{count} секунди"},
"over_x_years"=>
 {"one"=>"над %{count} година", "other"=>"над %{count} години"},
"x_days"=>{"one"=>"%{count} ден", "other"=>"%{count} денови"},
"x_minutes"=>{"one"=>"%{count} минута", "other"=>"%{count} минути"},
"x_months"=>{"one"=>"%{count} месец", "other"=>"%{count} месеци"},
"x_seconds"=>{"one"=>"%{count} секунда", "other"=>"%{count} секунди"}},
   "prompts"=>
    {"day"=>"Ден",
"hour"=>"Час",
"minute"=>"Минута",
"month"=>"Месец",
"second"=>"Секунди",
"year"=>"Година"}}}
Locale_mn =
{"date"=>
  {"abbr_day_names"=>["Ня", "Да", "Мя", "Лх", "Пү", "Ба", "Бя"],
   "abbr_month_names"=>
    [nil,
"1 сар",
"2 сар",
"3 сар",
"4 сар",
"5 сар",
"6 сар",
"7 сар",
"8 сар",
"9 сар",
"10 сар",
"11 сар",
"12 сар"],
   "day_names"=>
    ["Ням", "Даваа", "Мягмар", "Лхагва", "Пүрэв", "Баасан", "Бямба"],
   "formats"=>{"default"=>"%Y-%m-%d", "long"=>"%Y %B %d", "short"=>"%y-%m-%d"},
   "month_names"=>
    [nil,
"1 сар",
"2 сар",
"3 сар",
"4 сар",
"5 сар",
"6 сар",
"7 сар",
"8 сар",
"9 сар",
"10 сар",
"11 сар",
"12 сар"],
   "order"=>[:year, :month, :day]},
 "time"=>
  {"am"=>"өглөө",
   "formats"=>
    {"default"=>"%Y-%m-%d %H:%M",
"long"=>"%Y %B %d, %H:%M:%S",
"short"=>"%y-%m-%d",
"time"=>"%H:%M"},
   "pm"=>"орой"},
 "datetime"=>
  {"distance_in_words"=>
    {"about_x_hours"=>{"one"=>"1 цаг орчим", "other"=>"%{count} цаг орчим"},
"about_x_months"=>{"one"=>"1 сар орчим", "other"=>"%{count} сар орчим"},
"about_x_years"=>{"one"=>"1 жил орчим", "other"=>"%{count} жил орчим"},
"almost_x_years"=>{"one"=>"бараг 1 жил", "other"=>"бараг %{count} жил"},
"half_a_minute"=>"хагас минут",
"less_than_x_minutes"=>
 {"one"=>"1 минутаас бага", "other"=>"%{count} минутаас бага"},
"less_than_x_seconds"=>
 {"one"=>"1 секундээс бага", "other"=>"%{count} секундээс бага"},
"over_x_years"=>{"one"=>"1 жилээс илүү", "other"=>"%{count} жилээс илүү"},
"x_days"=>{"one"=>"1 өдөр", "other"=>"%{count} өдөр"},
"x_minutes"=>{"one"=>"1 минут", "other"=>"%{count} минут"},
"x_months"=>{"one"=>"1 сар", "other"=>"%{count} сар"},
"x_seconds"=>{"one"=>"1 секунд", "other"=>"%{count} секунд"}},
   "prompts"=>
    {"day"=>"Өдөр",
"hour"=>"Цаг",
"minute"=>"Минут",
"month"=>"Сар",
"second"=>"Секунд",
"year"=>"Жил"}}}
Locale_ms =
{"date"=>
  {"abbr_day_names"=>["Ahd", "Isn", "Sel", "Rab", "Kha", "Jum", "Sab"],
   "abbr_month_names"=>
    [nil,
"Jan",
"Feb",
"Mac",
"Apr",
"Mei",
"Jun",
"Jul",
"Ogo",
"Sep",
"Okt",
"Nov",
"Dis"],
   "day_names"=>
    ["Ahad", "Isnin", "Selasa", "Rabu", "Khamis", "Jumaat", "Sabtu"],
   "formats"=>{"default"=>"%d-%m-%Y", "long"=>"%d %B, %Y", "short"=>"%d %b"},
   "month_names"=>
    [nil,
"Januari",
"Febuari",
"Mac",
"April",
"Mei",
"Jun",
"Julai",
"Ogos",
"September",
"Oktober",
"November",
"Disember"],
   "order"=>[:day, :month, :year]},
 "time"=>
  {"am"=>"am",
   "formats"=>
    {"default"=>"%a, %d %b %Y %H:%M:%S %z",
"long"=>"%d %B, %Y %H:%M",
"short"=>"%d %b %H:%M",
"time"=>"%H:%M:%S %z"},
   "pm"=>"pm"},
 "datetime"=>
  {"distance_in_words"=>
    {"about_x_hours"=>
 {"one"=>"lebih kurang 1 jam", "other"=>"lebih kurang %{count} jam"},
"about_x_months"=>
 {"one"=>"lebih kurang 1 bulan", "other"=>"lebih kurang %{count} bulan"},
"about_x_years"=>
 {"one"=>"lebih kurang 1 tahun", "other"=>"lebih kurang %{count} tahun"},
"almost_x_years"=>
 {"one"=>"hampir 1 tahun", "other"=>"hampir %{count} tahun"},
"half_a_minute"=>"setengah minit",
"less_than_x_minutes"=>
 {"one"=>"kurang dari satu minit", "other"=>"kurang dari %{count} minit"},
"less_than_x_seconds"=>
 {"one"=>"kurang dari satu saat", "other"=>"kurang dari %{count} saat"},
"over_x_years"=>{"one"=>"lebih 1 tahun", "other"=>"lebih %{count} tahun"},
"x_days"=>{"one"=>"1 hari", "other"=>"%{count} hari"},
"x_minutes"=>{"one"=>"1 minit", "other"=>"%{count} minit"},
"x_months"=>{"one"=>"1 bulan", "other"=>"%{count} bulan"},
"x_seconds"=>{"one"=>"1 saat", "other"=>"%{count} saat"}},
   "prompts"=>
    {"day"=>"Hari",
"hour"=>"Jam",
"minute"=>"Minit",
"month"=>"Bulan",
"second"=>"Saat",
"year"=>"Tahun"}}}
Locale_nb =
{"date"=>
  {"abbr_day_names"=>["søn", "man", "tir", "ons", "tor", "fre", "lør"],
   "abbr_month_names"=>
    [nil,
"jan",
"feb",
"mar",
"apr",
"mai",
"jun",
"jul",
"aug",
"sep",
"okt",
"nov",
"des"],
   "day_names"=>
    ["søndag", "mandag", "tirsdag", "onsdag", "torsdag", "fredag", "lørdag"],
   "formats"=>{"default"=>"%d.%m.%Y", "long"=>"%e. %B %Y", "short"=>"%e. %b"},
   "month_names"=>
    [nil,
"januar",
"februar",
"mars",
"april",
"mai",
"juni",
"juli",
"august",
"september",
"oktober",
"november",
"desember"],
   "order"=>[:day, :month, :year]},
 "time"=>
  {"am"=>"",
   "formats"=>
    {"default"=>"%A, %e. %B %Y, %H:%M",
"long"=>"%A, %e. %B %Y, %H:%M",
"short"=>"%e. %B, %H:%M",
"time"=>"%H:%M"},
   "pm"=>""},
 "datetime"=>
  {"distance_in_words"=>
    {"about_x_hours"=>{"one"=>"rundt 1 time", "other"=>"rundt %{count} timer"},
"about_x_months"=>
 {"one"=>"rundt 1 måned", "other"=>"rundt %{count} måneder"},
"about_x_years"=>{"one"=>"rundt 1 år", "other"=>"rundt %{count} år"},
"almost_x_years"=>{"one"=>"nesten 1 år", "other"=>"nesten %{count} år"},
"half_a_minute"=>"et halvt minutt",
"less_than_x_minutes"=>
 {"one"=>"mindre enn 1 minutt", "other"=>"mindre enn %{count} minutter"},
"less_than_x_seconds"=>
 {"one"=>"mindre enn 1 sekund", "other"=>"mindre enn %{count} sekunder"},
"over_x_years"=>{"one"=>"over 1 år", "other"=>"over %{count} år"},
"x_days"=>{"one"=>"1 dag", "other"=>"%{count} dager"},
"x_minutes"=>{"one"=>"1 minutt", "other"=>"%{count} minutter"},
"x_months"=>{"one"=>"1 måned", "other"=>"%{count} måneder"},
"x_seconds"=>{"one"=>"1 sekund", "other"=>"%{count} sekunder"}},
   "prompts"=>
    {"day"=>"Dag",
"hour"=>"Time",
"minute"=>"Minutt",
"month"=>"Måned",
"second"=>"Sekund",
"year"=>"År"}}}
Locale_ne =
{"date"=>
  {"abbr_day_names"=>["आईत", "सोम", "मंगल", "बुध", "बिही", "शुक्र", "शनि"],
   "abbr_month_names"=>
    [nil,
"जन.",
"फेब्रु.",
"मार्च",
"अप्रिल",
"मई",
"जुन",
"जुलाई",
"अगष्ट",
"सेप्ट.",
"अक्टो.",
"नोभ.",
"डिसे."],
   "day_names"=>
    ["आईतबार", "सोमबार", "मंगलबार", "बुधबार", "बिहीबार", "शुक्रबार", "शनिबार"],
   "formats"=>{"default"=>"%Y-%m-%d", "long"=>"%B %d, %Y", "short"=>"%b %d"},
   "month_names"=>
    [nil,
"जनवरी",
"फेब्रुवरी",
"मार्च",
"अप्रिल",
"मई",
"जुन",
"जुलाई",
"अगष्ट",
"सेप्टेम्बार",
"अक्टोबर",
"नोभेम्बर",
"डिसेम्बर"],
   "order"=>[:year, :month, :day]},
 "time"=>
  {"am"=>"बिहान",
   "formats"=>
    {"default"=>"%a, %d %b %Y %H:%M:%S %z",
"long"=>"%B %d, %Y %H:%M",
"short"=>"%d %b %H:%M",
"time"=>"%H:%M:%S %z"},
   "pm"=>"बेलुका"},
 "datetime"=>
  {"distance_in_words"=>
    {"about_x_hours"=>{"one"=>"लगभग 1 घण्टा", "other"=>"लगभग %{count} घण्टा"},
"about_x_months"=>{"one"=>"लगभग 1 महिना", "other"=>"लगभग %{count} महिना"},
"about_x_years"=>{"one"=>"लगभग 1 बर्ष", "other"=>"लगभग %{count} बर्ष"},
"almost_x_years"=>{"one"=>"झण्डै 1 बर्ष", "other"=>"झण्डै %{count} बर्ष"},
"half_a_minute"=>"आधा मिनेट",
"less_than_x_minutes"=>
 {"one"=>"1 मिनेटभन्दा कम्ति", "other"=>"%{count} मिनेटभन्दा कम्ति"},
"less_than_x_seconds"=>
 {"one"=>"1 सेकेण्डभन्दा कम्ति", "other"=>"%{count} सेकेण्डभन्दा कम्ति"},
"over_x_years"=>
 {"one"=>"1 बर्षभन्दा बेसी", "other"=>"%{count} बर्षभन्दा बेसी"},
"x_days"=>{"one"=>"1 दिन", "other"=>"%{count} दिन"},
"x_minutes"=>{"one"=>"1 मिनेट", "other"=>"%{count} मिनेट"},
"x_months"=>{"one"=>"1 महिना", "other"=>"%{count} महिना"},
"x_seconds"=>{"one"=>"1 सेकेण्ड", "other"=>"%{count} सेकेण्ड"}},
   "prompts"=>
    {"day"=>"दिन",
"hour"=>"घण्टा",
"minute"=>"मिनेट",
"month"=>"महिना",
"second"=>"सेकेण्ड",
"year"=>"बर्ष"}}}
Locale_nl =
{"date"=>
  {"abbr_day_names"=>["zo", "ma", "di", "wo", "do", "vr", "za"],
   "abbr_month_names"=>
    [nil,
"jan",
"feb",
"mar",
"apr",
"mei",
"jun",
"jul",
"aug",
"sep",
"okt",
"nov",
"dec"],
   "day_names"=>
    ["zondag",
"maandag",
"dinsdag",
"woensdag",
"donderdag",
"vrijdag",
"zaterdag"],
   "formats"=>{"default"=>"%d-%m-%Y", "long"=>"%e %B %Y", "short"=>"%e %b"},
   "month_names"=>
    [nil,
"januari",
"februari",
"maart",
"april",
"mei",
"juni",
"juli",
"augustus",
"september",
"oktober",
"november",
"december"],
   "order"=>[:day, :month, :year]},
 "time"=>
  {"am"=>"'s ochtends",
   "formats"=>
    {"default"=>"%a %d %b %Y %H:%M:%S %Z",
"long"=>"%d %B %Y %H:%M",
"short"=>"%d %b %H:%M",
"time"=>"%H:%M:%S %Z"},
   "pm"=>"'s middags"},
 "datetime"=>
  {"distance_in_words"=>
    {"about_x_hours"=>
 {"one"=>"ongeveer een uur", "other"=>"ongeveer %{count} uur"},
"about_x_months"=>
 {"one"=>"ongeveer een maand", "other"=>"ongeveer %{count} maanden"},
"about_x_years"=>
 {"one"=>"ongeveer een jaar", "other"=>"ongeveer %{count} jaar"},
"almost_x_years"=>
 {"one"=>"bijna een jaar", "other"=>"bijna %{count} jaar"},
"half_a_minute"=>"een halve minuut",
"less_than_x_minutes"=>
 {"one"=>"minder dan een minuut", "other"=>"minder dan %{count} minuten"},
"less_than_x_seconds"=>
 {"one"=>"minder dan een seconde",
  "other"=>"minder dan %{count} seconden"},
"over_x_years"=>
 {"one"=>"meer dan een jaar", "other"=>"meer dan %{count} jaar"},
"x_days"=>{"one"=>"1 dag", "other"=>"%{count} dagen"},
"x_minutes"=>{"one"=>"1 minuut", "other"=>"%{count} minuten"},
"x_months"=>{"one"=>"1 maand", "other"=>"%{count} maanden"},
"x_seconds"=>{"one"=>"1 seconde", "other"=>"%{count} seconden"}},
   "prompts"=>
    {"day"=>"dag",
"hour"=>"uur",
"minute"=>"minuut",
"month"=>"maand",
"second"=>"seconde",
"year"=>"jaar"}}}
Locale_nn =
{"date"=>
  {"abbr_day_names"=>["sun", "mån", "tys", "ons", "tor", "fre", "lau"],
   "abbr_month_names"=>
    [nil,
"jan",
"feb",
"mar",
"apr",
"mai",
"jun",
"jul",
"aug",
"sep",
"okt",
"nov",
"des"],
   "day_names"=>
    ["sundag", "måndag", "tysdag", "onsdag", "torsdag", "fredag", "laurdag"],
   "formats"=>{"default"=>"%d.%m.%Y", "long"=>"%e. %B %Y", "short"=>"%e. %b"},
   "month_names"=>
    [nil,
"januar",
"februar",
"mars",
"april",
"mai",
"juni",
"juli",
"august",
"september",
"oktober",
"november",
"desember"],
   "order"=>[:day, :month, :year]},
 "time"=>
  {"am"=>"",
   "formats"=>
    {"default"=>"%A, %e. %B %Y, %H:%M",
"long"=>"%A, %e. %B %Y, %H:%M",
"short"=>"%e. %B, %H:%M",
"time"=>"%H:%M"},
   "pm"=>""},
 "datetime"=>
  {"distance_in_words"=>
    {"about_x_hours"=>{"one"=>"rundt 1 time", "other"=>"rundt %{count} timar"},
"about_x_months"=>
 {"one"=>"rundt 1 månad", "other"=>"rundt %{count} månader"},
"about_x_years"=>{"one"=>"rundt 1 år", "other"=>"rundt %{count} år"},
"half_a_minute"=>"eit halvt minutt",
"less_than_x_minutes"=>
 {"one"=>"mindre enn 1 minutt", "other"=>"mindre enn %{count} minutt"},
"less_than_x_seconds"=>
 {"one"=>"mindre enn 1 sekund", "other"=>"mindre enn %{count} sekund"},
"over_x_years"=>{"one"=>"over 1 år", "other"=>"over %{count} år"},
"x_days"=>{"one"=>"1 dag", "other"=>"%{count} dagar"},
"x_minutes"=>{"one"=>"1 minutt", "other"=>"%{count} minutt"},
"x_months"=>{"one"=>"1 månad", "other"=>"%{count} månader"},
"x_seconds"=>{"one"=>"1 sekund", "other"=>"%{count} sekund"}}}}
Locale_or =
{"date"=>
  {"abbr_day_names"=>["ରବି", "ସୋମ", "ମଂଗଳ", "ବୁଧ", "ଗୁରୁ", "ଶୁକ୍ର", "ଶନି"],
   "abbr_month_names"=>
    [nil,
"ଜାନୁ",
"ଫେବରୁ",
"ମାର",
"ଏପ୍ର",
"ମାଈ",
"ଜୁନ୍",
"ଜୁଲ୍",
"ଅଗସ୍ଟ",
"ସେପ୍ଟ",
"ଅକ୍ଟ",
"ନୋଭ",
"ଡିସ୍"],
   "day_names"=>
    ["ରବିବାର", "ସୋମବାର", "ମଗଂଳବାର", "ବୁଧବାର", "ଗୁରୁବାର", "ଶୁକ୍ରବାର", "ଶନିବାର"],
   "formats"=>{"default"=>"%Y-%m-%d", "long"=>"%B %d, %Y", "short"=>"%b %d"},
   "month_names"=>
    [nil,
"ଜାନୁୟାରୀ",
"ଫେବୃୟାରୀ",
"ମାର୍ଚ଼",
"ଏପ୍ରଲ",
"ମାଈ",
"ଜୁନ୍",
"ଜୁଲାୟ",
"ଅଗଷ୍ତ",
"ସେପ୍ଟମ୍ବର୍",
"ଅକ୍ଟୋବର୍",
"ନୋଭେମ୍ବର",
"ଡିସମ୍ବର"],
   "order"=>[:year, :month, :day]},
 "time"=>
  {"am"=>"ପୁର୍ଵାହ୍ନ",
   "formats"=>
    {"default"=>"%a, %d %b %Y %H:%M:%S %z",
"long"=>"%B %d, %Y %H:%M",
"short"=>"%d %b %H:%M",
"time"=>"%H:%M:%S %z"},
   "pm"=>"ଅପରାହ୍ନ"},
 "datetime"=>
  {"distance_in_words"=>
    {"about_x_hours"=>
 {"one"=>"ପାଖାପାଖି 1 ଘଣ୍ତ", "other"=>"ପାଖାପାଖି %{count} ଘଣ୍ତ"},
"about_x_months"=>
 {"one"=>"ପାଖାପାଖି 1 ମାସ", "other"=>"ପାଖାପାଖି %{count} ମାସ"},
"about_x_years"=>
 {"one"=>"ପାଖାପାଖି 1 year", "other"=>"ପାଖାପାଖି %{count} years"},
"almost_x_years"=>
 {"one"=>"ଅଳ୍ପ ଉଣ 1 ବର୍ଷ", "other"=>"ଅଳ୍ପ ଉଣ %{count} ବର୍ଷ"},
"half_a_minute"=>"ଦେଢ ମିନଟ୍",
"less_than_x_minutes"=>
 {"one"=>"1 ମିନଟ ବାକ", "other"=>"%{count} ମିନଟ ବାକ"},
"less_than_x_seconds"=>
 {"one"=>"1 ସେକଣ୍ଢ ବାକ", "other"=>"%{count} ସେକଣ୍ଢ ବାକ"},
"over_x_years"=>{"one"=>"1 ବର୍ଷରୁ ଅଧିକ", "other"=>"%{count} ବର୍ଷରୁ ଅଧିକ"},
"x_days"=>{"one"=>"1  ଦିନ", "other"=>"%{count} ଦିନ"},
"x_minutes"=>{"one"=>"1 ମିନଟ", "other"=>"%{count} ମିନଟ"},
"x_months"=>{"one"=>"1 ମାସ", "other"=>"%{count} ମାସ"},
"x_seconds"=>{"one"=>"1 ସେକଣ୍ଢ", "other"=>"%{count} ସେକଣ୍ଢ"}},
   "prompts"=>
    {"day"=>"ଦିନ",
"hour"=>"ଘଣ୍ତ",
"minute"=>"ମିନଟ",
"month"=>"ମାସ",
"second"=>"ସେକଣ୍ଢ",
"year"=>"ବର୍ଷ"}}}
Locale_pl =
{"date"=>
  {"abbr_day_names"=>["nie", "pon", "wto", "śro", "czw", "pią", "sob"],
   "abbr_month_names"=>
    [nil,
"sty",
"lut",
"mar",
"kwi",
"maj",
"cze",
"lip",
"sie",
"wrz",
"paź",
"lis",
"gru"],
   "day_names"=>
    ["niedziela",
"poniedziałek",
"wtorek",
"środa",
"czwartek",
"piątek",
"sobota"],
   "formats"=>{"default"=>"%d-%m-%Y", "long"=>"%B %d, %Y", "short"=>"%d %b"},
   "month_names"=>
    [nil,
"styczeń",
"luty",
"marzec",
"kwiecień",
"maj",
"czerwiec",
"lipiec",
"sierpień",
"wrzesień",
"październik",
"listopad",
"grudzień"],
   "order"=>[:day, :month, :year]},
 "time"=>
  {"am"=>"przed południem",
   "formats"=>
    {"default"=>"%a, %d %b %Y %H:%M:%S %z",
"long"=>"%B %d, %Y %H:%M",
"short"=>"%d %b %H:%M",
"time"=>"%H:%M:%S %z"},
   "pm"=>"po południu"},
 "datetime"=>
  {"distance_in_words"=>
    {"about_x_hours"=>
 {"few"=>"około %{count} godziny",
  "one"=>"około godziny",
  "other"=>"około %{count} godzin",
  "many"=>"około %{count} godzin"},
"about_x_months"=>
 {"few"=>"około %{count} miesiące",
  "one"=>"około miesiąca",
  "other"=>"około %{count} miesięcy",
  "many"=>"około %{count} miesięcy"},
"about_x_years"=>
 {"few"=>"około %{count} lata",
  "one"=>"około rok",
  "other"=>"około %{count} lat",
  "many"=>"około %{count} lat"},
"almost_x_years"=>
 {"few"=>"prawie %{count} lata",
  "one"=>"prawie rok",
  "other"=>"prawie %{count} lat",
  "many"=>"prawie %{count} lat"},
"half_a_minute"=>"pół minuty",
"less_than_x_minutes"=>
 {"few"=>"mniej niż %{count} minuty",
  "one"=>"mniej niż minutę",
  "other"=>"mniej niż %{count} minut",
  "many"=>"mniej niż %{count} minut"},
"less_than_x_seconds"=>
 {"few"=>"mniej niż %{count} sekundy",
  "one"=>"mniej niż sekundę",
  "other"=>"mniej niż %{count} sekund",
  "many"=>"mniej niż %{count} sekund"},
"over_x_years"=>
 {"few"=>"ponad %{count} lata",
  "one"=>"ponad rok",
  "other"=>"ponad %{count} lat",
  "many"=>"ponad %{count} lat"},
"x_days"=>
 {"few"=>"%{count} dni",
  "one"=>"1 dzień",
  "other"=>"%{count} dni",
  "many"=>"%{count} dni"},
"x_minutes"=>
 {"few"=>"%{count} minuty",
  "one"=>"1 minuta",
  "other"=>"%{count} minut",
  "many"=>"%{count} minut"},
"x_months"=>
 {"few"=>"%{count} miesiące",
  "one"=>"1 miesiąc",
  "other"=>"%{count} miesięcy",
  "many"=>"%{count} miesięcy"},
"x_seconds"=>
 {"few"=>"%{count} sekundy",
  "one"=>"1 sekunda",
  "other"=>"%{count} sekund",
  "many"=>"%{count} sekund"}},
   "prompts"=>
    {"day"=>"Dzień",
"hour"=>"Godzina",
"minute"=>"Minuta",
"month"=>"Miesiąc",
"second"=>"Sekundy",
"year"=>"Rok"}}}
Locale_pt =
{"date"=>
  {"abbr_day_names"=>["Dom", "Seg", "Ter", "Qua", "Qui", "Sex", "Sáb"],
   "abbr_month_names"=>
    [nil,
"Jan",
"Fev",
"Mar",
"Abr",
"Mai",
"Jun",
"Jul",
"Ago",
"Set",
"Out",
"Nov",
"Dez"],
   "day_names"=>
    ["Domingo", "Segunda", "Terça", "Quarta", "Quinta", "Sexta", "Sábado"],
   "formats"=>
    {"default"=>"%d/%m/%Y", "long"=>"%d de %B de %Y", "short"=>"%d de %B"},
   "month_names"=>
    [nil,
"Janeiro",
"Fevereiro",
"Março",
"Abril",
"Maio",
"Junho",
"Julho",
"Agosto",
"Setembro",
"Outubro",
"Novembro",
"Dezembro"],
   "order"=>[:day, :month, :year]},
 "time"=>
  {"am"=>"am",
   "formats"=>
    {"default"=>"%A, %d de %B de %Y, %H:%Mh",
"long"=>"%A, %d de %B de %Y, %H:%Mh",
"short"=>"%d/%m, %H:%M hs",
"time"=>"%H:%Mh"},
   "pm"=>"pm"},
 "datetime"=>
  {"distance_in_words"=>
    {"about_x_hours"=>
 {"one"=>"aproximadamente 1 hora",
  "other"=>"aproximadamente %{count} horas"},
"about_x_months"=>
 {"one"=>"aproximadamente 1 mês",
  "other"=>"aproximadamente %{count} meses"},
"about_x_years"=>
 {"one"=>"aproximadamente 1 ano",
  "other"=>"aproximadamente %{count} anos"},
"almost_x_years"=>{"one"=>"quase 1 ano", "other"=>"quase %{count} anos"},
"half_a_minute"=>"meio minuto",
"less_than_x_minutes"=>
 {"one"=>"menos de um minuto", "other"=>"menos de %{count} minutos"},
"less_than_x_seconds"=>
 {"one"=>"menos de 1 segundo", "other"=>"menos de %{count} segundos"},
"over_x_years"=>
 {"one"=>"mais de 1 ano", "other"=>"mais de %{count} anos"},
"x_days"=>{"one"=>"1 dia", "other"=>"%{count} dias"},
"x_minutes"=>{"one"=>"1 minuto", "other"=>"%{count} minutos"},
"x_months"=>{"one"=>"1 mês", "other"=>"%{count} meses"},
"x_seconds"=>{"one"=>"1 segundo", "other"=>"%{count} segundos"}},
   "prompts"=>
    {"day"=>"Dia",
"hour"=>"Hora",
"minute"=>"Minuto",
"month"=>"Mês",
"second"=>"Segundo",
"year"=>"Ano"}}}
Locale_rm =
{"date"=>
  {"abbr_day_names"=>["du", "gli", "ma", "me", "gie", "ve", "so"],
   "abbr_month_names"=>
    [nil,
"schan",
"favr",
"mars",
"avr",
"matg",
"zercl",
"fan",
"avust",
"sett",
"oct",
"nov",
"dec"],
   "day_names"=>
    ["dumengia",
"glindesdi",
"mardi",
"mesemna",
"gievgia",
"venderdi",
"sonda"],
   "formats"=>{"default"=>"%d.%m.%Y", "long"=>"%e. %B %Y", "short"=>"%e. %b"},
   "month_names"=>
    [nil,
"schaner",
"favrer",
"mars",
"avrigl",
"matg",
"zercladur",
"fanadur",
"avust",
"settember",
"october",
"november",
"december"],
   "order"=>[:day, :month, :year]},
 "time"=>
  {"am"=>"avantmezdi",
   "formats"=>
    {"default"=>"%A, %d. %B %Y, %H:%M Uhr",
"long"=>"%A, %d. %B %Y, %H:%M Uhr",
"short"=>"%d. %B, %H:%M Uhr",
"time"=>"%H:%M Uhr"},
   "pm"=>"suentermezdi"},
 "datetime"=>
  {"distance_in_words"=>
    {"about_x_hours"=>
 {"zero"=>"circa %{count} uras",
  "one"=>"circa in'ura",
  "two"=>"circa %{count} uras",
  "few"=>"circa %{count} uras",
  "many"=>"circa %{count} uras",
  "other"=>"circa %{count} uras"},
"about_x_months"=>
 {"zero"=>"circa %{count} mais",
  "one"=>"circa in mais",
  "two"=>"circa %{count} mais",
  "few"=>"circa %{count} mais",
  "many"=>"circa %{count} mais",
  "other"=>"circa %{count} mais"},
"about_x_years"=>
 {"zero"=>"circa %{count} onns",
  "one"=>"circa in onn",
  "two"=>"circa %{count} onns",
  "few"=>"circa %{count} onns",
  "many"=>"circa %{count} onns",
  "other"=>"circa %{count} onns"},
"half_a_minute"=>"ina mesa minuta",
"less_than_x_minutes"=>
 {"zero"=>"main che %{count} minutas",
  "one"=>"main ch’ina minuta",
  "two"=>"main che %{count} minutas",
  "few"=>"main che %{count} minutas",
  "many"=>"main che %{count} minutas",
  "other"=>"main che %{count} minutas"},
"less_than_x_seconds"=>
 {"zero"=>"main che %{count} secundas",
  "one"=>"main ch’ina secunda",
  "two"=>"main che %{count} secundas",
  "few"=>"main che %{count} secundas",
  "many"=>"main che %{count} secundas",
  "other"=>"main che %{count} secundas"},
"over_x_years"=>
 {"zero"=>"dapli che %{count} onns",
  "one"=>"dapli ch'in onn",
  "two"=>"dapli che %{count} onns",
  "few"=>"dapli che %{count} onns",
  "many"=>"dapli che %{count} onns",
  "other"=>"dapli che %{count} onns"},
"x_days"=>
 {"zero"=>"%{count} dis",
  "one"=>"in di",
  "two"=>"%{count} dis",
  "few"=>"%{count} dis",
  "many"=>"%{count} dis",
  "other"=>"%{count} dis"},
"x_minutes"=>
 {"zero"=>"%{count} minutas",
  "one"=>"1 minuta",
  "two"=>"%{count} minutas",
  "few"=>"%{count} minutas",
  "many"=>"%{count} minutas",
  "other"=>"%{count} minutas"},
"x_months"=>
 {"zero"=>"%{count} mais",
  "one"=>"in mais",
  "two"=>"%{count} mais",
  "few"=>"%{count} mais",
  "many"=>"%{count} mais",
  "other"=>"%{count} mais"},
"x_seconds"=>
 {"zero"=>"%{count} secundas",
  "one"=>"ina secunda",
  "two"=>"%{count} secundas",
  "few"=>"%{count} secundas",
  "many"=>"%{count} secundas",
  "other"=>"%{count} secundas"}},
   "prompts"=>
    {"day"=>"dis",
"hour"=>"uras",
"minute"=>"minutas",
"month"=>"mais",
"second"=>"secundas",
"year"=>"onns"}}}
Locale_ro =
{"date"=>
  {"abbr_day_names"=>["Dum", "Lun", "Mar", "Mie", "Joi", "Vin", "Sâm"],
   "abbr_month_names"=>
    [nil,
"Ian",
"Feb",
"Mar",
"Apr",
"Mai",
"Iun",
"Iul",
"Aug",
"Sep",
"Oct",
"Noi",
"Dec"],
   "day_names"=>
    ["Duminică", "Luni", "Marți", "Miercuri", "Joi", "Vineri", "Sâmbată"],
   "formats"=>{"default"=>"%d-%m-%Y", "long"=>"%d %B %Y", "short"=>"%d %b"},
   "month_names"=>
    [nil,
"Ianuarie",
"Februarie",
"Martie",
"Aprilie",
"Mai",
"Iunie",
"Iulie",
"August",
"Septembrie",
"Octombrie",
"Noiembrie",
"Decembrie"],
   "order"=>[:day, :month, :year]},
 "time"=>
  {"am"=>"",
   "formats"=>
    {"default"=>"%a %d %b %Y, %H:%M:%S %z",
"long"=>"%d %B %Y %H:%M",
"short"=>"%d %b %H:%M",
"time"=>"%H:%M:%S %z"},
   "pm"=>""},
 "datetime"=>
  {"distance_in_words"=>
    {"about_x_hours"=>
 {"one"=>"aproximativ o oră",
  "few"=>"aproximativ %{count} ore",
  "other"=>"aproximativ %{count} ore"},
"about_x_months"=>
 {"one"=>"aproximativ o lună",
  "few"=>"aproximativ %{count} luni",
  "other"=>"aproximativ %{count} luni"},
"about_x_years"=>
 {"one"=>"aproximativ un an",
  "few"=>"aproximativ %{count} ani",
  "other"=>"aproximativ %{count} ani"},
"almost_x_years"=>
 {"one"=>"aproape 1 an",
  "few"=>"aproape %{count} ani",
  "other"=>"aproape %{count} ani"},
"half_a_minute"=>"jumătate de minut",
"less_than_x_minutes"=>
 {"one"=>"mai puțin de un minut",
  "few"=>"mai puțin de %{count} minute",
  "other"=>"mai puțin de %{count} minute"},
"less_than_x_seconds"=>
 {"one"=>"mai puțin de o secundă",
  "few"=>"mai puțin de %{count} secunde",
  "other"=>"mai puțin de %{count} secunde"},
"over_x_years"=>
 {"one"=>"mai mult de un an",
  "few"=>"mai mult de %{count} ani",
  "other"=>"mai mult de %{count} ani"},
"x_days"=>
 {"one"=>"1 zi", "few"=>"%{count} zile", "other"=>"%{count} zile"},
"x_minutes"=>
 {"one"=>"1 minut", "few"=>"%{count} minute", "other"=>"%{count} minute"},
"x_months"=>
 {"one"=>"1 lună", "few"=>"%{count} luni", "other"=>"%{count} luni"},
"x_seconds"=>
 {"one"=>"1 secundă",
  "few"=>"%{count} secunde",
  "other"=>"%{count} secunde"}},
   "prompts"=>
    {"day"=>"Ziua",
"hour"=>"Ora",
"minute"=>"Minutul",
"month"=>"Luna",
"second"=>"Secunda",
"year"=>"Anul"}}}
Locale_ru =
{"date"=>
  {"abbr_day_names"=>["Вс", "Пн", "Вт", "Ср", "Чт", "Пт", "Сб"],
   "abbr_month_names"=>
    [nil,
"янв.",
"февр.",
"марта",
"апр.",
"мая",
"июня",
"июля",
"авг.",
"сент.",
"окт.",
"нояб.",
"дек."],
   "day_names"=>
    ["воскресенье",
"понедельник",
"вторник",
"среда",
"четверг",
"пятница",
"суббота"],
   "formats"=>{"default"=>"%d.%m.%Y", "long"=>"%-d %B %Y", "short"=>"%-d %b"},
   "month_names"=>
    [nil,
"января",
"февраля",
"марта",
"апреля",
"мая",
"июня",
"июля",
"августа",
"сентября",
"октября",
"ноября",
"декабря"],
   "order"=>[:day, :month, :year]},
 "time"=>
  {"am"=>"утра",
   "formats"=>
    {"default"=>"%a, %d %b %Y, %H:%M:%S %z",
"long"=>"%d %B %Y, %H:%M",
"short"=>"%d %b, %H:%M",
"time"=>"%H:%M:%S %z"},
   "pm"=>"вечера"},
 "datetime"=>
  {"distance_in_words"=>
    {"about_x_hours"=>
 {"few"=>"около %{count} часов",
  "many"=>"около %{count} часов",
  "one"=>"около %{count} часа",
  "other"=>"около %{count} часа"},
"about_x_months"=>
 {"few"=>"около %{count} месяцев",
  "many"=>"около %{count} месяцев",
  "one"=>"около %{count} месяца",
  "other"=>"около %{count} месяца"},
"about_x_years"=>
 {"few"=>"около %{count} лет",
  "many"=>"около %{count} лет",
  "one"=>"около %{count} года",
  "other"=>"около %{count} лет"},
"almost_x_years"=>
 {"one"=>"почти 1 год",
  "few"=>"почти %{count} года",
  "many"=>"почти %{count} лет",
  "other"=>"почти %{count} лет"},
"half_a_minute"=>"меньше минуты",
"less_than_x_minutes"=>
 {"few"=>"меньше %{count} минут",
  "many"=>"меньше %{count} минут",
  "one"=>"меньше %{count} минуты",
  "other"=>"меньше %{count} минуты"},
"less_than_x_seconds"=>
 {"few"=>"меньше %{count} секунд",
  "many"=>"меньше %{count} секунд",
  "one"=>"меньше %{count} секунды",
  "other"=>"меньше %{count} секунды"},
"over_x_years"=>
 {"few"=>"больше %{count} лет",
  "many"=>"больше %{count} лет",
  "one"=>"больше %{count} года",
  "other"=>"больше %{count} лет"},
"x_days"=>
 {"few"=>"%{count} дня",
  "many"=>"%{count} дней",
  "one"=>"%{count} день",
  "other"=>"%{count} дня"},
"x_minutes"=>
 {"few"=>"%{count} минуты",
  "many"=>"%{count} минут",
  "one"=>"%{count} минуту",
  "other"=>"%{count} минуты"},
"x_months"=>
 {"few"=>"%{count} месяца",
  "many"=>"%{count} месяцев",
  "one"=>"%{count} месяц",
  "other"=>"%{count} месяца"},
"x_seconds"=>
 {"few"=>"%{count} секунды",
  "many"=>"%{count} секунд",
  "one"=>"%{count} секундy",
  "other"=>"%{count} секунды"}},
   "prompts"=>
    {"day"=>"День",
"hour"=>"Часов",
"minute"=>"Минут",
"month"=>"Месяц",
"second"=>"Секунд",
"year"=>"Год"}}}
Locale_sk =
{"date"=>
  {"abbr_day_names"=>["Ne", "Po", "Ut", "St", "Št", "Pi", "So"],
   "abbr_month_names"=>
    [nil,
"Jan",
"Feb",
"Mar",
"Apr",
"Máj",
"Jún",
"Júl",
"Aug",
"Sep",
"Okt",
"Nov",
"Dec"],
   "day_names"=>
    ["Nedeľa", "Pondelok", "Utorok", "Streda", "Štvrtok", "Piatok", "Sobota"],
   "formats"=>{"default"=>"%d.%m.%Y", "long"=>"%d. %B %Y", "short"=>"%d %b"},
   "month_names"=>
    [nil,
"Január",
"Február",
"Marec",
"Apríl",
"Máj",
"Jún",
"Júl",
"August",
"September",
"Október",
"November",
"December"],
   "order"=>[:day, :month, :year]},
 "time"=>
  {"am"=>"dopoludnia",
   "formats"=>
    {"default"=>"%a %d. %B %Y %H:%M %z",
"long"=>"%A %d. %B %Y %H:%M",
"short"=>"%d.%m. %H:%M",
"time"=>"%H:%M %z"},
   "pm"=>"popoludní"},
 "datetime"=>
  {"distance_in_words"=>
    {"about_x_hours"=>
 {"one"=>"asi hodinou",
  "few"=>"asi %{count} hodinami",
  "other"=>"asi %{count} hodinami"},
"about_x_months"=>
 {"one"=>"asi mesiacom",
  "few"=>"asi %{count} mesiacmi",
  "other"=>"asi %{count} mesiacmi"},
"about_x_years"=>
 {"one"=>"asi rokom",
  "few"=>"asi %{count} rokmi",
  "other"=>"asi %{count} rokmi"},
"almost_x_years"=>
 {"one"=>"takmer rokom",
  "few"=>"takmer %{count} rokmi",
  "other"=>"takmer %{count} rokmi"},
"half_a_minute"=>"pol minútou",
"less_than_x_minutes"=>
 {"one"=>"necelou minútou",
  "few"=>"necelými %{count} minútami",
  "other"=>"necelými %{count} minútami"},
"less_than_x_seconds"=>
 {"one"=>"necelou sekundou",
  "few"=>"necelými %{count} sekundami",
  "other"=>"necelými %{count} sekundami"},
"over_x_years"=>
 {"one"=>"viac ako rokom",
  "few"=>"viac ako %{count} rokmi",
  "other"=>"viac ako %{count} rokmi"},
"x_days"=>
 {"one"=>"dňom", "few"=>"%{count} dňami", "other"=>"%{count} dňami"},
"x_minutes"=>
 {"one"=>"minútou",
  "few"=>"%{count} minútami",
  "other"=>"%{count} minútami"},
"x_months"=>
 {"one"=>"mesiacom",
  "few"=>"%{count} mesiacmi",
  "other"=>"%{count} mesiacmi"},
"x_seconds"=>
 {"one"=>"sekundou",
  "few"=>"%{count} sekundami",
  "other"=>"%{count} sekundami"}},
   "prompts"=>
    {"day"=>"Deň",
"hour"=>"Hodina",
"minute"=>"Minúta",
"month"=>"Mesiac",
"second"=>"Sekunda",
"year"=>"Rok"}}}
Locale_sl =
{"date"=>
  {"abbr_day_names"=>["ned", "pon", "tor", "sre", "čet", "pet", "sob"],
   "abbr_month_names"=>
    [nil,
"jan",
"feb",
"mar",
"apr",
"maj",
"jun",
"jul",
"avg",
"sep",
"okt",
"nov",
"dec"],
   "day_names"=>
    ["nedelja", "ponedeljek", "torek", "sreda", "četrtek", "petek", "sobota"],
   "formats"=>{"default"=>"%d.%m.%Y", "long"=>"%d. %b %Y", "short"=>"%d. %b"},
   "month_names"=>
    [nil,
"januar",
"februar",
"marec",
"april",
"maj",
"junij",
"julij",
"avgust",
"september",
"oktober",
"november",
"december"],
   "order"=>[:day, :month, :year]},
 "time"=>
  {"am"=>"dopoldan",
   "formats"=>
    {"default"=>"%A, %d %b %Y ob %H:%M:%S",
"long"=>"%d. %B, %Y ob %H:%M",
"short"=>"%d. %b ob %H:%M",
"time"=>"%H:%M:%S"},
   "pm"=>"popoldan"},
 "datetime"=>
  {"distance_in_words"=>
    {"about_x_hours"=>
 {"few"=>"okoli %{count} ure",
  "one"=>"okoli 1 ura",
  "other"=>"okoli %{count} ur",
  "two"=>"okoli 2 uri"},
"about_x_months"=>
 {"few"=>"okoli %{count} mesece",
  "one"=>"okoli 1 mesec",
  "other"=>"okoli %{count} mesecev",
  "two"=>"okoli 2 meseca"},
"about_x_years"=>
 {"few"=>"okoli %{count} leta",
  "one"=>"okoli 1 leto",
  "other"=>"okoli %{count} let",
  "two"=>"okoli 2 leti"},
"almost_x_years"=>
 {"few"=>"skoraj %{count} leta",
  "one"=>"skoraj 1 leto",
  "other"=>"skoraj %{count} let",
  "two"=>"skoraj 2 leti"},
"half_a_minute"=>"pol minute",
"less_than_x_minutes"=>
 {"few"=>"manj kot %{count} minute",
  "one"=>"manj kot ena minuta",
  "other"=>"manj kot %{count} minut",
  "two"=>"manj kot dve minuti"},
"less_than_x_seconds"=>
 {"few"=>"manj kot %{count} sekunde",
  "one"=>"manj kot 1 sekunda",
  "other"=>"manj kot %{count} sekund",
  "two"=>"manj kot 2 sekundi"},
"over_x_years"=>
 {"few"=>"več kot %{count} leta",
  "one"=>"več kot 1 leto",
  "other"=>"več kot %{count} let",
  "two"=>"več kot 2 leti"},
"x_days"=>
 {"few"=>"%{count} dnevi",
  "one"=>"1 dan",
  "other"=>"%{count} dni",
  "two"=>"2 dneva"},
"x_minutes"=>
 {"few"=>"%{count} minute",
  "one"=>"1 minuta",
  "other"=>"%{count} minut",
  "two"=>"2 minuti"},
"x_months"=>
 {"few"=>"%{count} mesece",
  "one"=>"1 mesec",
  "other"=>"%{count} mesecev",
  "two"=>"2 meseca"},
"x_seconds"=>
 {"few"=>"%{count} sekunde",
  "one"=>"1 sekunda",
  "other"=>"%{count} sekund",
  "two"=>"2 sekundi"}},
   "prompts"=>
    {"day"=>"Dan",
"hour"=>"Ura",
"minute"=>"Minute",
"month"=>"Mesec",
"second"=>"Sekunde",
"year"=>"Leto"}}}
Locale_sr =
{"date"=>
  {"abbr_day_names"=>["Нед", "Пон", "Уто", "Сре", "Чет", "Пет", "Суб"],
   "abbr_month_names"=>
    [nil,
"Јан",
"Феб",
"Мар",
"Апр",
"Мај",
"Јун",
"Јул",
"Авг",
"Сеп",
"Окт",
"Нов",
"Дец"],
   "day_names"=>
    ["Недеља", "Понедељак", "Уторак", "Среда", "Четвртак", "Петак", "Субота"],
   "formats"=>{"default"=>"%d/%m/%Y", "long"=>"%B %e, %Y", "short"=>"%e %b"},
   "month_names"=>
    [nil,
"Јануар",
"Фабруар",
"Март",
"Април",
"Мај",
"Јун",
"Јул",
"Август",
"Септембар",
"Октобар",
"Новембар",
"Децембар"],
   "order"=>[:day, :month, :year]},
 "time"=>
  {"am"=>"АМ",
   "formats"=>
    {"default"=>"%a %b %d %H:%M:%S %Z %Y",
"long"=>"%B %d, %Y %H:%M",
"short"=>"%d %b %H:%M",
"time"=>"%H:%M:%S %Z"},
   "pm"=>"ПМ"},
 "datetime"=>
  {"distance_in_words"=>
    {"about_x_hours"=>
 {"one"=>"око %{count} сат",
  "few"=>"око %{count} сата",
  "many"=>"око %{count} сати",
  "other"=>"око %{count} сати"},
"about_x_months"=>
 {"one"=>"око %{count} месец",
  "few"=>"око %{count} месеца",
  "many"=>"око %{count} месеци",
  "other"=>"око %{count} месеци"},
"about_x_years"=>
 {"one"=>"око %{count} године",
  "few"=>"око %{count} године",
  "many"=>"око %{count} година",
  "other"=>"око %{count} година"},
"almost_x_years"=>
 {"one"=>"скоро %{count} година",
  "few"=>"скоро %{count} године",
  "many"=>"скоро %{count} година",
  "other"=>"скоро %{count} година"},
"half_a_minute"=>"пола минуте",
"less_than_x_minutes"=>
 {"one"=>"мање од %{count} минут",
  "few"=>"мање од %{count} минута",
  "many"=>"мање од %{count} минута",
  "other"=>"мање од %{count} минута"},
"less_than_x_seconds"=>
 {"few"=>"мање од %{count} секунде",
  "one"=>"мање од %{count} секунд",
  "many"=>"мање од %{count} секунди",
  "other"=>"мање од %{count} секунди"},
"over_x_years"=>
 {"one"=>"преко %{count} године",
  "few"=>"преко %{count} године",
  "many"=>"преко %{count} година",
  "other"=>"преко %{count} година"},
"x_days"=>
 {"one"=>"%{count} дан",
  "few"=>"%{count} дана",
  "many"=>"%{count} дана",
  "other"=>"%{count} дана"},
"x_minutes"=>
 {"one"=>"%{count} минут",
  "few"=>"%{count} минута",
  "many"=>"%{count} минута",
  "other"=>"%{count} минута"},
"x_months"=>
 {"one"=>"%{count} месец",
  "few"=>"%{count} месеца",
  "many"=>"%{count} месеци",
  "other"=>"%{count} месеци"},
"x_seconds"=>
 {"one"=>"%{count} секунда",
  "few"=>"%{count} секунде",
  "many"=>"%{count} секунди",
  "other"=>"%{count} секунди"}},
   "prompts"=>
    {"day"=>"Дан",
"hour"=>"Сат",
"minute"=>"Минут",
"month"=>"Месец",
"second"=>"Секунд",
"year"=>"Година"}}}
Locale_sv =
{"date"=>
  {"abbr_day_names"=>["sön", "mån", "tis", "ons", "tor", "fre", "lör"],
   "abbr_month_names"=>
    [nil,
"jan",
"feb",
"mar",
"apr",
"maj",
"jun",
"jul",
"aug",
"sep",
"okt",
"nov",
"dec"],
   "day_names"=>
    ["söndag", "måndag", "tisdag", "onsdag", "torsdag", "fredag", "lördag"],
   "formats"=>{"default"=>"%Y-%m-%d", "long"=>"%e %B %Y", "short"=>"%e %b"},
   "month_names"=>
    [nil,
"januari",
"februari",
"mars",
"april",
"maj",
"juni",
"juli",
"augusti",
"september",
"oktober",
"november",
"december"],
   "order"=>[:day, :month, :year]},
 "time"=>
  {"am"=>"",
   "formats"=>
    {"default"=>"%a, %e %b %Y %H:%M:%S %z",
"long"=>"%e %B %Y %H:%M",
"short"=>"%e %b %H:%M",
"time"=>"%H:%M:%S %z"},
   "pm"=>""},
 "datetime"=>
  {"distance_in_words"=>
    {"about_x_hours"=>
 {"one"=>"ungefär en timme", "other"=>"ungefär %{count} timmar"},
"about_x_months"=>
 {"one"=>"ungefär en månad", "other"=>"ungefär %{count} månader"},
"about_x_years"=>
 {"one"=>"ungefär ett år", "other"=>"ungefär %{count} år"},
"almost_x_years"=>{"one"=>"nästan ett år", "other"=>"nästan %{count} år"},
"half_a_minute"=>"en halv minut",
"less_than_x_minutes"=>
 {"one"=>"mindre än en minut", "other"=>"mindre än %{count} minuter"},
"less_than_x_seconds"=>
 {"one"=>"mindre än en sekund", "other"=>"mindre än %{count} sekunder"},
"over_x_years"=>{"one"=>"mer än ett år", "other"=>"mer än %{count} år"},
"x_days"=>{"one"=>"en dag", "other"=>"%{count} dagar"},
"x_minutes"=>{"one"=>"en minut", "other"=>"%{count} minuter"},
"x_months"=>{"one"=>"en månad", "other"=>"%{count} månader"},
"x_seconds"=>{"one"=>"en sekund", "other"=>"%{count} sekunder"}},
   "prompts"=>
    {"day"=>"Dag",
"hour"=>"Timme",
"minute"=>"Minut",
"month"=>"Månad",
"second"=>"Sekund",
"year"=>"År"}}}
Locale_sw =
{"date"=>
  {"abbr_day_names"=>["J2", "J3", "J4", "J5", "Al", "Ij", "J1"],
   "abbr_month_names"=>
    [nil,
"Jan",
"Feb",
"Mac",
"Apr",
"Mei",
"Jun",
"Jul",
"Ago",
"Sep",
"Okt",
"Nov",
"Des"],
   "day_names"=>
    ["Jumapili",
"Jumatatu",
"Jumanne",
"Jumatano",
"Alhamisi",
"Ijumaa",
"Jumamosi"],
   "formats"=>{"default"=>"%d-%m-%Y", "long"=>"%e %B, %Y", "short"=>"%e %b"},
   "month_names"=>
    [nil,
"Mwezi wa kwanza",
"Mwezi wa pili",
"Mwezi wa tatu",
"Mwezi wa nne",
"Mwezi wa tano",
"Mwezi wa sita",
"Mwezi wa saba",
"Mwezi wa nane",
"Mwezi wa tisa",
"Mwezi wa kumi",
"Mwezi wa kumi na moja",
"Mwezi wa kumi na mbili"],
   "order"=>[:day, :month, :year]},
 "time"=>
  {"am"=>"am",
   "formats"=>
    {"default"=>"%a, %d %b %Y %H:%M:%S",
"long"=>"%A, %e. %B %Y, %H:%M:%S",
"short"=>"%e %b %Y %H:%M",
"time"=>"%H:%M:%S"},
   "pm"=>"pm"},
 "datetime"=>
  {"distance_in_words"=>
    {"about_x_hours"=>
 {"one"=>"kama saa limoja", "other"=>"kama masaa %{count}"},
"about_x_months"=>{"one"=>"kama mwezi 1", "other"=>"kama miezi %{count}"},
"about_x_years"=>{"one"=>"kama mwaka 1", "other"=>"kama miaka %{count}"},
"almost_x_years"=>
 {"one"=>"karibia mwaka", "other"=>"karibia miaka %{count}"},
"half_a_minute"=>"nusu dakika",
"less_than_x_minutes"=>
 {"one"=>"chini ya dakika 1", "other"=>"chini ya dakika %{count}"},
"less_than_x_seconds"=>
 {"one"=>"chini ya sekunde 1", "other"=>"chini ya sekunde %{count}"},
"over_x_years"=>
 {"one"=>"zaidi ya mwaka 1", "other"=>"zaidi ya miaka %{count}"},
"x_days"=>{"one"=>"siku 1", "other"=>"siku %{count}"},
"x_minutes"=>{"one"=>"dakika 1", "other"=>"dakika %{count}"},
"x_months"=>{"one"=>"mwezi 1", "other"=>"miezi %{count}"},
"x_seconds"=>{"one"=>"sekunde 1", "other"=>"sekunde %{count}"}},
   "prompts"=>
    {"day"=>"Siku",
"hour"=>"Saa",
"minute"=>"Dakika",
"month"=>"Mwezi",
"second"=>"Sekunde",
"year"=>"Mwaka"}}}
Locale_th =
{"date"=>
  {"abbr_day_names"=>["อา", "", "", "", "พฤ", "", ""],
   "abbr_month_names"=>
    [nil,
"ม.ค.",
"ก.พ.",
"มี.ค.",
"เม.ย.",
"พ.ค.",
"มิ.ย.",
"ก.ค.",
"ส.ค.",
"ก.ย.",
"ต.ค.",
"พ.ย.",
"ธ.ค."],
   "day_names"=>
    ["อาทิตย์", "จันทร์", "อังคาร", "พุธ", "พฤหัสบดี", "ศุกร์", "เสาร์"],
   "formats"=>{"default"=>"%d-%m-%Y", "long"=>"%d %B %Y", "short"=>"%d %b"},
   "month_names"=>
    [nil,
"มกราคม",
"กุมภาพันธ์",
"มีนาคม",
"เมษายน",
"พฤษภาคม",
"มิถุนายน",
"กรกฎาคม",
"สิงหาคม",
"กันยายน",
"ตุลาคม",
"พฤศจิกายน",
"ธันวาคม"],
   "order"=>[:day, :month, :year]},
 "time"=>
  {"am"=>"ก่อนเที่ยง",
   "formats"=>
    {"default"=>"%a %d %b %Y %H:%M:%S %z",
"long"=>"%d %B %Y %H:%M น.",
"short"=>"%d %b %H:%M น.",
"time"=>"%H:%M:%S %z"},
   "pm"=>"หลังเที่ยง"},
 "datetime"=>
  {"distance_in_words"=>
    {"about_x_hours"=>"ประมาณ %{count} ชั่วโมง",
"about_x_months"=>"ประมาณ %{count} เดือน",
"about_x_years"=>"ประมาณ %{count} ปี",
"almost_x_years"=>"เกือบ %{count} ปี",
"half_a_minute"=>"ครึ่งนาที",
"less_than_x_minutes"=>"น้อยกว่า %{count} นาที",
"less_than_x_seconds"=>"น้อยกว่า %{count} วินาที",
"over_x_years"=>"มากกว่า %{count} ปี",
"x_days"=>"%{count} วัน",
"x_minutes"=>"%{count} นาที",
"x_months"=>"%{count} เดือน",
"x_seconds"=>"%{count} วินาที"},
   "prompts"=>
    {"day"=>"วัน",
"hour"=>"ชั่วโมง",
"minute"=>"นาที",
"month"=>"เดือน",
"second"=>"วินาที",
"year"=>"ปี"}}}
Locale_tl =
{"date"=>
  {"formats"=>
    {"default"=>"%d/%m/%Y",
"short"=>"ika-%d ng %b",
"long"=>"ika-%d ng %B, %Y"},
   "day_names"=>
    ["Linggo",
"Lunes",
"Martes",
"Miyerkules",
"Huwebes",
"Biyernes",
"Sabado"],
   "abbr_day_names"=>["Lin", "Lun", "Mar", "Miy", "Huw", "Biy", "Sab"],
   "month_names"=>
    [nil,
"Enero",
"Pebrero",
"Marso",
"Abril",
"Mayo",
"Hunyo",
"Hulyo",
"Agosto",
"Setyembre",
"Oktubre",
"Nobyembre",
"Disyembre"],
   "abbr_month_names"=>
    [nil,
"Ene",
"Peb",
"Mar",
"Abr",
"May",
"Hun",
"Hul",
"Ago",
"Set",
"Okt",
"Nob",
"Dis"],
   "order"=>[:year, :month, :day]},
 "time"=>
  {"formats"=>
    {"default"=>"%A, ika-%d ng %B ng %Y %H:%M:%S %z",
"short"=>"%d ng %b %H:%M",
"long"=>"ika-%d ng %B ng %Y %H:%M",
"time"=>"%H:%M:%S %z"},
   "am"=>"AM",
   "pm"=>"PM"},
 "datetime"=>
  {"distance_in_words"=>
    {"half_a_minute"=>"kalahating minuto",
"less_than_x_seconds"=>
 {"one"=>"mas mababa sa isang segundo",
  "other"=>"mas mababa sa %{count} segundo"},
"x_seconds"=>{"one"=>"isang segundo", "other"=>"%{count} segundo"},
"less_than_x_minutes"=>
 {"one"=>"mas mababa sa isang minuto",
  "other"=>"mas mababa sa %{count} minuto"},
"x_minutes"=>{"one"=>"isang minuto", "other"=>"%{count} minuto"},
"about_x_hours"=>
 {"one"=>"humigit-kumulang isang oras",
  "other"=>"humigit-kumulang %{count} oras"},
"x_days"=>{"one"=>"isang araw", "other"=>"%{count} araw"},
"about_x_months"=>
 {"one"=>"humigit-kumulang isang buwan",
  "other"=>"humigit-kumulang %{count} buwan"},
"x_months"=>{"one"=>"isang buwan", "other"=>"%{count} buwang"},
"about_x_years"=>
 {"one"=>"humigit-kumulang isang taon",
  "other"=>"humigit-kumulang %{count} taon"},
"over_x_years"=>
 {"one"=>"higit sa isang taon", "other"=>"higit %{count} taon"},
"almost_x_years"=>
 {"one"=>"halos isang taon", "other"=>"halos %{count} taon"}},
   "prompts"=>
    {"year"=>"taon",
"month"=>"buwan",
"day"=>"araw",
"hour"=>"oras",
"minute"=>"minuto",
"second"=>"segundo"}}}
Locale_tr =
{"date"=>
  {"abbr_day_names"=>["Pzr", "Pzt", "Sal", "Çrş", "Prş", "Cum", "Cts"],
   "abbr_month_names"=>
    [nil,
"Oca",
"Şub",
"Mar",
"Nis",
"May",
"Haz",
"Tem",
"Ağu",
"Eyl",
"Eki",
"Kas",
"Ara"],
   "day_names"=>
    ["Pazar",
"Pazartesi",
"Salı",
"Çarşamba",
"Perşembe",
"Cuma",
"Cumartesi"],
   "formats"=>
    {"default"=>"%d.%m.%Y", "long"=>"%e %B %Y, %A", "short"=>"%e %b"},
   "month_names"=>
    [nil,
"Ocak",
"Şubat",
"Mart",
"Nisan",
"Mayıs",
"Haziran",
"Temmuz",
"Ağustos",
"Eylül",
"Ekim",
"Kasım",
"Aralık"],
   "order"=>[:day, :month, :year]},
 "time"=>
  {"am"=>"öğleden önce",
   "formats"=>
    {"default"=>"%a %d.%b.%y %H:%M",
"long"=>"%e %B %Y, %A, %H:%M",
"short"=>"%e %B, %H:%M",
"time"=>"%H:%M"},
   "pm"=>"öğleden sonra"},
 "datetime"=>
  {"distance_in_words"=>
    {"about_x_hours"=>
 {"one"=>"yaklaşık 1 saat", "other"=>"yaklaşık %{count} saat"},
"about_x_months"=>
 {"one"=>"yaklaşık 1 ay", "other"=>"yaklaşık %{count} ay"},
"about_x_years"=>
 {"one"=>"yaklaşık 1 yıl", "other"=>"yaklaşık %{count} yıl"},
"almost_x_years"=>
 {"one"=>"neredeyse 1 yıl", "other"=>"neredeyse %{count} yıl"},
"half_a_minute"=>"yarım dakika",
"less_than_x_minutes"=>
 {"one"=>"1 dakikadan az",
  "other"=>"%{count} dakikadan az",
  "zero"=>"1 dakikadan az"},
"less_than_x_seconds"=>
 {"one"=>"1 saniyeden az",
  "other"=>"%{count} saniyeden az",
  "zero"=>"1 saniyeden az"},
"over_x_years"=>
 {"one"=>"1 yıldan fazla", "other"=>"%{count} yıldan fazla"},
"x_days"=>{"one"=>"1 gün", "other"=>"%{count} gün"},
"x_minutes"=>{"one"=>"1 dakika", "other"=>"%{count} dakika"},
"x_months"=>{"one"=>"1 ay", "other"=>"%{count} ay"},
"x_seconds"=>{"one"=>"1 saniye", "other"=>"%{count} saniye"}},
   "prompts"=>
    {"day"=>"Gün",
"hour"=>"Saat",
"minute"=>"Dakika",
"month"=>"Ay",
"second"=>"Saniye",
"year"=>"Yıl"}}}
Locale_uk =
{"date"=>
  {"abbr_day_names"=>["нд.", "пн.", "вт.", "ср.", "чт.", "пт.", "сб."],
   "abbr_month_names"=>
    [nil,
"січ.",
"лют.",
"бер.",
"квіт.",
"трав.",
"черв.",
"лип.",
"серп.",
"вер.",
"жовт.",
"лист.",
"груд."],
   "day_names"=>
    ["неділя",
"понеділок",
"вівторок",
"середа",
"четвер",
"п'ятниця",
"субота"],
   "formats"=>{"default"=>"%d.%m.%Y", "long"=>"%-d %B %Y", "short"=>"%-d %b"},
   "month_names"=>
    [nil,
"Січень",
"Лютий",
"Березень",
"Квітень",
"Травень",
"Червень",
"Липень",
"Серпень",
"Вересень",
"Жовтень",
"Листопад",
"Грудень"],
   "order"=>[:day, :month, :year]},
 "time"=>
  {"am"=>"до полудня",
   "formats"=>
    {"default"=>"%a, %d %b %Y, %H:%M:%S %z",
"long"=>"%d %B %Y, %H:%M",
"short"=>"%d %b, %H:%M",
"time"=>"%H:%M:%S %z"},
   "pm"=>"по полудні"},
 "datetime"=>
  {"distance_in_words"=>
    {"about_x_hours"=>
 {"few"=>"близько %{count} години",
  "many"=>"близько %{count} годин",
  "one"=>"близько %{count} година",
  "other"=>"близько %{count} години"},
"about_x_months"=>
 {"few"=>"близько %{count} місяців",
  "many"=>"близько %{count} місяців",
  "one"=>"близько %{count} місяця",
  "other"=>"близько %{count} місяця"},
"about_x_years"=>
 {"few"=>"близько %{count} років",
  "many"=>"близько %{count} років",
  "one"=>"близько %{count} року",
  "other"=>"близько %{count} року"},
"almost_x_years"=>
 {"few"=>"майже %{count} років",
  "many"=>"майже %{count} років",
  "one"=>"майже %{count} роки",
  "other"=>"майже %{count} років"},
"half_a_minute"=>"півхвилини",
"less_than_x_minutes"=>
 {"few"=>"менше %{count} хвилин",
  "many"=>"менше %{count} хвилин",
  "one"=>"менше %{count} хвилини",
  "other"=>"менше %{count} хвилини"},
"less_than_x_seconds"=>
 {"few"=>"менше %{count} секунд",
  "many"=>"менше %{count} секунд",
  "one"=>"менше %{count} секунди",
  "other"=>"менше %{count} секунди"},
"over_x_years"=>
 {"few"=>"більше %{count} років",
  "many"=>"більше %{count} років",
  "one"=>"більше %{count} року",
  "other"=>"більше %{count} року"},
"x_days"=>
 {"few"=>"%{count} дні",
  "many"=>"%{count} днів",
  "one"=>"%{count} день",
  "other"=>"%{count} дня"},
"x_minutes"=>
 {"few"=>"%{count} хвилини",
  "many"=>"%{count} хвилин",
  "one"=>"%{count} хвилина",
  "other"=>"%{count} хвилини"},
"x_months"=>
 {"few"=>"%{count} місяці",
  "many"=>"%{count} місяців",
  "one"=>"%{count} місяць",
  "other"=>"%{count} місяця"},
"x_seconds"=>
 {"few"=>"%{count} секунди",
  "many"=>"%{count} секунд",
  "one"=>"%{count} секунда",
  "other"=>"%{count} секунди"}},
   "prompts"=>
    {"day"=>"День",
"hour"=>"Година",
"minute"=>"Хвилина",
"month"=>"Місяць",
"second"=>"Секунда",
"year"=>"Рік"}}}
Locale_ur =
{"date"=>
  {"abbr_day_names"=>
    ["اتوار", "سوموار", "منگل", "ندھ", "جمعرات", "جمعہ", "ہفتہ"],
   "abbr_month_names"=>
    [nil,
"جنوری",
"فروری",
"مارچ",
"اپریل",
"مئی",
"جون",
"جولائی",
"اگست",
"ستمبر",
"اکتوبر",
"نومبر",
"دسمبر"],
   "day_names"=>["اتوار", "سوموار", "منگل", "ندھ", "جمعرات", "جمعہ", "ہفتہ"],
   "formats"=>{"default"=>"%d %B %Y", "long"=>"%B %d، %Y", "short"=>"%d %b"},
   "month_names"=>
    [nil,
"جنوری",
"فروری",
"مارچ",
"اپریل",
"مئی",
"جون",
"جولائی",
"اگست",
"ستمبر",
"اکتوبر",
"نومبر",
"دسمبر"],
   "order"=>[:day, :month, :year]},
 "time"=>
  {"am"=>"صبح",
   "pm"=>"شام",
   "formats"=>
    {"default"=>"%a، %d %b %Y، %p %l:%M %Z",
"long"=>"%B %d، %Y %p %H:%M",
"short"=>"%d %b، %H:%M"}},
 "datetime"=>
  {"distance_in_words"=>
    {"about_x_hours"=>
 {"one"=>"تقریبا ایک گھنٹہ", "other"=>"تقریبا %{count} گھنٹے"},
"about_x_months"=>
 {"one"=>"تقریبا ایک مہینہ", "other"=>"تقریبا %{count} مہینہ"},
"about_x_years"=>
 {"one"=>"تقریبا ایک سال", "other"=>"تقریبا %{count} سال"},
"almost_x_years"=>
 {"one"=>"تقریبا ایک سال", "other"=>"تقریبا %{count} سال"},
"half_a_minute"=>"آدھا منٹ",
"less_than_x_minutes"=>
 {"one"=>"ایک مںٹ سے کم", "other"=>"%{count} مںٹوں سے کم"},
"less_than_x_seconds"=>
 {"one"=>"ایک سیکنڈ سے کم", "other"=>"%{count} سیکنڈوں سے کم"},
"over_x_years"=>
 {"one"=>"ایک سال سے زیادہ", "other"=>"%{count} سالوں سے زیادہ"},
"x_days"=>{"one"=>"ایک دن", "other"=>"%{count} دن"},
"x_minutes"=>{"one"=>"ایک منٹ", "other"=>"%{count} منٹ"},
"x_months"=>{"one"=>"ایک ماہ", "other"=>"%{count} ماہ"},
"x_seconds"=>{"one"=>"ایک سیکنڈ", "other"=>"%{count} سیکنڈ"}},
   "prompts"=>
    {"day"=>"دن",
"hour"=>"گہنٹہ",
"minute"=>"منٹ",
"month"=>"ماہ",
"second"=>"سیکنڈ",
"year"=>"سال"}}}
Locale_uz =
{"date"=>
  {"abbr_day_names"=>["Ya", "Du", "Sh", "Ch", "Pa", "Ju", "Sh"],
   "abbr_month_names"=>
    [nil,
"yan.",
"fev.",
"mart",
"apr.",
"may",
"iyun",
"iyul",
"avg.",
"sen.",
"okt.",
"noy.",
"dek."],
   "day_names"=>
    ["yakshanba",
"dushanba",
"seshanbe",
"chorshanba",
"payshanba",
"juma",
"shanba"],
   "formats"=>{"default"=>"%d.%m.%Y", "long"=>"%d %B %Y", "short"=>"%d %b"},
   "month_names"=>
    [nil,
"yanvar",
"fevral",
"mart",
"aprel",
"may",
"iyun",
"iyul",
"avgust",
"sentyabr",
"oktyabr",
"noyabr",
"dekabr"],
   "order"=>[:day, :month, :year]},
 "time"=>
  {"am"=>"ertalab",
   "formats"=>
    {"default"=>"%a, %d %b %Y, %H:%M:%S %z",
"long"=>"%d %B %Y, %H:%M",
"short"=>"%d %b, %H:%M",
"time"=>"%H:%M:%S %z"},
   "pm"=>"kechasi"},
 "datetime"=>
  {"distance_in_words"=>
    {"about_x_hours"=>
 {"few"=>"chamasi %{count} soat",
  "many"=>"chamasi %{count} soat",
  "one"=>"chamasi %{count} soat",
  "other"=>"chamasi %{count} soat"},
"about_x_months"=>
 {"few"=>"chamasi %{count} oy",
  "many"=>"chamasi %{count} oy",
  "one"=>"chamasi %{count} oy",
  "other"=>"chamasi %{count} oy"},
"about_x_years"=>
 {"few"=>"chamasi %{count} yil",
  "many"=>"chamasi %{count} yil",
  "one"=>"chamasi %{count} yil",
  "other"=>"chamasi %{count} yil"},
"almost_x_years"=>
 {"one"=>"deyarli 1 yil",
  "few"=>"deyarli %{count} yil",
  "many"=>"deyarli %{count} yil",
  "other"=>"deyarli %{count} yil"},
"half_a_minute"=>"bir daqiqadan kam",
"less_than_x_minutes"=>
 {"few"=>"%{count} daqiqadan kam",
  "many"=>"%{count} daqiqadan kam",
  "one"=>"%{count} daqiqadan kam",
  "other"=>"%{count} daqiqadan kam"},
"less_than_x_seconds"=>
 {"few"=>"%{count} soniyadan kam",
  "many"=>"%{count} soniyadan kam",
  "one"=>"%{count} soniyadan kam",
  "other"=>"%{count} soniyadan kam"},
"over_x_years"=>
 {"few"=>"%{count} yildan ziyod",
  "many"=>"%{count} yildan ziyod",
  "one"=>"%{count} yildan ziyod",
  "other"=>"%{count} yildan ziyod"},
"x_days"=>
 {"few"=>"%{count} kun",
  "many"=>"%{count} kun",
  "one"=>"%{count} kun",
  "other"=>"%{count} kun"},
"x_minutes"=>
 {"few"=>"%{count} daqiqa",
  "many"=>"%{count} daqiqa",
  "one"=>"%{count} daqiqa",
  "other"=>"%{count} daqiqa"},
"x_months"=>
 {"few"=>"%{count} oy",
  "many"=>"%{count} oy",
  "one"=>"%{count} oy",
  "other"=>"%{count} oy"},
"x_seconds"=>
 {"few"=>"%{count} soniya",
  "many"=>"%{count} soniya",
  "one"=>"%{count} soniyaа",
  "other"=>"%{count} soniya"}},
   "prompts"=>
    {"day"=>"kun",
"hour"=>"soat",
"minute"=>"daqiqa",
"month"=>"oy",
"second"=>"soniya",
"year"=>"yil"}}}
Locale_vi =
{"date"=>
  {"abbr_day_names"=>
    ["Chủ nhật",
"Thứ hai",
"Thứ ba",
"Thứ tư",
"Thứ năm",
"Thứ sáu",
"Thứ bảy"],
   "abbr_month_names"=>
    [nil,
"Tháng một",
"Tháng hai",
"Tháng ba",
"Tháng tư",
"Tháng năm",
"Tháng sáu",
"Tháng bảy",
"Tháng tám",
"Tháng chín",
"Tháng mười",
"Tháng mười một",
"Tháng mười hai"],
   "day_names"=>
    ["Chủ nhật",
"Thứ hai",
"Thứ ba",
"Thứ tư",
"Thứ năm",
"Thứ sáu",
"Thứ bảy"],
   "formats"=>{"default"=>"%d-%m-%Y", "long"=>"%d %B, %Y", "short"=>"%d %b"},
   "month_names"=>
    [nil,
"Tháng một",
"Tháng hai",
"Tháng ba",
"Tháng tư",
"Tháng năm",
"Tháng sáu",
"Tháng bảy",
"Tháng tám",
"Tháng chín",
"Tháng mười",
"Tháng mười một",
"Tháng mười hai"],
   "order"=>[:day, :month, :year]},
 "time"=>
  {"am"=>"sáng",
   "formats"=>
    {"default"=>"%a, %d %b %Y %H:%M:%S %z",
"long"=>"%d %B, %Y %H:%M",
"short"=>"%d %b %H:%M",
"time"=>"%H:%M:%S %z"},
   "pm"=>"chiều"},
 "datetime"=>
  {"distance_in_words"=>
    {"about_x_hours"=>{"one"=>"khoảng 1 giờ", "other"=>"khoảng %{count} giờ"},
"about_x_months"=>
 {"one"=>"khoảng 1 tháng", "other"=>"khoảng %{count} tháng"},
"about_x_years"=>{"one"=>"khoảng 1 năm", "other"=>"khoảng %{count} năm"},
"almost_x_years"=>{"one"=>"gần 1 năm", "other"=>"gần %{count} năm"},
"half_a_minute"=>"30 giây",
"less_than_x_minutes"=>
 {"one"=>"chưa tới 1 phút", "other"=>"chưa tới %{count} phút"},
"less_than_x_seconds"=>
 {"one"=>"chưa tới 1 giây", "other"=>"chưa tới %{count} giây"},
"over_x_years"=>{"one"=>"hơn 1 năm", "other"=>"hơn %{count} năm"},
"x_days"=>{"one"=>"1 ngày", "other"=>"%{count} ngày"},
"x_minutes"=>{"one"=>"1 phút", "other"=>"%{count} phút"},
"x_months"=>{"one"=>"1 tháng", "other"=>"%{count} tháng"},
"x_seconds"=>{"one"=>"1 giây", "other"=>"%{count} giây"}},
   "prompts"=>
    {"day"=>"Ngày",
"hour"=>"Giờ",
"minute"=>"Phút",
"month"=>"Tháng",
"second"=>"Giây",
"year"=>"Năm"}}}
Locale_wo =
{"date"=>
  {"abbr_day_names"=>["Dib", "Alt", "Tal", "All", "Alx", "Ajj", "Gaw"],
   "abbr_month_names"=>
    [nil,
"Jan",
"Feb",
"Mar",
"Apr",
"May",
"Jun",
"Jul",
"Aug",
"Sep",
"Oct",
"Nov",
"Dec"],
   "day_names"=>
    ["Dibèer", "Altine", "Talaata", "Allarba", "Alxamess", "Ajjouma", "Gaawu"],
   "formats"=>{"default"=>"%Y-%m-%d", "long"=>"%B %d, %Y", "short"=>"%b %d"},
   "month_names"=>
    [nil,
"Tamkharit",
"Digui Gamou",
"Gamou",
"Raki Gamou",
"Rakati Gamou",
"Mamou Kor",
"Ndeyou Kor",
"Baraxlou",
"Kor",
"Kori",
"Digui Tabaski",
"Tabaski"],
   "order"=>[:year, :month, :day]},
 "time"=>
  {"am"=>"am",
   "formats"=>
    {"default"=>"%a, %d %b %Y %H:%M:%S %z",
"long"=>"%B %d, %Y %H:%M",
"short"=>"%d %b %H:%M",
"time"=>"%H:%M:%S %z"},
   "pm"=>"pm"},
 "datetime"=>
  {"distance_in_words"=>
    {"about_x_hours"=>{"one"=>"about 1 hour", "other"=>"about %{count} hours"},
"about_x_months"=>
 {"one"=>"about 1 month", "other"=>"about %{count} months"},
"about_x_years"=>{"one"=>"about 1 year", "other"=>"about %{count} years"},
"almost_x_years"=>
 {"one"=>"almost 1 year", "other"=>"almost %{count} years"},
"half_a_minute"=>"half a minute",
"less_than_x_minutes"=>
 {"one"=>"less than a minute", "other"=>"less than %{count} minutes"},
"less_than_x_seconds"=>
 {"one"=>"less than 1 second", "other"=>"less than %{count} seconds"},
"over_x_years"=>{"one"=>"over 1 year", "other"=>"over %{count} years"},
"x_days"=>{"one"=>"1 day", "other"=>"%{count} days"},
"x_minutes"=>{"one"=>"1 minute", "other"=>"%{count} minutes"},
"x_months"=>{"one"=>"1 month", "other"=>"%{count} months"},
"x_seconds"=>{"one"=>"1 second", "other"=>"%{count} seconds"}},
   "prompts"=>
    {"day"=>"Day",
"hour"=>"Hour",
"minute"=>"Minute",
"month"=>"Month",
"second"=>"Seconds",
"year"=>"Year"}}}
Namespace =
"[ja=http://ja.wikipedia.org/wiki/, en=http://en.wikipedia.org/wiki/]"
Locale =
"[=ja:, en=en:]"
CalendarTerms =

Terms

[M17n, [
  "namespace:[en=http://en.wikipedia.org/wiki/, ja=http://ja.wikipedia.org/wiki/]",
  "locale:[=en:, ja=ja:, alias]",
  "names:[CalendarTerms]",

  "[Intercalary %s=, *閏]",

  [M17n,
    "names:[Month, 月=ja:%%<月_(暦)>, /datetime/prompts/month]",
    "[January,   1月, /date/month_names/1] ",
    "[February,  2月, /date/month_names/2] ",
    "[March,     3月, /date/month_names/3] ",
    "[April,     4月, /date/month_names/4] ",
    "[May,       5月, /date/month_names/5] ",
    "[June,      6月, /date/month_names/6] ",
    "[July,      7月, /date/month_names/7] ",
    "[August,    8月, /date/month_names/8] ",
    "[September, 9月, /date/month_names/9] ",
    "[October,  10月, /date/month_names/10]",
    "[November, 11月, /date/month_names/11]",
    "[December, 12月, /date/month_names/12]"
  ],

  [M17n,
    "names:[Abbr_Month, 月略称)]",
    "[Jan,  1月, /date/abbr_month_names/1] ",
    "[Feb,  2月, /date/abbr_month_names/2] ",
    "[Mar,  3月, /date/abbr_month_names/3] ",
    "[Apr,  4月, /date/abbr_month_names/4] ",
    "[May,  5月, /date/abbr_month_names/5] ",
    "[Jun,  6月, /date/abbr_month_names/6] ",
    "[Jul,  7月, /date/abbr_month_names/7] ",
    "[Aug,  8月, /date/abbr_month_names/8] ",
    "[Sep,  9月, /date/abbr_month_names/9] ",
    "[Oct, 10月, /date/abbr_month_names/10]",
    "[Nov, 11月, /date/abbr_month_names/11]",
    "[Dec, 12月, /date/abbr_month_names/12]"
  ]
]]
EpochEvents =

Events

[M17n, [
  "namespace:[en=http://en.wikipedia.org/wiki/, ja=http://ja.wikipedia.org/wiki/]",
  "locale:[=en:, ja=ja:, alias]",
  "names:[EpochEvents]",
  "[Accession,        代始]",
  "[FelicitousEvent,  祥瑞]",
  "[NaturalDisaster,  災異]",
  "[InauspiciousYear, 革年]",
  "[Foundation,       創業]",
  "[CalendarReform,   改暦]"
]]
CalendarFormats =

Formats

[M17n, [
  "locale:[=]",
  "names:[CalendarFormats]",
  "[Date,          /date/formats/default]",
  "[DateLong,      /date/formats/long   ]",
  "[DateShort,     /date/formats/short  ]",
  "[DateTime,      /time/formats/default]",
  "[DateTimeLong,  /time/formats/long   ]",
  "[DateTimeShort, /time/formats/short  ]",
  "[Time,          /time/formats/time   ]",
  "[AM,            /time/am             ]",
  "[PM,            /time/pm             ]"
]]
ThaiTerms =
[self, [
  "namespace:[en=http://en.wikipedia.org/wiki/, ja=http://ja.wikipedia.org/wiki/]",
  "locale:[=en:, ja=ja:, alias]",
  "names:[ThaiTerms]",
  "[ThaiLuniSolar=en:Thai_lunar_calendar, タイ太陰太陽暦=ja:%%<チャントラカティ>]"
]]
BahaiTerms =
[self, [
  "namespace:[en=http://en.wikipedia.org/wiki/, ja=http://ja.wikipedia.org/wiki/, ar=http://ar.wikipedia.org/wiki/]",
  "locale:[=en:, ar=ar:, alias=en:]",
  "names:[BahaiTerms]",
  "[Bahai=en:Bah%C3%A1%27%C3%AD_calendar, ja:バハーイー暦=ja:%%<バハーイー教>]",

  # %0s は“閏”の表記を抑制する指定となっている
  [self,
    "names:[Month, 月=ja:%%<月_(暦)>]",
    "[Bahá=,      بهاء=,    Splendour=  ]", #  1
    "[Jalál=,     جلال=,    Glory=      ]", #  2
    "[Jamál=,     جمال=,    Beauty=     ]", #  3
    "[‘Aẓamat=,  عظمة=,    Grandeur=   ]", #  4
    "[Núr=,       نور=,     Light=      ]", #  5
    "[Raḥmat=,    رحمة=,    Mercy=      ]", #  6
    "[Kalimát=,   كلمات=,   Words=      ]", #  7
    "[Kamál=,     كمال=,    Perfection= ]", #  8
    "[Asmá’=,    اسماء=,   Names=      ]", #  9
    "[‘Izzat=,   عزة=,     Might=      ]", # 10
    "[Mashíyyat=, عزة=,     Will=       ]", # 11
    "[‘Ilm=,     علم=,     Knowledge=  ]", # 12
    "[Qudrat=,    قدرة=,    Power=      ]", # 13
    "[Qawl=,      قول=,     Speech=     ]", # 14
    "[Masá’il=,  مسائل=,   Questions=  ]", # 15
    "[Sharaf=,    شرف=,     Honour=     ]", # 16
    "[Sulṭán=,    سلطان=,   Sovereignty=]", # 17
    "[Mulk=,      ملك=,     Dominion=   ]", # 18
    "[‘Alá’=,   علاء=,    Loftiness=  ]", # 19
    "[%0sAyyám-i-Há=en:Ayy%C3%A1m-i-H%C3%A1, %0sايام الهاء=, %0sThe Days of Há=]" # Intercalary days
  ]
]]
RomanTerms =
[self, [
  "namespace:[en=http://en.wikipedia.org/wiki/, ja=http://ja.wikipedia.org/wiki/]",
  "locale:[=en:, ja=ja:, alias]",
  "names:[RomanTerms]",

  [self, # ..CE-44 / ..BCE45
    "names:[MonthA, 月=ja:%%<月_(暦)>]",
    "[Ianuarius,    1月]",
    "[Februarius,   2月]",
    "[Martius,      3月]",
    "[Aprilis,      4月]",
    "[Maius,        5月]",
    "[Iunius,       6月]",
    "[Quintilis,  旧7月]",
    "[Sextilis,   旧8月]",
    "[September,    9月]",
    "[October,     10月]",
    "[November,    11月]",
    "[December,    12月]" 
  ],

  [self, # CE-43..CE-8 / BCE44..BCE9
    "names:[MonthB, 月=ja:%%<月_(暦)>]",
    "[Ianuarius,    1月]",
    "[Februarius,   2月]",
    "[Martius,      3月]",
    "[Aprilis,      4月]",
    "[Maius,        5月]",
    "[Iunius,       6月]",
    "[Iulius,       7月]",
    "[Sextilis,   旧8月]",
    "[September,    9月]",
    "[October,     10月]",
    "[November,    11月]",
    "[December,    12月]"
  ],

  [self, # CE-7..CE36, CE41.. / BCE8..CE36, CE41..
    "names:[Month, 月=ja:%%<月_(暦)>]",
    "[Ianuarius,    1月]",
    "[Februarius,   2月]",
    "[Martius,      3月]",
    "[Aprilis,      4月]",
    "[Maius,        5月]",
    "[Iunius,       6月]",
    "[Iulius,       7月]",
    "[Augustus,     8月]",
    "[September,    9月]",
    "[October,     10月]",
    "[November,    11月]",
    "[December,    12月]"
  ],

  [self, # CE37..CE40
    "names:[MonthC, 月=ja:%%<月_(暦)>]",
    "[Ianuarius,    1月]",
    "[Februarius,   2月]",
    "[Martius,      3月]",
    "[Aprilis,      4月]",
    "[Maius,        5月]",
    "[Iunius,       6月]",
    "[Iulius,       7月]",
    "[Augustus,     8月]",
    "[Germanicus, 新9月]",
    "[October,     10月]",
    "[November,    11月]",
    "[December,    12月]"
  ],

  # %0s は“閏”の表記を抑制する指定となっている
  [self, # Intercalary Months
    "names:[IntercalaryMonth=en:Intercalation, 閏月]",
    "[%0sIntercalaris=en:Roman_calendar#Calendar_of_Numa,"      +
     "閏月%0s=ja:%%<ローマ暦>#%.<末期のローマ暦>]",
    "[%0sIntercalaris Prior=en:Julian_calendar#Realignment_of_the_year,"     +
     "第1閏月%0s=ja:%%<ローマ暦>#%.<末期のローマ暦>]",
    "[%0sIntercalaris Posterior=en:Julian_calendar#Realignment_of_the_year," +
     "第2閏月%0s=ja:%%<ローマ暦>#%.<末期のローマ暦>]",
  ]
]]
ShireTerms =
[self, [
  "namespace:[en=http://en.wikipedia.org/wiki/, " +
             "ja=http://ja.wikipedia.org/wiki/, " +
             "cal=http://en.wikipedia.org/wiki/Middle-earth_calendar]",
  "locale:[=en:, ja=ja:, alias]",
  "names:[ShireTerms]",
  "[Shire=en:The_Lord_of_the_Rings, ホビット庄暦=ja:%%<指輪物語>]",

  [self,
    "names:[Month, 月=ja:%%<月_(暦)>]",
    "[Yule=en:Yule,      ユール祭=          ]",
    "[Afteryule=en:Yule, ユール後月=        ]",
    "[Solmath=cal,       ソマス=            ]",
    "[Rethe=cal,         レセ=              ]",
    "[Astron=cal,        アストロン=        ]",
    "[Thrimidge=cal,     スリミッジ=        ]",
    "[Forelithe=cal,     ライズ前月=        ]",
    "[Lithe=cal,         ライズ祭=          ]",
    "[Afterlithe=cal,    ライズ後月=        ]",
    "[Wedmath=cal,       ウェドマス=        ]",
    "[Halimath=cal,      ハリマス=          ]",
    "[Winterfilth=cal,   ウィンターフィルス=]",
    "[Blotmath=cal,      ブロドマス=        ]",
    "[Foreyule=en:Yule,  ユール前月=        ]"
  ]
]]
WorldTerms =
[self, [
  "namespace:[en=http://en.wikipedia.org/wiki/, ja=http://ja.wikipedia.org/wiki/]",
  "locale:[=en:, ja=ja:, alias]",
  "names:[WorldTerms]",
  "[World=en:The_World_Calendar, 世界暦]"
]]
Locale_de_AT =
{"date"=>
  {"abbr_day_names"=>["So", "Mo", "Di", "Mi", "Do", "Fr", "Sa"],
   "abbr_month_names"=>
    [nil,
"Jän",
"Feb",
"Mär",
"Apr",
"Mai",
"Jun",
"Jul",
"Aug",
"Sep",
"Okt",
"Nov",
"Dez"],
   "day_names"=>
    ["Sonntag",
"Montag",
"Dienstag",
"Mittwoch",
"Donnerstag",
"Freitag",
"Samstag"],
   "formats"=>{"default"=>"%d.%m.%Y", "long"=>"%e. %B %Y", "short"=>"%e. %b"},
   "month_names"=>
    [nil,
"Jänner",
"Februar",
"März",
"April",
"Mai",
"Juni",
"Juli",
"August",
"September",
"Oktober",
"November",
"Dezember"],
   "order"=>[:day, :month, :year]},
 "time"=>
  {"am"=>"vormittags",
   "formats"=>
    {"default"=>"%A, %d. %B %Y, %H:%M Uhr",
"long"=>"%A, %d. %B %Y, %H:%M Uhr",
"short"=>"%d. %B, %H:%M Uhr",
"time"=>"%H:%M Uhr"},
   "pm"=>"nachmittags"},
 "datetime"=>
  {"distance_in_words"=>
    {"about_x_hours"=>
 {"one"=>"etwa eine Stunde", "other"=>"etwa %{count} Stunden"},
"about_x_months"=>
 {"one"=>"etwa ein Monat", "other"=>"etwa %{count} Monate"},
"about_x_years"=>{"one"=>"etwa ein Jahr", "other"=>"etwa %{count} Jahre"},
"almost_x_years"=>
 {"one"=>"fast ein Jahr", "other"=>"fast %{count} Jahre"},
"half_a_minute"=>"eine halbe Minute",
"less_than_x_minutes"=>
 {"one"=>"weniger als eine Minute",
  "other"=>"weniger als %{count} Minuten"},
"less_than_x_seconds"=>
 {"one"=>"weniger als eine Sekunde",
  "other"=>"weniger als %{count} Sekunden"},
"over_x_years"=>
 {"one"=>"mehr als ein Jahr", "other"=>"mehr als %{count} Jahre"},
"x_days"=>{"one"=>"ein Tag", "other"=>"%{count} Tage"},
"x_minutes"=>{"one"=>"eine Minute", "other"=>"%{count} Minuten"},
"x_months"=>{"one"=>"ein Monat", "other"=>"%{count} Monate"},
"x_seconds"=>{"one"=>"eine Sekunde", "other"=>"%{count} Sekunden"}},
   "prompts"=>
    {"day"=>"Tag",
"hour"=>"Stunden",
"minute"=>"Minuten",
"month"=>"Monat",
"second"=>"Sekunden",
"year"=>"Jahr"}}}
Locale_de_CH =
{"date"=>
  {"abbr_day_names"=>["So", "Mo", "Di", "Mi", "Do", "Fr", "Sa"],
   "abbr_month_names"=>
    [nil,
"Jan",
"Feb",
"Mär",
"Apr",
"Mai",
"Jun",
"Jul",
"Aug",
"Sep",
"Okt",
"Nov",
"Dez"],
   "day_names"=>
    ["Sonntag",
"Montag",
"Dienstag",
"Mittwoch",
"Donnerstag",
"Freitag",
"Samstag"],
   "formats"=>{"default"=>"%d.%m.%Y", "long"=>"%e. %B %Y", "short"=>"%e. %b"},
   "month_names"=>
    [nil,
"Januar",
"Februar",
"März",
"April",
"Mai",
"Juni",
"Juli",
"August",
"September",
"Oktober",
"November",
"Dezember"],
   "order"=>[:day, :month, :year]},
 "time"=>
  {"am"=>"vormittags",
   "formats"=>
    {"default"=>"%A, %d. %B %Y, %H:%M Uhr",
"long"=>"%A, %d. %B %Y, %H:%M Uhr",
"short"=>"%d. %B, %H:%M Uhr",
"time"=>"%H:%M Uhr"},
   "pm"=>"nachmittags"},
 "datetime"=>
  {"distance_in_words"=>
    {"about_x_hours"=>
 {"one"=>"etwa eine Stunde", "other"=>"etwa %{count} Stunden"},
"about_x_months"=>
 {"one"=>"etwa ein Monat", "other"=>"etwa %{count} Monate"},
"about_x_years"=>{"one"=>"etwa ein Jahr", "other"=>"etwa %{count} Jahre"},
"almost_x_years"=>
 {"one"=>"fast ein Jahr", "other"=>"fast %{count} Jahre"},
"half_a_minute"=>"eine halbe Minute",
"less_than_x_minutes"=>
 {"one"=>"weniger als eine Minute",
  "other"=>"weniger als %{count} Minuten"},
"less_than_x_seconds"=>
 {"one"=>"weniger als eine Sekunde",
  "other"=>"weniger als %{count} Sekunden"},
"over_x_years"=>
 {"one"=>"mehr als ein Jahr", "other"=>"mehr als %{count} Jahre"},
"x_days"=>{"one"=>"ein Tag", "other"=>"%{count} Tage"},
"x_minutes"=>{"one"=>"eine Minute", "other"=>"%{count} Minuten"},
"x_months"=>{"one"=>"ein Monat", "other"=>"%{count} Monate"},
"x_seconds"=>{"one"=>"eine Sekunde", "other"=>"%{count} Sekunden"}},
   "prompts"=>
    {"day"=>"Tag",
"hour"=>"Stunden",
"minute"=>"Minuten",
"month"=>"Monat",
"second"=>"Sekunden",
"year"=>"Jahr"}}}
Locale_en_AU =
{"date"=>
  {"abbr_day_names"=>["Sun", "Mon", "Tue", "Wed", "Thu", "Fri", "Sat"],
   "abbr_month_names"=>
    [nil,
"Jan",
"Feb",
"Mar",
"Apr",
"May",
"Jun",
"Jul",
"Aug",
"Sep",
"Oct",
"Nov",
"Dec"],
   "day_names"=>
    ["Sunday",
"Monday",
"Tuesday",
"Wednesday",
"Thursday",
"Friday",
"Saturday"],
   "formats"=>{"default"=>"%d-%m-%Y", "long"=>"%d %B, %Y", "short"=>"%d %b"},
   "month_names"=>
    [nil,
"January",
"February",
"March",
"April",
"May",
"June",
"July",
"August",
"September",
"October",
"November",
"December"],
   "order"=>[:year, :month, :day]},
 "time"=>
  {"am"=>"am",
   "formats"=>
    {"default"=>"%a, %d %b %Y %H:%M:%S %z",
"long"=>"%d %B, %Y %H:%M",
"short"=>"%d %b %H:%M",
"time"=>"%H:%M:%S %z"},
   "pm"=>"pm"},
 "datetime"=>
  {"distance_in_words"=>
    {"about_x_hours"=>{"one"=>"about 1 hour", "other"=>"about %{count} hours"},
"about_x_months"=>
 {"one"=>"about 1 month", "other"=>"about %{count} months"},
"about_x_years"=>{"one"=>"about 1 year", "other"=>"about %{count} years"},
"almost_x_years"=>
 {"one"=>"almost 1 year", "other"=>"almost %{count} years"},
"half_a_minute"=>"half a minute",
"less_than_x_minutes"=>
 {"one"=>"less than a minute", "other"=>"less than %{count} minutes"},
"less_than_x_seconds"=>
 {"one"=>"less than 1 second", "other"=>"less than %{count} seconds"},
"over_x_years"=>{"one"=>"over 1 year", "other"=>"over %{count} years"},
"x_days"=>{"one"=>"1 day", "other"=>"%{count} days"},
"x_minutes"=>{"one"=>"1 minute", "other"=>"%{count} minutes"},
"x_months"=>{"one"=>"1 month", "other"=>"%{count} months"},
"x_seconds"=>{"one"=>"1 second", "other"=>"%{count} seconds"}},
   "prompts"=>
    {"day"=>"Day",
"hour"=>"Hour",
"minute"=>"Minute",
"month"=>"Month",
"second"=>"Seconds",
"year"=>"Year"}}}
Locale_en_CA =
{"date"=>
  {"abbr_day_names"=>["Sun", "Mon", "Tue", "Wed", "Thu", "Fri", "Sat"],
   "abbr_month_names"=>
    [nil,
"Jan",
"Feb",
"Mar",
"Apr",
"May",
"Jun",
"Jul",
"Aug",
"Sep",
"Oct",
"Nov",
"Dec"],
   "day_names"=>
    ["Sunday",
"Monday",
"Tuesday",
"Wednesday",
"Thursday",
"Friday",
"Saturday"],
   "formats"=>{"default"=>"%d-%m-%Y", "long"=>"%B %d, %Y", "short"=>"%d %b"},
   "month_names"=>
    [nil,
"January",
"February",
"March",
"April",
"May",
"June",
"July",
"August",
"September",
"October",
"November",
"December"],
   "order"=>[:year, :month, :day]},
 "time"=>
  {"am"=>"am",
   "formats"=>
    {"default"=>"%a, %d %b %Y %I:%M:%S %p %Z",
"long"=>"%B %d, %Y %I:%M %p",
"short"=>"%d %b %I:%M %p"},
   "pm"=>"pm"},
 "datetime"=>
  {"distance_in_words"=>
    {"about_x_hours"=>{"one"=>"about 1 hour", "other"=>"about %{count} hours"},
"about_x_months"=>
 {"one"=>"about 1 month", "other"=>"about %{count} months"},
"about_x_years"=>{"one"=>"about 1 year", "other"=>"about %{count} years"},
"almost_x_years"=>
 {"one"=>"almost 1 year", "other"=>"almost %{count} years"},
"half_a_minute"=>"half a minute",
"less_than_x_minutes"=>
 {"one"=>"less than a minute", "other"=>"less than %{count} minutes"},
"less_than_x_seconds"=>
 {"one"=>"less than 1 second", "other"=>"less than %{count} seconds"},
"over_x_years"=>{"one"=>"over 1 year", "other"=>"over %{count} years"},
"x_days"=>{"one"=>"1 day", "other"=>"%{count} days"},
"x_minutes"=>{"one"=>"1 minute", "other"=>"%{count} minutes"},
"x_months"=>{"one"=>"1 month", "other"=>"%{count} months"},
"x_seconds"=>{"one"=>"1 second", "other"=>"%{count} seconds"}},
   "prompts"=>
    {"day"=>"Day",
"hour"=>"Hour",
"minute"=>"Minute",
"month"=>"Month",
"second"=>"Seconds",
"year"=>"Year"}}}
Locale_en_GB =
{"date"=>
  {"abbr_day_names"=>["Sun", "Mon", "Tue", "Wed", "Thu", "Fri", "Sat"],
   "abbr_month_names"=>
    [nil,
"Jan",
"Feb",
"Mar",
"Apr",
"May",
"Jun",
"Jul",
"Aug",
"Sep",
"Oct",
"Nov",
"Dec"],
   "day_names"=>
    ["Sunday",
"Monday",
"Tuesday",
"Wednesday",
"Thursday",
"Friday",
"Saturday"],
   "formats"=>{"default"=>"%d-%m-%Y", "long"=>"%d %B, %Y", "short"=>"%d %b"},
   "month_names"=>
    [nil,
"January",
"February",
"March",
"April",
"May",
"June",
"July",
"August",
"September",
"October",
"November",
"December"],
   "order"=>[:day, :month, :year]},
 "time"=>
  {"am"=>"am",
   "formats"=>
    {"default"=>"%a, %d %b %Y %H:%M:%S %z",
"long"=>"%d %B, %Y %H:%M",
"short"=>"%d %b %H:%M",
"time"=>"%H:%M:%S %z"},
   "pm"=>"pm"},
 "datetime"=>
  {"distance_in_words"=>
    {"about_x_hours"=>{"one"=>"about 1 hour", "other"=>"about %{count} hours"},
"about_x_months"=>
 {"one"=>"about 1 month", "other"=>"about %{count} months"},
"about_x_years"=>{"one"=>"about 1 year", "other"=>"about %{count} years"},
"almost_x_years"=>
 {"one"=>"almost 1 year", "other"=>"almost %{count} years"},
"half_a_minute"=>"half a minute",
"less_than_x_minutes"=>
 {"one"=>"less than a minute", "other"=>"less than %{count} minutes"},
"less_than_x_seconds"=>
 {"one"=>"less than 1 second", "other"=>"less than %{count} seconds"},
"over_x_years"=>{"one"=>"over 1 year", "other"=>"over %{count} years"},
"x_days"=>{"one"=>"1 day", "other"=>"%{count} days"},
"x_minutes"=>{"one"=>"1 minute", "other"=>"%{count} minutes"},
"x_months"=>{"one"=>"1 month", "other"=>"%{count} months"},
"x_seconds"=>{"one"=>"1 second", "other"=>"%{count} seconds"}},
   "prompts"=>
    {"day"=>"Day",
"hour"=>"Hour",
"minute"=>"Minute",
"month"=>"Month",
"second"=>"Seconds",
"year"=>"Year"}}}
Locale_en_IE =
{"date"=>
  {"abbr_day_names"=>["Sun", "Mon", "Tue", "Wed", "Thu", "Fri", "Sat"],
   "abbr_month_names"=>
    [nil,
"Jan",
"Feb",
"Mar",
"Apr",
"May",
"Jun",
"Jul",
"Aug",
"Sep",
"Oct",
"Nov",
"Dec"],
   "day_names"=>
    ["Sunday",
"Monday",
"Tuesday",
"Wednesday",
"Thursday",
"Friday",
"Saturday"],
   "formats"=>{"default"=>"%d-%m-%Y", "long"=>"%d %B, %Y", "short"=>"%d %b"},
   "month_names"=>
    [nil,
"January",
"February",
"March",
"April",
"May",
"June",
"July",
"August",
"September",
"October",
"November",
"December"],
   "order"=>[:day, :month, :year]},
 "time"=>
  {"am"=>"am",
   "formats"=>
    {"default"=>"%a, %d %b %Y %H:%M:%S %z",
"long"=>"%d %B, %Y %H:%M",
"short"=>"%d %b %H:%M",
"time"=>"%H:%M:%S %z"},
   "pm"=>"pm"},
 "datetime"=>
  {"distance_in_words"=>
    {"about_x_hours"=>{"one"=>"about 1 hour", "other"=>"about %{count} hours"},
"about_x_months"=>
 {"one"=>"about 1 month", "other"=>"about %{count} months"},
"about_x_years"=>{"one"=>"about 1 year", "other"=>"about %{count} years"},
"almost_x_years"=>
 {"one"=>"almost 1 year", "other"=>"almost %{count} years"},
"half_a_minute"=>"half a minute",
"less_than_x_minutes"=>
 {"one"=>"less than a minute", "other"=>"less than %{count} minutes"},
"less_than_x_seconds"=>
 {"one"=>"less than 1 second", "other"=>"less than %{count} seconds"},
"over_x_years"=>{"one"=>"over 1 year", "other"=>"over %{count} years"},
"x_days"=>{"one"=>"1 day", "other"=>"%{count} days"},
"x_minutes"=>{"one"=>"1 minute", "other"=>"%{count} minutes"},
"x_months"=>{"one"=>"1 month", "other"=>"%{count} months"},
"x_seconds"=>{"one"=>"1 second", "other"=>"%{count} seconds"}},
   "prompts"=>
    {"day"=>"Day",
"hour"=>"Hour",
"minute"=>"Minute",
"month"=>"Month",
"second"=>"Seconds",
"year"=>"Year"}}}
Locale_en_IN =
{"date"=>
  {"abbr_day_names"=>["Sun", "Mon", "Tue", "Wed", "Thu", "Fri", "Sat"],
   "abbr_month_names"=>
    [nil,
"Jan",
"Feb",
"Mar",
"Apr",
"May",
"Jun",
"Jul",
"Aug",
"Sep",
"Oct",
"Nov",
"Dec"],
   "day_names"=>
    ["Sunday",
"Monday",
"Tuesday",
"Wednesday",
"Thursday",
"Friday",
"Saturday"],
   "formats"=>{"default"=>"%Y-%m-%d", "long"=>"%B %d, %Y", "short"=>"%b %d"},
   "month_names"=>
    [nil,
"January",
"February",
"March",
"April",
"May",
"June",
"July",
"August",
"September",
"October",
"November",
"December"],
   "order"=>[:year, :month, :day]},
 "time"=>
  {"am"=>"am",
   "formats"=>
    {"default"=>"%a, %d %b %Y %H:%M:%S %z",
"long"=>"%B %d, %Y %H:%M",
"short"=>"%d %b %H:%M",
"time"=>"%H:%M:%S %z"},
   "pm"=>"pm"},
 "datetime"=>
  {"distance_in_words"=>
    {"about_x_hours"=>{"one"=>"about 1 hour", "other"=>"about %{count} hours"},
"about_x_months"=>
 {"one"=>"about 1 month", "other"=>"about %{count} months"},
"about_x_years"=>{"one"=>"about 1 year", "other"=>"about %{count} years"},
"almost_x_years"=>
 {"one"=>"almost 1 year", "other"=>"almost %{count} years"},
"half_a_minute"=>"half a minute",
"less_than_x_minutes"=>
 {"one"=>"less than a minute", "other"=>"less than %{count} minutes"},
"less_than_x_seconds"=>
 {"one"=>"less than 1 second", "other"=>"less than %{count} seconds"},
"over_x_years"=>{"one"=>"over 1 year", "other"=>"over %{count} years"},
"x_days"=>{"one"=>"1 day", "other"=>"%{count} days"},
"x_minutes"=>{"one"=>"1 minute", "other"=>"%{count} minutes"},
"x_months"=>{"one"=>"1 month", "other"=>"%{count} months"},
"x_seconds"=>{"one"=>"1 second", "other"=>"%{count} seconds"}},
   "prompts"=>
    {"day"=>"Day",
"hour"=>"Hour",
"minute"=>"Minute",
"month"=>"Month",
"second"=>"Seconds",
"year"=>"Year"}}}
Locale_en_NZ =
{"date"=>
  {"abbr_day_names"=>["Sun", "Mon", "Tue", "Wed", "Thu", "Fri", "Sat"],
   "abbr_month_names"=>
    [nil,
"Jan",
"Feb",
"Mar",
"Apr",
"May",
"Jun",
"Jul",
"Aug",
"Sep",
"Oct",
"Nov",
"Dec"],
   "day_names"=>
    ["Sunday",
"Monday",
"Tuesday",
"Wednesday",
"Thursday",
"Friday",
"Saturday"],
   "formats"=>{"default"=>"%d-%m-%Y", "long"=>"%d %B, %Y", "short"=>"%d %b"},
   "month_names"=>
    [nil,
"January",
"February",
"March",
"April",
"May",
"June",
"July",
"August",
"September",
"October",
"November",
"December"],
   "order"=>[:year, :month, :day]},
 "time"=>
  {"am"=>"am",
   "formats"=>
    {"default"=>"%a, %d %b %Y %H:%M:%S %z",
"long"=>"%d %B, %Y %H:%M",
"short"=>"%d %b %H:%M",
"time"=>"%H:%M:%S %z"},
   "pm"=>"pm"},
 "datetime"=>
  {"distance_in_words"=>
    {"about_x_hours"=>{"one"=>"about 1 hour", "other"=>"about %{count} hours"},
"about_x_months"=>
 {"one"=>"about 1 month", "other"=>"about %{count} months"},
"about_x_years"=>{"one"=>"about 1 year", "other"=>"about %{count} years"},
"almost_x_years"=>
 {"one"=>"almost 1 year", "other"=>"almost %{count} years"},
"half_a_minute"=>"half a minute",
"less_than_x_minutes"=>
 {"one"=>"less than a minute", "other"=>"less than %{count} minutes"},
"less_than_x_seconds"=>
 {"one"=>"less than 1 second", "other"=>"less than %{count} seconds"},
"over_x_years"=>{"one"=>"over 1 year", "other"=>"over %{count} years"},
"x_days"=>{"one"=>"1 day", "other"=>"%{count} days"},
"x_minutes"=>{"one"=>"1 minute", "other"=>"%{count} minutes"},
"x_months"=>{"one"=>"1 month", "other"=>"%{count} months"},
"x_seconds"=>{"one"=>"1 second", "other"=>"%{count} seconds"}},
   "prompts"=>
    {"day"=>"Day",
"hour"=>"Hour",
"minute"=>"Minute",
"month"=>"Month",
"second"=>"Seconds",
"year"=>"Year"}}}
Locale_en_US =
{"date"=>
  {"abbr_day_names"=>["Sun", "Mon", "Tue", "Wed", "Thu", "Fri", "Sat"],
   "abbr_month_names"=>
    [nil,
"Jan",
"Feb",
"Mar",
"Apr",
"May",
"Jun",
"Jul",
"Aug",
"Sep",
"Oct",
"Nov",
"Dec"],
   "day_names"=>
    ["Sunday",
"Monday",
"Tuesday",
"Wednesday",
"Thursday",
"Friday",
"Saturday"],
   "formats"=>{"default"=>"%m-%d-%Y", "long"=>"%B %d, %Y", "short"=>"%b %d"},
   "month_names"=>
    [nil,
"January",
"February",
"March",
"April",
"May",
"June",
"July",
"August",
"September",
"October",
"November",
"December"],
   "order"=>[:month, :day, :year]},
 "time"=>
  {"am"=>"am",
   "formats"=>
    {"default"=>"%a, %d %b %Y %I:%M:%S %p %Z",
"long"=>"%B %d, %Y %I:%M %p",
"short"=>"%d %b %I:%M %p"},
   "pm"=>"pm"},
 "datetime"=>
  {"distance_in_words"=>
    {"about_x_hours"=>{"one"=>"about 1 hour", "other"=>"about %{count} hours"},
"about_x_months"=>
 {"one"=>"about 1 month", "other"=>"about %{count} months"},
"about_x_years"=>{"one"=>"about 1 year", "other"=>"about %{count} years"},
"almost_x_years"=>
 {"one"=>"almost 1 year", "other"=>"almost %{count} years"},
"half_a_minute"=>"half a minute",
"less_than_x_minutes"=>
 {"one"=>"less than a minute", "other"=>"less than %{count} minutes"},
"less_than_x_seconds"=>
 {"one"=>"less than 1 second", "other"=>"less than %{count} seconds"},
"over_x_years"=>{"one"=>"over 1 year", "other"=>"over %{count} years"},
"x_days"=>{"one"=>"1 day", "other"=>"%{count} days"},
"x_minutes"=>{"one"=>"1 minute", "other"=>"%{count} minutes"},
"x_months"=>{"one"=>"1 month", "other"=>"%{count} months"},
"x_seconds"=>{"one"=>"1 second", "other"=>"%{count} seconds"}},
   "prompts"=>
    {"day"=>"Day",
"hour"=>"Hour",
"minute"=>"Minute",
"month"=>"Month",
"second"=>"Seconds",
"year"=>"Year"}}}
Locale_es_AR =
{"date"=>
  {"abbr_day_names"=>["dom", "lun", "mar", "mié", "jue", "vie", "sáb"],
   "abbr_month_names"=>
    [nil,
"ene",
"feb",
"mar",
"abr",
"may",
"jun",
"jul",
"ago",
"sep",
"oct",
"nov",
"dic"],
   "day_names"=>
    ["domingo", "lunes", "martes", "miércoles", "jueves", "viernes", "sábado"],
   "formats"=>
    {"default"=>"%d/%m/%Y", "long"=>"%A, %d de %B de %Y", "short"=>"%d de %b"},
   "month_names"=>
    [nil,
"enero",
"febrero",
"marzo",
"abril",
"mayo",
"junio",
"julio",
"agosto",
"septiembre",
"octubre",
"noviembre",
"diciembre"],
   "order"=>[:day, :month, :year]},
 "time"=>
  {"am"=>"am",
   "formats"=>
    {"default"=>"%a, %d de %b de %Y a las %H:%M:%S %Z",
"long"=>"%A, %d de %B de %Y a las %I:%M %p",
"short"=>"%d de %b a las %H:%M hrs",
"time"=>"%H:%M:%S %Z"},
   "pm"=>"pm"},
 "datetime"=>
  {"distance_in_words"=>
    {"about_x_hours"=>
 {"one"=>"cerca de 1 hora", "other"=>"cerca de %{count} horas"},
"about_x_months"=>
 {"one"=>"cerca de 1 mes", "other"=>"cerca de %{count} meses"},
"about_x_years"=>
 {"one"=>"cerca de 1 año", "other"=>"cerca de %{count} años"},
"almost_x_years"=>{"one"=>"casi 1 año", "other"=>"casi %{count} años"},
"half_a_minute"=>"medio minuto",
"less_than_x_minutes"=>
 {"one"=>"menos de 1 minuto", "other"=>"menos de %{count} minutos"},
"less_than_x_seconds"=>
 {"one"=>"menos de 1 segundo", "other"=>"menos de %{count} segundos"},
"over_x_years"=>{"one"=>"más de 1 año", "other"=>"más de %{count} años"},
"x_days"=>{"one"=>"1 día", "other"=>"%{count} días"},
"x_minutes"=>{"one"=>"1 minuto", "other"=>"%{count} minutos"},
"x_months"=>{"one"=>"1 mes", "other"=>"%{count} meses"},
"x_seconds"=>{"one"=>"1 segundo", "other"=>"%{count} segundos"}},
   "prompts"=>
    {"day"=>"Día",
"hour"=>"Hora",
"minute"=>"Minuto",
"month"=>"Mes",
"second"=>"Segundos",
"year"=>"Año"}}}
Locale_es_CL =
{"date"=>
  {"abbr_day_names"=>["dom", "lun", "mar", "mié", "jue", "vie", "sáb"],
   "abbr_month_names"=>
    [nil,
"ene",
"feb",
"mar",
"abr",
"may",
"jun",
"jul",
"ago",
"sep",
"oct",
"nov",
"dic"],
   "day_names"=>
    ["domingo", "lunes", "martes", "miércoles", "jueves", "viernes", "sábado"],
   "formats"=>
    {"default"=>"%d/%m/%Y", "long"=>"%A %d de %B de %Y", "short"=>"%d de %b"},
   "month_names"=>
    [nil,
"enero",
"febrero",
"marzo",
"abril",
"mayo",
"junio",
"julio",
"agosto",
"septiembre",
"octubre",
"noviembre",
"diciembre"],
   "order"=>[:day, :month, :year]},
 "time"=>
  {"am"=>"am",
   "formats"=>
    {"default"=>"%A, %d de %B de %Y %H:%M:%S %z",
"long"=>"%A %d de %B de %Y %H:%M",
"short"=>"%d de %b %H:%M",
"time"=>"%H:%M:%S %z"},
   "pm"=>"pm"},
 "datetime"=>
  {"distance_in_words"=>
    {"about_x_hours"=>
 {"one"=>"alrededor de 1 hora", "other"=>"alrededor de %{count} horas"},
"about_x_months"=>
 {"one"=>"alrededor de 1 mes", "other"=>"alrededor de %{count} meses"},
"about_x_years"=>
 {"one"=>"alrededor de 1 año", "other"=>"alrededor de %{count} años"},
"almost_x_years"=>{"one"=>"casi 1 año", "other"=>"casi %{count} años"},
"half_a_minute"=>"medio minuto",
"less_than_x_minutes"=>
 {"one"=>"menos de 1 minuto", "other"=>"menos de %{count} minutos"},
"less_than_x_seconds"=>
 {"one"=>"menos de 1 segundo", "other"=>"menos de %{count} segundos"},
"over_x_years"=>{"one"=>"más de 1 año", "other"=>"más de %{count} años"},
"x_days"=>{"one"=>"1 día", "other"=>"%{count} días"},
"x_minutes"=>{"one"=>"1 minuto", "other"=>"%{count} minutos"},
"x_months"=>{"one"=>"1 mes", "other"=>"%{count} meses"},
"x_seconds"=>{"one"=>"1 segundo", "other"=>"%{count} segundos"}},
   "prompts"=>
    {"day"=>"Día",
"hour"=>"Hora",
"minute"=>"Minutos",
"month"=>"Mes",
"second"=>"Segundos",
"year"=>"Año"}}}
Locale_es_CO =
{"date"=>
  {"abbr_day_names"=>["dom", "lun", "mar", "mié", "jue", "vie", "sáb"],
   "abbr_month_names"=>
    [nil,
"ene",
"feb",
"mar",
"abr",
"may",
"jun",
"jul",
"ago",
"sep",
"oct",
"nov",
"dic"],
   "day_names"=>
    ["domingo", "lunes", "martes", "miércoles", "jueves", "viernes", "sábado"],
   "formats"=>
    {"default"=>"%d/%m/%Y", "long"=>"%A, %d de %B de %Y", "short"=>"%d de %b"},
   "month_names"=>
    [nil,
"enero",
"febrero",
"marzo",
"abril",
"mayo",
"junio",
"julio",
"agosto",
"septiembre",
"octubre",
"noviembre",
"diciembre"],
   "order"=>[:day, :month, :year]},
 "time"=>
  {"am"=>"am",
   "formats"=>
    {"default"=>"%a, %d de %b de %Y a las %H:%M:%S %Z",
"long"=>"%A, %d de %B de %Y a las %I:%M %p",
"short"=>"%d de %b a las %H:%M hrs",
"time"=>"%H:%M:%S %Z"},
   "pm"=>"pm"},
 "datetime"=>
  {"distance_in_words"=>
    {"about_x_hours"=>
 {"one"=>"cerca de 1 hora", "other"=>"cerca de %{count} horas"},
"about_x_months"=>
 {"one"=>"cerca de 1 mes", "other"=>"cerca de %{count} meses"},
"about_x_years"=>
 {"one"=>"cerca de 1 año", "other"=>"cerca de %{count} años"},
"almost_x_years"=>{"one"=>"casi 1 año", "other"=>"casi %{count} años"},
"half_a_minute"=>"medio minuto",
"less_than_x_minutes"=>
 {"one"=>"menos de 1 minuto", "other"=>"menos de %{count} minutos"},
"less_than_x_seconds"=>
 {"one"=>"menos de 1 segundo", "other"=>"menos de %{count} segundos"},
"over_x_years"=>{"one"=>"más de 1 año", "other"=>"más de %{count} años"},
"x_days"=>{"one"=>"1 día", "other"=>"%{count} días"},
"x_minutes"=>{"one"=>"1 minuto", "other"=>"%{count} minutos"},
"x_months"=>{"one"=>"1 mes", "other"=>"%{count} meses"},
"x_seconds"=>{"one"=>"1 segundo", "other"=>"%{count} segundos"}},
   "prompts"=>
    {"day"=>"Día",
"hour"=>"Hora",
"minute"=>"Minuto",
"month"=>"Mes",
"second"=>"Segundos",
"year"=>"Año"}}}
Locale_es_CR =
{"date"=>
  {"abbr_day_names"=>["dom", "lun", "mar", "mié", "jue", "vie", "sáb"],
   "abbr_month_names"=>
    [nil,
"ene",
"feb",
"mar",
"abr",
"may",
"jun",
"jul",
"ago",
"sep",
"oct",
"nov",
"dic"],
   "day_names"=>
    ["domingo", "lunes", "martes", "miércoles", "jueves", "viernes", "sábado"],
   "formats"=>
    {"default"=>"%d/%m/%Y", "long"=>"%A, %d de %B de %Y", "short"=>"%d de %b"},
   "month_names"=>
    [nil,
"enero",
"febrero",
"marzo",
"abril",
"mayo",
"junio",
"julio",
"agosto",
"septiembre",
"octubre",
"noviembre",
"diciembre"],
   "order"=>[:day, :month, :year]},
 "time"=>
  {"am"=>"am",
   "formats"=>
    {"default"=>"%a, %d de %b de %Y a las %H:%M:%S %Z",
"long"=>"%A, %d de %B de %Y a las %I:%M %p",
"short"=>"%d de %b a las %H:%M hrs",
"time"=>"%H:%M:%S %Z"},
   "pm"=>"pm"},
 "datetime"=>
  {"distance_in_words"=>
    {"about_x_hours"=>
 {"one"=>"cerca de 1 hora", "other"=>"cerca de %{count} horas"},
"about_x_months"=>
 {"one"=>"cerca de 1 mes", "other"=>"cerca de %{count} meses"},
"about_x_years"=>
 {"one"=>"cerca de 1 año", "other"=>"cerca de %{count} años"},
"almost_x_years"=>{"one"=>"casi 1 año", "other"=>"casi %{count} años"},
"half_a_minute"=>"medio minuto",
"less_than_x_minutes"=>
 {"one"=>"menos de 1 minuto", "other"=>"menos de %{count} minutos"},
"less_than_x_seconds"=>
 {"one"=>"menos de 1 segundo", "other"=>"menos de %{count} segundos"},
"over_x_years"=>{"one"=>"más de 1 año", "other"=>"más de %{count} años"},
"x_days"=>{"one"=>"1 día", "other"=>"%{count} días"},
"x_minutes"=>{"one"=>"1 minuto", "other"=>"%{count} minutos"},
"x_months"=>{"one"=>"1 mes", "other"=>"%{count} meses"},
"x_seconds"=>{"one"=>"1 segundo", "other"=>"%{count} segundos"}},
   "prompts"=>
    {"day"=>"Día",
"hour"=>"Hora",
"minute"=>"Minuto",
"month"=>"Mes",
"second"=>"Segundos",
"year"=>"Año"}}}
Locale_es_EC =
{"date"=>
  {"abbr_day_names"=>["dom", "lun", "mar", "mié", "jue", "vie", "sáb"],
   "abbr_month_names"=>
    [nil,
"ene",
"feb",
"mar",
"abr",
"may",
"jun",
"jul",
"ago",
"sep",
"oct",
"nov",
"dic"],
   "day_names"=>
    ["domingo", "lunes", "martes", "miércoles", "jueves", "viernes", "sábado"],
   "formats"=>
    {"default"=>"%-d/%m/%Y",
"long"=>"%A, %-d de %B de %Y",
"short"=>"%-d de %b"},
   "month_names"=>
    [nil,
"enero",
"febrero",
"marzo",
"abril",
"mayo",
"junio",
"julio",
"agosto",
"septiembre",
"octubre",
"noviembre",
"diciembre"],
   "order"=>[:day, :month, :year]},
 "time"=>
  {"am"=>"am",
   "formats"=>
    {"default"=>"%A, %-d de %B de %Y a las %-I:%M:%S %p %Z",
"long"=>"%-d de %B de %Y a las %-I:%M %p",
"short"=>"%-d %b %-I:%M %p"},
   "pm"=>"pm"},
 "datetime"=>
  {"distance_in_words"=>
    {"about_x_hours"=>
 {"one"=>"cerca de 1 hora", "other"=>"cerca de %{count} horas"},
"about_x_months"=>
 {"one"=>"cerca de 1 mes", "other"=>"cerca de %{count} meses"},
"about_x_years"=>
 {"one"=>"cerca de 1 año", "other"=>"cerca de %{count} años"},
"almost_x_years"=>{"one"=>"casi 1 año", "other"=>"casi %{count} años"},
"half_a_minute"=>"medio minuto",
"less_than_x_minutes"=>
 {"one"=>"menos de 1 minuto", "other"=>"menos de %{count} minutos"},
"less_than_x_seconds"=>
 {"one"=>"menos de 1 segundo", "other"=>"menos de %{count} segundos"},
"over_x_years"=>{"one"=>"más de 1 año", "other"=>"más de %{count} años"},
"x_days"=>{"one"=>"1 día", "other"=>"%{count} días"},
"x_minutes"=>{"one"=>"1 minuto", "other"=>"%{count} minutos"},
"x_months"=>{"one"=>"1 mes", "other"=>"%{count} meses"},
"x_seconds"=>{"one"=>"1 segundo", "other"=>"%{count} segundos"}},
   "prompts"=>
    {"day"=>"Día",
"hour"=>"Hora",
"minute"=>"Minuto",
"month"=>"Mes",
"second"=>"Segundos",
"year"=>"Año"}}}
Locale_es_MX =
{"date"=>
  {"abbr_day_names"=>["dom", "lun", "mar", "mié", "jue", "vie", "sáb"],
   "abbr_month_names"=>
    [nil,
"ene",
"feb",
"mar",
"abr",
"may",
"jun",
"jul",
"ago",
"sep",
"oct",
"nov",
"dic"],
   "day_names"=>
    ["domingo", "lunes", "martes", "miércoles", "jueves", "viernes", "sábado"],
   "formats"=>
    {"default"=>"%d/%m/%Y", "long"=>"%A, %d de %B de %Y", "short"=>"%d de %b"},
   "month_names"=>
    [nil,
"enero",
"febrero",
"marzo",
"abril",
"mayo",
"junio",
"julio",
"agosto",
"septiembre",
"octubre",
"noviembre",
"diciembre"],
   "order"=>[:day, :month, :year]},
 "time"=>
  {"am"=>"am",
   "formats"=>
    {"default"=>"%a, %d de %b de %Y a las %H:%M:%S %Z",
"long"=>"%A, %d de %B de %Y a las %I:%M %p",
"short"=>"%d de %b a las %H:%M hrs",
"time"=>"%H:%M:%S %Z"},
   "pm"=>"pm"},
 "datetime"=>
  {"distance_in_words"=>
    {"about_x_hours"=>
 {"one"=>"cerca de 1 hora", "other"=>"cerca de %{count} horas"},
"about_x_months"=>
 {"one"=>"cerca de 1 mes", "other"=>"cerca de %{count} meses"},
"about_x_years"=>
 {"one"=>"cerca de 1 año", "other"=>"cerca de %{count} años"},
"almost_x_years"=>{"one"=>"casi 1 año", "other"=>"casi %{count} años"},
"half_a_minute"=>"medio minuto",
"less_than_x_minutes"=>
 {"one"=>"menos de 1 minuto", "other"=>"menos de %{count} minutos"},
"less_than_x_seconds"=>
 {"one"=>"menos de 1 segundo", "other"=>"menos de %{count} segundos"},
"over_x_years"=>{"one"=>"más de 1 año", "other"=>"más de %{count} años"},
"x_days"=>{"one"=>"1 día", "other"=>"%{count} días"},
"x_minutes"=>{"one"=>"1 minuto", "other"=>"%{count} minutos"},
"x_months"=>{"one"=>"1 mes", "other"=>"%{count} meses"},
"x_seconds"=>{"one"=>"1 segundo", "other"=>"%{count} segundos"}},
   "prompts"=>
    {"day"=>"Día",
"hour"=>"Hora",
"minute"=>"Minuto",
"month"=>"Mes",
"second"=>"Segundos",
"year"=>"Año"}}}
Locale_es_PA =
{"date"=>
  {"abbr_day_names"=>["dom", "lun", "mar", "mié", "jue", "vie", "sáb"],
   "abbr_month_names"=>
    [nil,
"ene",
"feb",
"mar",
"abr",
"may",
"jun",
"jul",
"ago",
"sep",
"oct",
"nov",
"dic"],
   "day_names"=>
    ["domingo", "lunes", "martes", "miércoles", "jueves", "viernes", "sábado"],
   "formats"=>
    {"default"=>"%-d/%m/%Y",
"long"=>"%A, %-d de %B de %Y",
"short"=>"%-d de %b"},
   "month_names"=>
    [nil,
"enero",
"febrero",
"marzo",
"abril",
"mayo",
"junio",
"julio",
"agosto",
"septiembre",
"octubre",
"noviembre",
"diciembre"],
   "order"=>[:day, :month, :year]},
 "time"=>
  {"am"=>"am",
   "formats"=>
    {"default"=>"%A, %-d de %B de %Y a las %-I:%M:%S %p %Z",
"long"=>"%-d de %B de %Y a las %-I:%M %p",
"short"=>"%-d %b %-I:%M %p"},
   "pm"=>"pm"},
 "datetime"=>
  {"distance_in_words"=>
    {"about_x_hours"=>
 {"one"=>"cerca de 1 hora", "other"=>"cerca de %{count} horas"},
"about_x_months"=>
 {"one"=>"cerca de 1 mes", "other"=>"cerca de %{count} meses"},
"about_x_years"=>
 {"one"=>"cerca de 1 año", "other"=>"cerca de %{count} años"},
"almost_x_years"=>{"one"=>"casi 1 año", "other"=>"casi %{count} años"},
"half_a_minute"=>"medio minuto",
"less_than_x_minutes"=>
 {"one"=>"menos de 1 minuto", "other"=>"menos de %{count} minutos"},
"less_than_x_seconds"=>
 {"one"=>"menos de 1 segundo", "other"=>"menos de %{count} segundos"},
"over_x_years"=>{"one"=>"más de 1 año", "other"=>"más de %{count} años"},
"x_days"=>{"one"=>"1 día", "other"=>"%{count} días"},
"x_minutes"=>{"one"=>"1 minuto", "other"=>"%{count} minutos"},
"x_months"=>{"one"=>"1 mes", "other"=>"%{count} meses"},
"x_seconds"=>{"one"=>"1 segundo", "other"=>"%{count} segundos"}},
   "prompts"=>
    {"day"=>"Día",
"hour"=>"Hora",
"minute"=>"Minuto",
"month"=>"Mes",
"second"=>"Segundos",
"year"=>"Año"}}}
Locale_es_PE =
{"date"=>
  {"abbr_day_names"=>["dom", "lun", "mar", "mié", "jue", "vie", "sáb"],
   "abbr_month_names"=>
    [nil,
"ene",
"feb",
"mar",
"abr",
"may",
"jun",
"jul",
"ago",
"sep",
"oct",
"nov",
"dic"],
   "day_names"=>
    ["domingo", "lunes", "martes", "miércoles", "jueves", "viernes", "sábado"],
   "formats"=>
    {"default"=>"%d/%m/%Y",
"long"=>"%A, %d de %B del %Y",
"short"=>"%d de %b"},
   "month_names"=>
    [nil,
"enero",
"febrero",
"marzo",
"abril",
"mayo",
"junio",
"julio",
"agosto",
"septiembre",
"octubre",
"noviembre",
"diciembre"],
   "order"=>[:day, :month, :year]},
 "time"=>
  {"am"=>"am",
   "formats"=>
    {"default"=>"%a, %d de %b del %Y a las %H:%M:%S %Z",
"long"=>"%A, %d de %B del %Y a las %I:%M %p",
"short"=>"%d de %b a las %H:%M hrs",
"time"=>"%H:%M:%S %Z"},
   "pm"=>"pm"},
 "datetime"=>
  {"distance_in_words"=>
    {"about_x_hours"=>
 {"one"=>"cerca de 1 hora", "other"=>"cerca de %{count} horas"},
"about_x_months"=>
 {"one"=>"cerca de 1 mes", "other"=>"cerca de %{count} meses"},
"about_x_years"=>
 {"one"=>"cerca de 1 año", "other"=>"cerca de %{count} años"},
"half_a_minute"=>"medio minuto",
"less_than_x_minutes"=>
 {"one"=>"menos de 1 minuto", "other"=>"menos de %{count} minutos"},
"less_than_x_seconds"=>
 {"one"=>"menos de 1 segundo", "other"=>"menos de %{count} segundos"},
"over_x_years"=>{"one"=>"más de 1 año", "other"=>"más de %{count} años"},
"x_days"=>{"one"=>"1 día", "other"=>"%{count} días"},
"x_minutes"=>{"one"=>"1 minuto", "other"=>"%{count} minutos"},
"x_months"=>{"one"=>"1 mes", "other"=>"%{count} meses"},
"x_seconds"=>{"one"=>"1 segundo", "other"=>"%{count} segundos"}},
   "prompts"=>
    {"day"=>"Día",
"hour"=>"Hora",
"minute"=>"Minuto",
"month"=>"Mes",
"second"=>"Segundos",
"year"=>"Año"}}}
Locale_es_VE =
{"date"=>
  {"abbr_day_names"=>["dom", "lun", "mar", "mié", "jue", "vie", "sáb"],
   "abbr_month_names"=>
    [nil,
"ene",
"feb",
"mar",
"abr",
"may",
"jun",
"jul",
"ago",
"sep",
"oct",
"nov",
"dic"],
   "day_names"=>
    ["domingo", "lunes", "martes", "miércoles", "jueves", "viernes", "sábado"],
   "formats"=>
    {"default"=>"%d/%m/%Y", "long"=>"%A, %d de %B de %Y", "short"=>"%d de %b"},
   "month_names"=>
    [nil,
"enero",
"febrero",
"marzo",
"abril",
"mayo",
"junio",
"julio",
"agosto",
"septiembre",
"octubre",
"noviembre",
"diciembre"],
   "order"=>[:day, :month, :year]},
 "time"=>
  {"am"=>"am",
   "formats"=>
    {"default"=>"%a, %d de %b de %Y a las %H:%M:%S%p %Z",
"long"=>"%A, %d de %B de %Y a las %I:%M%p",
"short"=>"%d de %b a las %H:%M%p",
"time"=>"%H:%M:%S%p %Z"},
   "pm"=>"pm"},
 "datetime"=>
  {"distance_in_words"=>
    {"about_x_hours"=>
 {"one"=>"cerca de 1 hora", "other"=>"cerca de %{count} horas"},
"about_x_months"=>
 {"one"=>"cerca de 1 mes", "other"=>"cerca de %{count} meses"},
"about_x_years"=>
 {"one"=>"cerca de 1 año", "other"=>"cerca de %{count} años"},
"almost_x_years"=>{"one"=>"casi 1 año", "other"=>"casi %{count} años"},
"half_a_minute"=>"medio minuto",
"less_than_x_minutes"=>
 {"one"=>"menos de 1 minuto", "other"=>"menos de %{count} minutos"},
"less_than_x_seconds"=>
 {"one"=>"menos de 1 segundo", "other"=>"menos de %{count} segundos"},
"over_x_years"=>{"one"=>"más de 1 año", "other"=>"más de %{count} años"},
"x_days"=>{"one"=>"1 día", "other"=>"%{count} días"},
"x_minutes"=>{"one"=>"1 minuto", "other"=>"%{count} minutos"},
"x_months"=>{"one"=>"1 mes", "other"=>"%{count} meses"},
"x_seconds"=>{"one"=>"1 segundo", "other"=>"%{count} segundos"}},
   "prompts"=>
    {"day"=>"Día",
"hour"=>"Hora",
"minute"=>"Minuto",
"month"=>"Mes",
"second"=>"Segundos",
"year"=>"Año"}}}
Locale_fr_CA =
{"date"=>
  {"abbr_day_names"=>["dim", "lun", "mar", "mer", "jeu", "ven", "sam"],
   "abbr_month_names"=>
    [nil,
"jan.",
"fév.",
"mar.",
"avr.",
"mai",
"juin",
"juil.",
"août",
"sept.",
"oct.",
"nov.",
"déc."],
   "day_names"=>
    ["dimanche", "lundi", "mardi", "mercredi", "jeudi", "vendredi", "samedi"],
   "formats"=>{"default"=>"%Y-%m-%d", "long"=>"%d %B %Y", "short"=>"%y-%m-%d"},
   "month_names"=>
    [nil,
"janvier",
"février",
"mars",
"avril",
"mai",
"juin",
"juillet",
"août",
"septembre",
"octobre",
"novembre",
"décembre"],
   "order"=>[:year, :month, :day]},
 "time"=>
  {"am"=>"am",
   "formats"=>
    {"default"=>"%H:%M:%S",
"long"=>"%A %d %B %Y %H:%M",
"short"=>"%H:%M",
"time"=>"%H:%M:%S"},
   "pm"=>"pm"},
 "datetime"=>
  {"distance_in_words"=>
    {"about_x_hours"=>
 {"one"=>"environ une heure", "other"=>"environ %{count} heures"},
"about_x_months"=>
 {"one"=>"environ un mois", "other"=>"environ %{count} mois"},
"about_x_years"=>
 {"one"=>"environ un an", "other"=>"environ %{count} ans"},
"almost_x_years"=>
 {"one"=>"presqu'un an", "other"=>"presque %{count} ans"},
"half_a_minute"=>"une demi-minute",
"less_than_x_minutes"=>
 {"one"=>"moins d'une minute",
  "other"=>"moins de %{count} minutes",
  "zero"=>"moins d'une minute"},
"less_than_x_seconds"=>
 {"one"=>"moins d'une seconde",
  "other"=>"moins de %{count} secondes",
  "zero"=>"moins d'une seconde"},
"over_x_years"=>{"one"=>"plus d'un an", "other"=>"plus de %{count} ans"},
"x_days"=>{"one"=>"1 jour", "other"=>"%{count} jours"},
"x_minutes"=>{"one"=>"1 minute", "other"=>"%{count} minutes"},
"x_months"=>{"one"=>"1 mois", "other"=>"%{count} mois"},
"x_seconds"=>{"one"=>"1 seconde", "other"=>"%{count} secondes"}},
   "prompts"=>
    {"day"=>"Jour",
"hour"=>"Heure",
"minute"=>"Minute",
"month"=>"Mois",
"second"=>"Seconde",
"year"=>"Année"}}}
Locale_fr_CH =
{"date"=>
  {"abbr_day_names"=>["dim", "lun", "mar", "mer", "jeu", "ven", "sam"],
   "abbr_month_names"=>
    [nil,
"jan.",
"fév.",
"mar.",
"avr.",
"mai",
"juin",
"juil.",
"août",
"sept.",
"oct.",
"nov.",
"déc."],
   "day_names"=>
    ["dimanche", "lundi", "mardi", "mercredi", "jeudi", "vendredi", "samedi"],
   "formats"=>{"default"=>"%d.%m.%Y", "long"=>"%e %B %Y", "short"=>"%e %b"},
   "month_names"=>
    [nil,
"janvier",
"février",
"mars",
"avril",
"mai",
"juin",
"juillet",
"août",
"septembre",
"octobre",
"novembre",
"décembre"],
   "order"=>[:day, :month, :year]},
 "time"=>
  {"am"=>"am",
   "formats"=>
    {"default"=>"%d. %B %Y %H:%M",
"long"=>"%A, %d. %B %Y %H:%M:%S %Z",
"short"=>"%d. %b %H:%M",
"time"=>"%H:%M"},
   "pm"=>"pm"},
 "datetime"=>
  {"distance_in_words"=>
    {"about_x_hours"=>
 {"one"=>"environ une heure", "other"=>"environ %{count} heures"},
"about_x_months"=>
 {"one"=>"environ un mois", "other"=>"environ %{count} mois"},
"about_x_years"=>
 {"one"=>"environ un an", "other"=>"environ %{count} ans"},
"almost_x_years"=>
 {"one"=>"presqu'un an", "other"=>"presque %{count} ans"},
"half_a_minute"=>"une demi-minute",
"less_than_x_minutes"=>
 {"one"=>"moins d'une minute",
  "other"=>"moins de %{count} minutes",
  "zero"=>"moins d'une minute"},
"less_than_x_seconds"=>
 {"one"=>"moins d'une seconde",
  "other"=>"moins de %{count} secondes",
  "zero"=>"moins d'une seconde"},
"over_x_years"=>{"one"=>"plus d'un an", "other"=>"plus de %{count} ans"},
"x_days"=>{"one"=>"1 jour", "other"=>"%{count} jours"},
"x_minutes"=>{"one"=>"1 minute", "other"=>"%{count} minutes"},
"x_months"=>{"one"=>"1 mois", "other"=>"%{count} mois"},
"x_seconds"=>{"one"=>"1 seconde", "other"=>"%{count} secondes"}},
   "prompts"=>
    {"day"=>"Jour",
"hour"=>"Heure",
"minute"=>"Minute",
"month"=>"Mois",
"second"=>"Seconde",
"year"=>"Année"}}}
Locale_hi_IN =
{"date"=>
  {"abbr_day_names"=>["रवि", "सोम", "मंगल", "बुध", "गुरु", "शुक्र", "शनि"],
   "abbr_month_names"=>
    [nil,
"Jan",
"Feb",
"Mar",
"Apr",
"May",
"Jun",
"Jul",
"Aug",
"Sep",
"Oct",
"Nov",
"Dec"],
   "day_names"=>
    ["रविवार", "सोमवार", "मंगलवार", "बुधवार", "गुरुवार", "शुक्रवार", "शनिवार"],
   "formats"=>{"default"=>"%d-%m-%Y", "long"=>"%B %d, %Y", "short"=>"%b %d"},
   "month_names"=>
    [nil,
"जनवरी",
"फरवरी",
"मार्च",
"अप्रैल",
"मई",
"जून",
"जुलाई",
"अगस्त",
"सितंबर",
"अक्टूबर",
"नवंबर",
"दिसंबर"],
   "order"=>[:day, :month, :year]},
 "time"=>
  {"am"=>"am",
   "formats"=>
    {"default"=>"%a, %d %b %Y %H:%M:%S %z",
"long"=>"%B %d, %Y %H:%M",
"short"=>"%d %b %H:%M",
"time"=>"%H:%M:%S %z"},
   "pm"=>"pm"},
 "datetime"=>
  {"distance_in_words"=>
    {"about_x_hours"=>
 {"one"=>"लग - भग एक घंटा", "other"=>"लग - भग %{count} घंटा"},
"about_x_months"=>
 {"one"=>"लग - भग 1 महीना", "other"=>"लग - भग %{count} महीना"},
"about_x_years"=>
 {"one"=>"लग - भग 1 साल", "other"=>"लग - भग %{count} साल"},
"almost_x_years"=>
 {"one"=>"लग - भग एक साल", "other"=>"लग - भग %{count} साल"},
"half_a_minute"=>"एक आधा मिनट",
"less_than_x_minutes"=>
 {"one"=>"एक मिनट से कम", "other"=>"%{count} मिनट से कम"},
"less_than_x_seconds"=>
 {"one"=>"एक सेकंड से कम", "other"=>"%{count}  सेकंड से कम"},
"over_x_years"=>{"one"=>"एक साल के ऊपर", "other"=>"%{count} साल के ऊपर"},
"x_days"=>{"one"=>"एक दिन", "other"=>"%{count} दिन"},
"x_minutes"=>{"one"=>"एक मिनट", "other"=>"%{count} मिनट"},
"x_months"=>{"one"=>"एक महीना", "other"=>"%{count} महीना"},
"x_seconds"=>{"one"=>"एक सेकंड", "other"=>"%{count} सेकंड"}},
   "prompts"=>
    {"day"=>"दिन",
"hour"=>"घंटा",
"minute"=>"क्षण",
"month"=>"माह",
"second"=>"सेकंड",
"year"=>"वर्ष"}}}
Locale_it_CH =
{"date"=>
  {"abbr_day_names"=>["Dom", "Lun", "Mar", "Mer", "Gio", "Ven", "Sab"],
   "abbr_month_names"=>
    [nil,
"Gen",
"Feb",
"Mar",
"Apr",
"Mag",
"Giu",
"Lug",
"Ago",
"Set",
"Ott",
"Nov",
"Dic"],
   "day_names"=>
    ["Domenica",
"Lunedì",
"Martedì",
"Mercoledì",
"Giovedì",
"Venerdì",
"Sabato"],
   "formats"=>{"default"=>"%d-%m-%Y", "long"=>"%d %B %Y", "short"=>"%d %b"},
   "month_names"=>
    [nil,
"Gennaio",
"Febbraio",
"Marzo",
"Aprile",
"Maggio",
"Giugno",
"Luglio",
"Agosto",
"Settembre",
"Ottobre",
"Novembre",
"Dicembre"],
   "order"=>[:day, :month, :year]},
 "time"=>
  {"am"=>"am",
   "formats"=>
    {"default"=>"%a %d %b %Y, %H:%M:%S %z",
"long"=>"%d %B %Y %H:%M",
"short"=>"%d %b %H:%M",
"time"=>"%H:%M:%S %z"},
   "pm"=>"pm"},
 "datetime"=>
  {"distance_in_words"=>
    {"about_x_hours"=>{"one"=>"circa un'ora", "other"=>"circa %{count} ore"},
"about_x_months"=>
 {"one"=>"circa un mese", "other"=>"circa %{count} mesi"},
"about_x_years"=>{"one"=>"circa un anno", "other"=>"circa %{count} anni"},
"almost_x_years"=>{"one"=>"circa 1 anno", "other"=>"circa %{count} anni"},
"half_a_minute"=>"mezzo minuto",
"less_than_x_minutes"=>
 {"one"=>"meno di un minuto", "other"=>"meno di %{count} minuti"},
"less_than_x_seconds"=>
 {"one"=>"meno di un secondo", "other"=>"meno di %{count} secondi"},
"over_x_years"=>{"one"=>"oltre un anno", "other"=>"oltre %{count} anni"},
"x_days"=>{"one"=>"1 giorno", "other"=>"%{count} giorni"},
"x_minutes"=>{"one"=>"1 minuto", "other"=>"%{count} minuti"},
"x_months"=>{"one"=>"1 mese", "other"=>"%{count} mesi"},
"x_seconds"=>{"one"=>"1 secondo", "other"=>"%{count} secondi"}},
   "prompts"=>
    {"day"=>"Giorno",
"hour"=>"Ora",
"minute"=>"Minuto",
"month"=>"Mese",
"second"=>"Secondi",
"year"=>"Anno"}}}
{"ja"=>
  {:ACE=>"<year>%E5%B9%B4",
   :BCE=>"%E7%B4%80%E5%85%83%E5%89%8D<year>%E5%B9%B4",
   :DAY=>"<month>%E6%9C%88<day>%E6%97%A5",
   :LSDAY=>"<month>%E6%9C%88<day>%E6%97%A5_(%E6%97%A7%E6%9A%A6)"},
 "af"=>
  {:ACE=>"<year>",
   :BCE=>"<year>_v.C.",
   :DAY=>"<day>_<month>",
   :MONTHS=>
    ["Januarie",
"Februarie",
"Maart",
"April",
"Mei",
"Junie",
"Julie",
"Augustus",
"September",
"Oktober",
"November",
"Desember"]},
 "an"=>
  {:ACE=>"<year>",
   :BCE=>"<year>_aC",
   :DAY=>"<day>_d<month>",
   :MONTHS=>
    ["e_chinero",
"e_febrero",
"e_marzo",
"%27abril",
"e_mayo",
"e_chunio",
"e_chulio",
"%27agosto",
"e_setiembre",
"%27octubre",
"e_noviembre",
"%27aviento"]},
 "ast"=>
  {:ACE=>"<year>",
   :BCE=>"<year>_edC",
   :DAY=>"<day>_d<month>",
   :MONTHS=>
    ["e_xineru",
"e_febreru",
"e_marzu",
"%27abril",
"e_mayu",
"e_xunu",
"e_xunetu",
"%27agostu",
"e_setiembre",
"%27ochobre",
"e_payares",
"%27avientu"]},
 "az"=>
  {:ACE=>"<year>",
   :BCE=>"E.%C9%99.<year>",
   :DAY=>"<day>_<month>",
   :MONTHS=>
    ["yanvar",
"fevral",
"mart",
"aprel",
"may",
"iyun",
"iyul",
"avqust",
"sentyabr",
"oktyabr",
"noyabr",
"dekabr"]},
 "be"=>
  {:ACE=>"<year>",
   :BCE=>"<year>_%D0%B4%D0%B0_%D0%BD.%D1%8D.",
   :DAY=>"<day>_%D<month>",
   :MONTHS=>
    ["1%81%D1%82%D1%83%D0%B4%D0%B7%D0%B5%D0%BD%D1%8F",
"0%BB%D1%8E%D1%82%D0%B0%D0%B3%D0%B0",
"1%81%D0%B0%D0%BA%D0%B0%D0%B2%D1%96%D0%BA%D0%B0",
"0%BA%D1%80%D0%B0%D1%81%D0%B0%D0%B2%D1%96%D0%BA%D0%B0",
"0%BC%D0%B0%D1%8F",
"1%87%D1%8D%D1%80%D0%B2%D0%B5%D0%BD%D1%8F",
"0%BB%D1%96%D0%BF%D0%B5%D0%BD%D1%8F",
"0%B6%D0%BD%D1%96%D1%9E%D0%BD%D1%8F",
"0%B2%D0%B5%D1%80%D0%B0%D1%81%D0%BD%D1%8F",
"0%BA%D0%B0%D1%81%D1%82%D1%80%D1%8B%D1%87%D0%BD%D1%96%D0%BA%D0%B0",
"0%BB%D1%96%D1%81%D1%82%D0%B0%D0%BF%D0%B0%D0%B4%D0%B0",
"1%81%D0%BD%D0%B5%D0%B6%D0%BD%D1%8F"]},
 "be-x-old"=>
  {:ACE=>"<year>",
   :BCE=>"<year>_%D0%B4%D0%B0_%D0%BD._%D1%8D.",
   :DAY=>"<day>_%D<month>",
   :MONTHS=>
    ["1%81%D1%82%D1%83%D0%B4%D0%B7%D0%B5%D0%BD%D1%8F",
"0%BB%D1%8E%D1%82%D0%B0%D0%B3%D0%B0",
"1%81%D0%B0%D0%BA%D0%B0%D0%B2%D1%96%D0%BA%D0%B0",
"0%BA%D1%80%D0%B0%D1%81%D0%B0%D0%B2%D1%96%D0%BA%D0%B0",
"1%82%D1%80%D0%B0%D1%9E%D0%BD%D1%8F",
"1%87%D1%8D%D1%80%D0%B2%D0%B5%D0%BD%D1%8F",
"0%BB%D1%96%D0%BF%D0%B5%D0%BD%D1%8F",
"0%B6%D0%BD%D1%96%D1%9E%D0%BD%D1%8F",
"0%B2%D0%B5%D1%80%D0%B0%D1%81%D1%8C%D0%BD%D1%8F",
"0%BA%D0%B0%D1%81%D1%82%D1%80%D1%8B%D1%87%D0%BD%D1%96%D0%BA%D0%B0",
"0%BB%D1%96%D1%81%D1%82%D0%B0%D0%BF%D0%B0%D0%B4%D0%B0",
"1%81%D1%8C%D0%BD%D0%B5%D0%B6%D0%BD%D1%8F"]},
 "bs"=>
  {:ACE=>"<year>",
   :BCE=>"<year>_p.n.e.",
   :DAY=>"<day>._<month>",
   :MONTHS=>
    ["januar",
"februar",
"mart",
"april",
"maj",
"juni",
"juli",
"august",
"septembar",
"oktobar",
"novembar",
"decembar"]},
 "ca"=>
  {:ACE=>"<year>",
   :BCE=>"<year>_aC",
   :DAY=>"<day>_d<month>",
   :MONTHS=>
    ["e_gener",
"e_febrer",
"e_mar%C3%A7",
"%27abril",
"e_maig",
"e_juny",
"e_juliol",
"%27agost",
"e_setembre",
"%27octubre",
"e_novembre",
"e_desembre"]},
 "cs"=>
  {:ACE=>"<year>",
   :BCE=>"<year>_p%C5%99._n._l.",
   :DAY=>"<day>._<month>",
   :MONTHS=>
    ["leden",
"%C3%BAnor",
"b%C5%99ezen",
"duben",
"kv%C4%9Bten",
"%C4%8Derven",
"%C4%8Dervenec",
"srpen",
"z%C3%A1%C5%99%C3%AD",
"%C5%99%C3%ADjen",
"listopad",
"prosinec"]},
 "cy"=>
  {:ACE=>"<year>",
   :BCE=>"<year>_CC",
   :DAY=>"<day>_<month>",
   :MONTHS=>
    ["Ionawr",
"Chwefror",
"Mawrth",
"Ebrill",
"Mai",
"Mehefin",
"Gorffennaf",
"Awst",
"Medi",
"Hydref",
"Tachwedd",
"Rhagfyr"]},
 "da"=>
  {:ACE=>"<year>",
   :BCE=>"<year>_f.Kr.",
   :DAY=>"<day>._<month>",
   :MONTHS=>
    ["januar",
"februar",
"marts",
"april",
"maj",
"juni",
"juli",
"august",
"september",
"oktober",
"november",
"december"]},
 "de"=>
  {:ACE=>"<year>",
   :BCE=>"<year>_v._Chr.",
   :DAY=>"<day>._<month>",
   :MONTHS=>
    ["Januar",
"Februar",
"M%C3%A4rz",
"April",
"Mai",
"Juni",
"Juli",
"August",
"September",
"Oktober",
"November",
"Dezember"]},
 "el"=>
  {:ACE=>"<year>",
   :BCE=>"<year>_%CF%80.%CE%A7.",
   :DAY=>"<day>_%CE%<month>%CE%BF%CF%85",
   :MONTHS=>
    ["99%CE%B1%CE%BD%CE%BF%CF%85%CE%B1%CF%81%CE%AF",
"A6%CE%B5%CE%B2%CF%81%CE%BF%CF%85%CE%B1%CF%81%CE%AF",
"9C%CE%B1%CF%81%CF%84%CE%AF",
"91%CF%80%CF%81%CE%B9%CE%BB%CE%AF",
"9C%CE%B1%CE%90",
"99%CE%BF%CF%85%CE%BD%CE%AF",
"99%CE%BF%CF%85%CE%BB%CE%AF",
"91%CF%85%CE%B3%CE%BF%CF%8D%CF%83%CF%84",
"A3%CE%B5%CF%80%CF%84%CE%B5%CE%BC%CE%B2%CF%81%CE%AF",
"9F%CE%BA%CF%84%CF%89%CE%B2%CF%81%CE%AF",
"9D%CE%BF%CE%B5%CE%BC%CE%B2%CF%81%CE%AF",
"94%CE%B5%CE%BA%CE%B5%CE%BC%CE%B2%CF%81%CE%AF"]},
 "en"=>
  {:ACE=>"<year>",
   :BCE=>"<year>_BC",
   :DAY=>"<month>_<day>",
   :MONTHS=>
    ["January",
"February",
"March",
"April",
"May",
"June",
"July",
"August",
"September",
"October",
"November",
"December"]},
 "eo"=>
  {:ACE=>"<year>",
   :BCE=>"-<year>",
   :DAY=>"<day>-a_de_<month>o",
   :MONTHS=>
    ["januar",
"februar",
"mart",
"april",
"maj",
"juni",
"juli",
"a%C5%ADgust",
"septembr",
"oktobr",
"novembr",
"decembr"]},
 "es"=>
  {:ACE=>"<year>",
   :BCE=>"<year>_a._C.",
   :DAY=>"<day>_de_<month>",
   :MONTHS=>
    ["enero",
"febrero",
"marzo",
"abril",
"mayo",
"junio",
"julio",
"agosto",
"septiembre",
"octubre",
"noviembre",
"diciembre"]},
 "et"=>
  {:ACE=>"<year>",
   :BCE=>"<year>_eKr",
   :DAY=>"<day>._<month>",
   :MONTHS=>
    ["jaanuar",
"veebruar",
"m%C3%A4rts",
"aprill",
"mai",
"juuni",
"juuli",
"august",
"september",
"oktoober",
"november",
"detsember"]},
 "eu"=>
  {:ACE=>"<year>",
   :BCE=>"K._a._<year>",
   :DAY=>"<month>aren_<day>",
   :MONTHS=>
    ["Urtarril",
"Otsail",
"Martxo",
"Apiril",
"Maiatz",
"Ekain",
"Uztail",
"Abuztu",
"Irail",
"Urri",
"Azaro",
"Abendu"]},
 "fa"=>
  {:BCE=>
    "%DB%B<year>_(%D9%BE%DB%8C%D8%B4_%D8%A7%D8%B2_%D9%85%DB%8C%D9%84%D8%A7%D8%AF)",
   :DAY=>"%DB%B<day>_%D<month>",
   :MONTHS=>
    ["A%98%D8%A7%D9%86%D9%88%DB%8C%D9%87",
"9%81%D9%88%D8%B1%DB%8C%D9%87",
"9%85%D8%A7%D8%B1%D8%B3",
"8%A2%D9%88%D8%B1%DB%8C%D9%84",
"9%85%D9%87",
"A%98%D9%88%D8%A6%D9%86",
"A%98%D9%88%D8%A6%DB%8C%D9%87",
"8%A7%D9%88%D8%AA",
"8%B3%D9%BE%D8%AA%D8%A7%D9%85%D8%A8%D8%B1",
"8%A7%DA%A9%D8%AA%D8%A8%D8%B1",
"9%86%D9%88%D8%A7%D9%85%D8%A8%D8%B1",
"8%AF%D8%B3%D8%A7%D9%85%D8%A8%D8%B1"],
   :DAYS=>
    ["1",
"2",
"3",
"4",
"5",
"6",
"7",
"8",
"9",
"1%DB%B0",
"1%DB%B1",
"1%DB%B2",
"1%DB%B3",
"1%DB%B4",
"1%DB%B5",
"1%DB%B6",
"1%DB%B7",
"1%DB%B8",
"1%DB%B9",
"2%DB%B0",
"2%DB%B1",
"2%DB%B2",
"2%DB%B3",
"2%DB%B4",
"2%DB%B5",
"2%DB%B6",
"2%DB%B7",
"2%DB%B8",
"2%DB%B9",
"3%DB%B0",
"3%DB%B1"]},
 "fi"=>
  {:ACE=>"<year>",
   :BCE=>"<year>_eaa.",
   :DAY=>"<day>._<month>kuuta",
   :MONTHS=>
    ["tammi",
"helmi",
"maalis",
"huhti",
"touko",
"kes%C3%A4",
"hein%C3%A4",
"elo",
"syys",
"loka",
"marras",
"joulu"]},
 "fr"=>
  {:ACE=>"<year>",
   :BCE=>"<year>_av._J.-C.",
   :DAY=>"<day>_<month>",
   :MONTHS=>
    ["janvier",
"f%C3%A9vrier",
"mars",
"avril",
"mai",
"juin",
"juillet",
"ao%C3%BBt",
"septembre",
"octobre",
"novembre",
"d%C3%A9cembre"],
   :DAYS=>
    ["1er",
"2",
"3",
"4",
"5",
"6",
"7",
"8",
"9",
"10",
"11",
"12",
"13",
"14",
"15",
"16",
"17",
"18",
"19",
"20",
"21",
"22",
"23",
"24",
"25",
"26",
"27",
"28",
"29",
"30",
"31"]},
 "frr"=>{:ACE=>"<year>", :BCE=>"<year>_f.Kr."},
 "fy"=>
  {:ACE=>"<year>",
   :BCE=>"<year>_f._Kr.",
   :DAY=>"<day>_<month>",
   :MONTHS=>
    ["jannewaris",
"febrewaris",
"maart",
"april",
"maaie",
"juny",
"july",
"augustus",
"septimber",
"oktober",
"novimber",
"desimber"]},
 "ga"=>{:ACE=>"<year>", :BCE=>"<year>_RC"},
 "gl"=>
  {:ACE=>"<year>",
   :BCE=>"-<year>",
   :DAY=>"<day>_de_<month>",
   :MONTHS=>
    ["xaneiro",
"febreiro",
"marzo",
"abril",
"maio",
"xu%C3%B1o",
"xullo",
"agosto",
"setembro",
"outubro",
"novembro",
"decembro"]},
 "hr"=>
  {:ACE=>"<year>.",
   :BCE=>"<year>._pr._Kr.",
   :DAY=>"<day>._<month>",
   :MONTHS=>
    ["sije%C4%8Dnja",
"velja%C4%8De",
"o%C5%BEujka",
"travnja",
"svibnja",
"lipnja",
"srpnja",
"kolovoza",
"rujna",
"listopada",
"studenog",
"prosinca"]},
 "hu"=>
  {:ACE=>"<year>",
   :BCE=>"I._e._<year>",
   :DAY=>"<month>_<day>.",
   :MONTHS=>
    ["Janu%C3%A1r",
"Febru%C3%A1r",
"M%C3%A1rcius",
"%C3%81prilis",
"M%C3%A1jus",
"J%C3%BAnius",
"J%C3%BAlius",
"Augusztus",
"Szeptember",
"Okt%C3%B3ber",
"November",
"December"]},
 "hy"=>
  {:ACE=>"<year>",
   :BCE=>"%D5%84.%D5%A9.%D5%A1._<year>",
   :DAY=>"%D<month>%D5%AB_<day>",
   :MONTHS=>
    ["5%80%D5%B8%D6%82%D5%B6%D5%BE%D5%A1%D6%80",
"5%93%D5%A5%D5%BF%D6%80%D5%BE%D5%A1%D6%80",
"5%84%D5%A1%D6%80%D5%BF",
"4%B1%D5%BA%D6%80%D5%AB%D5%AC",
"5%84%D5%A1%D5%B5%D5%AB%D5%BD",
"5%80%D5%B8%D6%82%D5%B6%D5%AB%D5%BD",
"5%80%D5%B8%D6%82%D5%AC%D5%AB%D5%BD",
"5%95%D5%A3%D5%B8%D5%BD%D5%BF%D5%B8%D5%BD",
"5%8D%D5%A5%D5%BA%D5%BF%D5%A5%D5%B4%D5%A2%D5%A5%D6%80",
"5%80%D5%B8%D5%AF%D5%BF%D5%A5%D5%B4%D5%A2%D5%A5%D6%80",
"5%86%D5%B8%D5%B5%D5%A5%D5%B4%D5%A2%D5%A5%D6%80",
"4%B4%D5%A5%D5%AF%D5%BF%D5%A5%D5%B4%D5%A2%D5%A5%D6%80"]},
 "id"=>
  {:ACE=>"<year>",
   :BCE=>"<year>_SM",
   :DAY=>"<day>_<month>",
   :MONTHS=>
    ["Januari",
"Februari",
"Maret",
"April",
"Mei",
"Juni",
"Juli",
"Agustus",
"September",
"Oktober",
"November",
"Desember"]},
 "io"=>{:ACE=>"<year>", :BCE=>"<year>_aK"},
 "it"=>
  {:ACE=>"<year>",
   :BCE=>"<year>_a.C.",
   :DAY=>"<day>_<month>",
   :MONTHS=>
    ["gennaio",
"febbraio",
"marzo",
"aprile",
"maggio",
"giugno",
"luglio",
"agosto",
"settembre",
"ottobre",
"novembre",
"dicembre"],
   :DAYS=>
    ["1%C2%BA",
"2",
"3",
"4",
"5",
"6",
"7",
"8",
"9",
"10",
"11",
"12",
"13",
"14",
"15",
"16",
"17",
"18",
"19",
"20",
"21",
"22",
"23",
"24",
"25",
"26",
"27",
"28",
"29",
"30",
"31"]},
 "ka"=>
  {:ACE=>"<year>",
   :BCE=>"%E1%83%AB%E1%83%95._%E1%83%AC._<year>",
   :DAY=>"<day>_%E1%83%<month>",
   :MONTHS=>
    ["98%E1%83%90%E1%83%9C%E1%83%95%E1%83%90%E1%83%A0%E1%83%98",
"97%E1%83%94%E1%83%91%E1%83%94%E1%83%A0%E1%83%95%E1%83%90%E1%83%9A%E1%83%98",
"9B%E1%83%90%E1%83%A0%E1%83%A2%E1%83%98",
"90%E1%83%9E%E1%83%A0%E1%83%98%E1%83%9A%E1%83%98",
"9B%E1%83%90%E1%83%98%E1%83%A1%E1%83%98",
"98%E1%83%95%E1%83%9C%E1%83%98%E1%83%A1%E1%83%98",
"98%E1%83%95%E1%83%9A%E1%83%98%E1%83%A1%E1%83%98",
"90%E1%83%92%E1%83%95%E1%83%98%E1%83%A1%E1%83%A2%E1%83%9D",
"A1%E1%83%94%E1%83%A5%E1%83%A2%E1%83%94%E1%83%9B%E1%83%91%E1%83%94%E1%83%A0%E1%83%98",
"9D%E1%83%A5%E1%83%A2%E1%83%9D%E1%83%9B%E1%83%91%E1%83%94%E1%83%A0%E1%83%98",
"9C%E1%83%9D%E1%83%94%E1%83%9B%E1%83%91%E1%83%94%E1%83%A0%E1%83%98",
"93%E1%83%94%E1%83%99%E1%83%94%E1%83%9B%E1%83%91%E1%83%94%E1%83%A0%E1%83%98"]},
 "kk"=>
  {:ACE=>"<year>_%D0%B6%D1%8B%D0%BB",
   :BCE=>"%D0%91._%D0%B7._%D0%B4._<year>_%D0%B6%D1%8B%D0%BB",
   :DAY=>"<day>_%D<month>",
   :MONTHS=>
    ["2%9B%D0%B0%D2%A3%D1%82%D0%B0%D1%80",
"0%B0%D2%9B%D0%BF%D0%B0%D0%BD",
"0%BD%D0%B0%D1%83%D1%80%D1%8B%D0%B7",
"1%81%D3%99%D1%83%D1%96%D1%80",
"0%BC%D0%B0%D0%BC%D1%8B%D1%80",
"0%BC%D0%B0%D1%83%D1%81%D1%8B%D0%BC",
"1%88%D1%96%D0%BB%D0%B4%D0%B5",
"1%82%D0%B0%D0%BC%D1%8B%D0%B7",
"2%9B%D1%8B%D1%80%D0%BA%D2%AF%D0%B9%D0%B5%D0%BA",
"2%9B%D0%B0%D0%B7%D0%B0%D0%BD",
"2%9B%D0%B0%D1%80%D0%B0%D1%88%D0%B0",
"0%B6%D0%B5%D0%BB%D1%82%D0%BE%D2%9B%D1%81%D0%B0%D0%BD"]},
 "ko"=>
  {:ACE=>"<year>%EB%85%84",
   :BCE=>"%EA%B8%B0%EC%9B%90%EC%A0%84_<year>%EB%85%84",
   :DAY=>"<month>%EC%9B%94_<day>%EC%9D%BC",
   :LSDAY=>"%EC%9D%8C%EB%A0%A5_<month>%EC%9B%94_<day>%EC%9D%BC"},
 "la"=>
  {:ACE=>"<year>",
   :BCE=>"<year>_a.C.n.",
   :DAY=>"<day>_<month>",
   :MONTHS=>
    ["Ianuarii",
"Februarii",
"Martii",
"Aprilis",
"Maii",
"Iunii",
"Iulii",
"Augusti",
"Septembris",
"Octobris",
"Novembris",
"Decembris"]},
 "lb"=>
  {:ACE=>"<year>",
   :BCE=>"-<year>",
   :DAY=>"<day>._<month>",
   :MONTHS=>
    ["Januar",
"Februar",
"M%C3%A4erz",
"Abr%C3%ABll",
"Mee",
"Juni",
"Juli",
"August",
"September",
"Oktober",
"November",
"Dezember"]},
 "lt"=>
  {:ACE=>"<year>_m.",
   :BCE=>"<year>_m._pr._m._e.",
   :DAY=>"<month>_<day>",
   :MONTHS=>
    ["Sausio",
"Vasario",
"Kovo",
"Baland%C5%BEio",
"Gegu%C5%BE%C4%97s",
"Bir%C5%BEelio",
"Liepos",
"Rugpj%C5%AB%C4%8Dio",
"Rugs%C4%97jo",
"Spalio",
"Lapkri%C4%8Dio",
"Gruod%C5%BEio"]},
 "mk"=>
  {:ACE=>"<year>",
   :BCE=>"<year>_%D0%BF.%D0%BD.%D0%B5.",
   :DAY=>"<day>_%D<month>",
   :MONTHS=>
    ["1%98%D0%B0%D0%BD%D1%83%D0%B0%D1%80%D0%B8",
"1%84%D0%B5%D0%B2%D1%80%D1%83%D0%B0%D1%80%D0%B8",
"0%BC%D0%B0%D1%80%D1%82",
"0%B0%D0%BF%D1%80%D0%B8%D0%BB",
"0%BC%D0%B0%D1%98",
"1%98%D1%83%D0%BD%D0%B8",
"1%98%D1%83%D0%BB%D0%B8",
"0%B0%D0%B2%D0%B3%D1%83%D1%81%D1%82",
"1%81%D0%B5%D0%BF%D1%82%D0%B5%D0%BC%D0%B2%D1%80%D0%B8",
"0%BE%D0%BA%D1%82%D0%BE%D0%BC%D0%B2%D1%80%D0%B8",
"0%BD%D0%BE%D0%B5%D0%BC%D0%B2%D1%80%D0%B8",
"0%B4%D0%B5%D0%BA%D0%B5%D0%BC%D0%B2%D1%80%D0%B8"]},
 "ms"=>
  {:ACE=>"<year>",
   :BCE=>"<year>_SM",
   :DAY=>"<day>_<month>",
   :MONTHS=>
    ["Januari",
"Februari",
"Mac",
"April",
"Mei",
"Jun",
"Julai",
"Ogos",
"September",
"Oktober",
"November",
"Disember"]},
 "nah"=>{:ACE=>"<year>", :BCE=>"-<year>"},
 "nap"=>
  {:ACE=>"<year>",
   :BCE=>"<year>_AC",
   :DAY=>"<day>_%27e_<month>",
   :MONTHS=>
    ["jennaro",
"frevaro",
"m%C3%A0rzo",
"abbrile",
"maggio",
"gi%C3%B9gno",
"luglio",
"a%C3%B9sto",
"settembre",
"ottovre",
"nuvembre",
"dicembre"]},
 "nds"=>
  {:ACE=>"<year>",
   :BCE=>"<year>_v._Chr.",
   :DAY=>"<day>._<month>",
   :MONTHS=>
    ["Januar",
"Februar",
"M%C3%A4rz",
"April",
"Mai",
"Juni",
"Juli",
"August",
"September",
"Oktober",
"November",
"Dezember"]},
 "new"=>
  {:DAY=>"%E0%A4%<month>_%E0%A5%A<day>",
   :MONTHS=>
    ["9C%E0%A5%8D%E0%A4%AF%E0%A4%BE%E0%A4%A8%E0%A5%81%E0%A4%B5%E0%A4%B0%E0%A5%80",
"AB%E0%A5%87%E0%A4%AC%E0%A5%8D%E0%A4%B0%E0%A5%81%E0%A4%B5%E0%A4%B0%E0%A5%80",
"AE%E0%A4%BE%E0%A4%B0%E0%A5%8D%E0%A4%9A",
"85%E0%A4%AA%E0%A5%8D%E0%A4%B0%E0%A4%BF%E0%A4%B2",
"AE%E0%A5%87",
"9C%E0%A5%81%E0%A4%A8",
"9C%E0%A5%81%E0%A4%B2%E0%A4%BE%E0%A4%88",
"85%E0%A4%97%E0%A4%B8%E0%A5%8D%E0%A4%9F",
"B8%E0%A5%87%E0%A4%AA%E0%A5%8D%E0%A4%9F%E0%A5%87%E0%A4%AE%E0%A5%8D%E0%A4%AC%E0%A4%B0",
"85%E0%A4%95%E0%A5%8D%E0%A4%9F%E0%A5%8B%E0%A4%AC%E0%A4%B0",
"A8%E0%A5%8B%E0%A4%AD%E0%A5%87%E0%A4%AE%E0%A5%8D%E0%A4%AC%E0%A4%B0",
"A1%E0%A4%BF%E0%A4%B8%E0%A5%87%E0%A4%AE%E0%A5%8D%E0%A4%AC%E0%A4%B0"],
   :DAYS=>
    ["7",
"8",
"9",
"A",
"B",
"C",
"D",
"E",
"F",
"7%E0%A5%A6",
"7%E0%A5%A7",
"7%E0%A5%A8",
"7%E0%A5%A9",
"7%E0%A5%AA",
"7%E0%A5%AB",
"7%E0%A5%AC",
"7%E0%A5%AD",
"7%E0%A5%AE",
"7%E0%A5%AF",
"8%E0%A5%A6",
"8%E0%A5%A7",
"8%E0%A5%A8",
"8%E0%A5%A9",
"8%E0%A5%AA",
"8%E0%A5%AB",
"8%E0%A5%AC",
"8%E0%A5%AD",
"8%E0%A5%AE",
"8%E0%A5%AF",
"9%E0%A5%A6",
"9%E0%A5%A7"]},
 "nl"=>
  {:ACE=>"<year>",
   :BCE=>"<year>_v.Chr.",
   :DAY=>"<day>_<month>",
   :MONTHS=>
    ["januari",
"februari",
"maart",
"april",
"mei",
"juni",
"juli",
"augustus",
"september",
"oktober",
"november",
"december"]},
 "nn"=>
  {:ACE=>"<year>",
   :BCE=>"-<year>",
   :DAY=>"<day>._<month>",
   :MONTHS=>
    ["januar",
"februar",
"mars",
"april",
"mai",
"juni",
"juli",
"august",
"september",
"oktober",
"november",
"desember"]},
 "no"=>
  {:ACE=>"<year>",
   :BCE=>"<year>_f.Kr.",
   :DAY=>"<day>._<month>",
   :MONTHS=>
    ["januar",
"februar",
"mars",
"april",
"mai",
"juni",
"juli",
"august",
"september",
"oktober",
"november",
"desember"]},
 "oc"=>
  {:ACE=>"<year>",
   :BCE=>"-<year>",
   :DAY=>"<day>_d<month>",
   :MONTHS=>
    ["e_geni%C3%A8r",
"e_febri%C3%A8r",
"e_mar%C3%A7",
"%27abril",
"e_mai",
"e_junh",
"e_julhet",
"%27agost",
"e_setembre",
"%27octobre",
"e_novembre",
"e_decembre"],
   :DAYS=>
    ["1%C3%A8r",
"2",
"3",
"4",
"5",
"6",
"7",
"8",
"9",
"10",
"11",
"12",
"13",
"14",
"15",
"16",
"17",
"18",
"19",
"20",
"21",
"22",
"23",
"24",
"25",
"26",
"27",
"28",
"29",
"30",
"31"]},
 "pl"=>
  {:ACE=>"<year>",
   :BCE=>"<year>_p.n.e.",
   :DAY=>"<day>_<month>",
   :MONTHS=>
    ["stycznia",
"lutego",
"marca",
"kwietnia",
"maja",
"czerwca",
"lipca",
"sierpnia",
"wrze%C5%9Bnia",
"pa%C5%BAdziernika",
"listopada",
"grudnia"]},
 "pt"=>
  {:ACE=>"<year>",
   :BCE=>"<year>_a.C.",
   :DAY=>"<day>_de_<month>",
   :MONTHS=>
    ["janeiro",
"fevereiro",
"mar%C3%A7o",
"abril",
"maio",
"junho",
"julho",
"agosto",
"setembro",
"outubro",
"novembro",
"dezembro"]},
 "qu"=>
  {:ACE=>"<year>",
   :BCE=>"<year>_k%C3%B1",
   :DAY=>"<day>_%C3%B1iqin_<month>_killapi",
   :MONTHS=>
    ["qhulla_puquy",
"hatun_puquy",
"pawqar_waray",
"ayriway",
"aymuray",
"inti_raymi",
"anta_situwa",
"chakra_yapuy",
"tarpuy",
"kantaray",
"ayamarq%27a",
"qhapaq_raymi"]},
 "ro"=>
  {:ACE=>"<year>",
   :BCE=>"<year>_%C3%AE.Hr.",
   :DAY=>"<day>_<month>",
   :MONTHS=>
    ["ianuarie",
"februarie",
"martie",
"aprilie",
"mai",
"iunie",
"iulie",
"august",
"septembrie",
"octombrie",
"noiembrie",
"decembrie"]},
 "ru"=>
  {:ACE=>"<year>_%D0%B3%D0%BE%D0%B4",
   :BCE=>"<year>_%D0%B3%D0%BE%D0%B4_%D0%B4%D0%BE_%D0%BD._%D1%8D.",
   :DAY=>"<day>_%D<month>",
   :MONTHS=>
    ["1%8F%D0%BD%D0%B2%D0%B0%D1%80%D1%8F",
"1%84%D0%B5%D0%B2%D1%80%D0%B0%D0%BB%D1%8F",
"0%BC%D0%B0%D1%80%D1%82%D0%B0",
"0%B0%D0%BF%D1%80%D0%B5%D0%BB%D1%8F",
"0%BC%D0%B0%D1%8F",
"0%B8%D1%8E%D0%BD%D1%8F",
"0%B8%D1%8E%D0%BB%D1%8F",
"0%B0%D0%B2%D0%B3%D1%83%D1%81%D1%82%D0%B0",
"1%81%D0%B5%D0%BD%D1%82%D1%8F%D0%B1%D1%80%D1%8F",
"0%BE%D0%BA%D1%82%D1%8F%D0%B1%D1%80%D1%8F",
"0%BD%D0%BE%D1%8F%D0%B1%D1%80%D1%8F",
"0%B4%D0%B5%D0%BA%D0%B0%D0%B1%D1%80%D1%8F"]},
 "rue"=>
  {:ACE=>"<year>",
   :BCE=>"<year>_%D1%80%D1%96%D0%BA_%D0%B4%D0%BE_%D0%BD._%D0%B5.",
   :DAY=>"<day>._%D<month>",
   :MONTHS=>
    ["1%8F%D0%BD%D1%83%D0%B0%D1%80",
"1%84%D0%B5%D0%B1%D1%80%D1%83%D0%B0%D1%80",
"0%BC%D0%B0%D1%80%D0%B5%D1%86",
"0%B0%D0%BF%D1%80%D1%96%D0%BB%D1%8C",
"0%BC%D0%B0%D0%B9",
"1%8E%D0%BD",
"1%8E%D0%BB",
"0%B0%D0%B2%D2%91%D1%83%D1%81%D1%82",
"1%81%D0%B5%D0%BF%D1%82%D0%B5%D0%BC%D0%B1%D0%B5%D1%80",
"0%BE%D0%BA%D1%82%D0%BE%D0%B1%D0%B5%D1%80",
"0%BD%D0%BE%D0%B2%D0%B5%D0%BC%D0%B1%D0%B5%D1%80",
"0%B4%D0%B5%D1%86%D0%B5%D0%BC%D0%B1%D0%B5%D1%80"]},
 "sh"=>{:ACE=>"<year>", :BCE=>"<year>._pne.", :DAY=>"<day>._<month>."},
 "simple"=>
  {:ACE=>"<year>",
   :BCE=>"<year>_BC",
   :DAY=>"<month>_<day>",
   :MONTHS=>
    ["January",
"February",
"March",
"April",
"May",
"June",
"July",
"August",
"September",
"October",
"November",
"December"]},
 "sk"=>
  {:ACE=>"<year>",
   :BCE=>"<year>_pred_Kr.",
   :DAY=>"<day>._<month>",
   :MONTHS=>
    ["janu%C3%A1r",
"febru%C3%A1r",
"marec",
"apr%C3%ADl",
"m%C3%A1j",
"j%C3%BAn",
"j%C3%BAl",
"august",
"september",
"okt%C3%B3ber",
"november",
"december"]},
 "sl"=>
  {:ACE=>"<year>",
   :BCE=>"<year>_pr._n._%C5%A1t.",
   :DAY=>"<day>._<month>",
   :MONTHS=>
    ["januar",
"februar",
"marec",
"april",
"maj",
"junij",
"julij",
"avgust",
"september",
"oktober",
"november",
"december"]},
 "sq"=>{:ACE=>"<year>", :BCE=>"<year>_p.e.s."},
 "sr"=>
  {:ACE=>"<year>",
   :BCE=>"<year>._%D0%BF._%D0%BD._%D0%B5.",
   :DAY=>"<day>._%D<month>",
   :MONTHS=>
    ["1%98%D0%B0%D0%BD%D1%83%D0%B0%D1%80",
"1%84%D0%B5%D0%B1%D1%80%D1%83%D0%B0%D1%80",
"0%BC%D0%B0%D1%80%D1%82",
"0%B0%D0%BF%D1%80%D0%B8%D0%BB",
"0%BC%D0%B0%D1%98",
"1%98%D1%83%D0%BD",
"1%98%D1%83%D0%BB",
"0%B0%D0%B2%D0%B3%D1%83%D1%81%D1%82",
"1%81%D0%B5%D0%BF%D1%82%D0%B5%D0%BC%D0%B1%D0%B0%D1%80",
"0%BE%D0%BA%D1%82%D0%BE%D0%B1%D0%B0%D1%80",
"0%BD%D0%BE%D0%B2%D0%B5%D0%BC%D0%B1%D0%B0%D1%80",
"0%B4%D0%B5%D1%86%D0%B5%D0%BC%D0%B1%D0%B0%D1%80"]},
 "su"=>
  {:ACE=>"<year>",
   :BCE=>"<year>_SM",
   :DAY=>"<day>_<month>",
   :MONTHS=>
    ["Januari",
"P%C3%A9bruari",
"Maret",
"April",
"M%C3%A9i",
"Juni",
"Juli",
"Agustus",
"S%C3%A9pt%C3%A9mber",
"Oktober",
"Nop%C3%A9mber",
"D%C3%A9s%C3%A9mber"]},
 "sv"=>
  {:ACE=>"<year>",
   :BCE=>"<year>_f.Kr.",
   :DAY=>"<day>_<month>",
   :MONTHS=>
    ["januari",
"februari",
"mars",
"april",
"maj",
"juni",
"juli",
"augusti",
"september",
"oktober",
"november",
"december"]},
 "sw"=>
  {:ACE=>"<year>",
   :BCE=>"<year>_KK",
   :DAY=>"<day>_<month>",
   :MONTHS=>
    ["Januari",
"Februari",
"Machi",
"Aprili",
"Mei",
"Juni",
"Julai",
"Agosti",
"Septemba",
"Oktoba",
"Novemba",
"Desemba"]},
 "th"=>
  {:DAY=>"<day>_%E0%B<month>",
   :MONTHS=>
    ["8%A1%E0%B8%81%E0%B8%A3%E0%B8%B2%E0%B8%84%E0%B8%A1",
"8%81%E0%B8%B8%E0%B8%A1%E0%B8%A0%E0%B8%B2%E0%B8%9E%E0%B8%B1%E0%B8%99%E0%B8%98%E0%B9%8C",
"8%A1%E0%B8%B5%E0%B8%99%E0%B8%B2%E0%B8%84%E0%B8%A1",
"9%80%E0%B8%A1%E0%B8%A9%E0%B8%B2%E0%B8%A2%E0%B8%99",
"8%9E%E0%B8%A4%E0%B8%A9%E0%B8%A0%E0%B8%B2%E0%B8%84%E0%B8%A1",
"8%A1%E0%B8%B4%E0%B8%96%E0%B8%B8%E0%B8%99%E0%B8%B2%E0%B8%A2%E0%B8%99",
"8%81%E0%B8%A3%E0%B8%81%E0%B8%8E%E0%B8%B2%E0%B8%84%E0%B8%A1",
"8%AA%E0%B8%B4%E0%B8%87%E0%B8%AB%E0%B8%B2%E0%B8%84%E0%B8%A1",
"8%81%E0%B8%B1%E0%B8%99%E0%B8%A2%E0%B8%B2%E0%B8%A2%E0%B8%99",
"8%95%E0%B8%B8%E0%B8%A5%E0%B8%B2%E0%B8%84%E0%B8%A1",
"8%9E%E0%B8%A4%E0%B8%A8%E0%B8%88%E0%B8%B4%E0%B8%81%E0%B8%B2%E0%B8%A2%E0%B8%99",
"8%98%E0%B8%B1%E0%B8%99%E0%B8%A7%E0%B8%B2%E0%B8%84%E0%B8%A1"]},
 "tk"=>
  {:ACE=>"<year>",
   :BCE=>"B.e.%C3%B6%C5%88_<year>",
   :DAY=>"<day>_<month>",
   :MONTHS=>
    ["%C3%BDanwar",
"fewral",
"mart",
"aprel",
"ma%C3%BD",
"i%C3%BDun",
"i%C3%BDul",
"awgust",
"sent%C3%BDabr",
"okt%C3%BDabr",
"no%C3%BDabr",
"dekabr"]},
 "tl"=>
  {:ACE=>"<year>",
   :BCE=>"<year>_BC",
   :DAY=>"<month>_<day>",
   :MONTHS=>
    ["Enero",
"Pebrero",
"Marso",
"Abril",
"Mayo",
"Hunyo",
"Hulyo",
"Agosto",
"Setyembre",
"Oktubre",
"Nobyembre",
"Disyembre"]},
 "tr"=>
  {:ACE=>"<year>",
   :BCE=>"M%C3%96_<year>",
   :DAY=>"<day>_<month>",
   :MONTHS=>
    ["Ocak",
"%C5%9Eubat",
"Mart",
"Nisan",
"May%C4%B1s",
"Haziran",
"Temmuz",
"A%C4%9Fustos",
"Eyl%C3%BCl",
"Ekim",
"Kas%C4%B1m",
"Aral%C4%B1k"]},
 "uk"=>
  {:ACE=>"<year>",
   :BCE=>"<year>_%D0%B4%D0%BE_%D0%BD._%D0%B5.",
   :DAY=>"<day>_%D<month>",
   :MONTHS=>
    ["1%81%D1%96%D1%87%D0%BD%D1%8F",
"0%BB%D1%8E%D1%82%D0%BE%D0%B3%D0%BE",
"0%B1%D0%B5%D1%80%D0%B5%D0%B7%D0%BD%D1%8F",
"0%BA%D0%B2%D1%96%D1%82%D0%BD%D1%8F",
"1%82%D1%80%D0%B0%D0%B2%D0%BD%D1%8F",
"1%87%D0%B5%D1%80%D0%B2%D0%BD%D1%8F",
"0%BB%D0%B8%D0%BF%D0%BD%D1%8F",
"1%81%D0%B5%D1%80%D0%BF%D0%BD%D1%8F",
"0%B2%D0%B5%D1%80%D0%B5%D1%81%D0%BD%D1%8F",
"0%B6%D0%BE%D0%B2%D1%82%D0%BD%D1%8F",
"0%BB%D0%B8%D1%81%D1%82%D0%BE%D0%BF%D0%B0%D0%B4%D0%B0",
"0%B3%D1%80%D1%83%D0%B4%D0%BD%D1%8F"]},
 "uz"=>
  {:ACE=>"<year>",
   :BCE=>"Mil._av._<year>",
   :DAY=>"<day>-<month>",
   :MONTHS=>
    ["yanvar",
"fevral",
"mart",
"aprel",
"may",
"iyun",
"iyul",
"avgust",
"sentabr",
"oktabr",
"noyabr",
"dekabr"]},
 "vec"=>
  {:ACE=>"<year>",
   :BCE=>"<year>_a.C.",
   :DAY=>"<day>_de_<month>",
   :MONTHS=>
    ["genaro",
"febraro",
"marso",
"apri%C5%82e",
"majo",
"giugno",
"lujo",
"agosto",
"setenbre",
"otobre",
"novenbre",
"di%C3%A7enbre"],
   :DAYS=>
    ["1%C2%B0",
"2",
"3",
"4",
"5",
"6",
"7",
"8",
"9",
"10",
"11",
"12",
"13",
"14",
"15",
"16",
"17",
"18",
"19",
"20",
"21",
"22",
"23",
"24",
"25",
"26",
"27",
"28",
"29",
"30",
"31"]},
 "vi"=>{:ACE=>"<year>", :BCE=>"<year>_TCN"},
 "vo"=>
  {:ACE=>"<year>",
   :BCE=>"<year>_b.K.",
   :DAY=>"<month>ul_<day>",
   :MONTHS=>
    ["Yan",
"Feb",
"M%C3%A4z",
"Pril",
"May",
"Yun",
"Yul",
"Gust",
"Set",
"Tob",
"Nov",
"Dek"]},
 "war"=>
  {:ACE=>"<year>",
   :BCE=>"<year>_UC",
   :DAY=>"<month>_<day>",
   :MONTHS=>
    ["Enero",
"Pebrero",
"Marso",
"Abril",
"Mayo",
"Hunyo",
"Hulyo",
"Agosto",
"Septyembre",
"Oktubre",
"Nobyembre",
"Disyembre"]},
 "yo"=>{:ACE=>"<year>", :BCE=>"<year>_SK"},
 "zh"=>
  {:ACE=>"<year>%E5%B9%B4",
   :BCE=>"%E5%89%8D<year>%E5%B9%B4",
   :DAY=>"<month>%E6%9C%88<day>%E6%97%A5",
   :LSDAY=>"%E<month>%E6%9C%88%E<day>",
   :LSMONTHS=>
    ["6%AD%A3",
"4%BA%8C",
"4%B8%89",
"5%9B%9B",
"4%BA%94",
"5%85%AD",
"4%B8%83",
"5%85%AB",
"4%B9%9D",
"5%8D%81",
"5%8D%81%E4%B8%80",
"5%8D%81%E4%BA%8C"],
   :LSDAYS=>
    ["5%88%9D%E4%B8%80",
"5%88%9D%E4%BA%8C",
"5%88%9D%E4%B8%89",
"5%88%9D%E5%9B%9B",
"5%88%9D%E4%BA%94",
"5%88%9D%E5%85%AD",
"5%88%9D%E4%B8%83",
"5%88%9D%E5%85%AB",
"5%88%9D%E4%B9%9D",
"5%88%9D%E5%8D%81",
"5%8D%81%E4%B8%80",
"5%8D%81%E4%BA%8C",
"5%8D%81%E4%B8%89",
"5%8D%81%E5%9B%9B",
"5%8D%81%E4%BA%94",
"5%8D%81%E5%85%AD",
"5%8D%81%E4%B8%83",
"5%8D%81%E5%85%AB",
"5%8D%81%E4%B9%9D",
"4%BA%8C%E5%8D%81",
"5%BB%BF%E4%B8%80",
"5%BB%BF%E4%BA%8C",
"5%BB%BF%E4%B8%89",
"5%BB%BF%E5%9B%9B",
"5%BB%BF%E4%BA%94",
"5%BB%BF%E5%85%AD",
"5%BB%BF%E4%B8%83",
"5%BB%BF%E5%85%AB",
"5%BB%BF%E4%B9%9D",
"4%B8%89%E5%8D%81"]},
 "gv"=>
  {:ACE=>"<year>",
   :DAY=>"<day>_<month>",
   :MONTHS=>
    ["Jerrey_Geuree",
"Toshiaght_Arree",
"Mart",
"Averil",
"Boaldyn",
"Mean_Souree",
"Jerrey_Souree",
"Luanistyn",
"Mean_Fouyir",
"Jerrey_Fouyir",
"Mee_Houney",
"Mee_ny_Nollick"]},
 "ia"=>
  {:ACE=>"<year>",
   :DAY=>"<day>_de_<month>",
   :MONTHS=>
    ["januario",
"februario",
"martio",
"april",
"maio",
"junio",
"julio",
"augusto",
"septembre",
"octobre",
"novembre",
"decembre"]},
 "ku"=>
  {:ACE=>"<year>",
   :DAY=>"<day>%27%C3%AA_<month>%C3%AA",
   :MONTHS=>
    ["r%C3%AAbendan",
"re%C5%9Femiy",
"adar",
"avr%C3%AAl",
"gulan",
"p%C3%BB%C5%9Fper",
"t%C3%AErmeh",
"gelaw%C3%AAj",
"rezber",
"kew%C3%A7%C3%AAr",
"sermawez",
"berfanbar"]},
 "zh-yue"=>
  {:ACE=>"<year>%E5%B9%B4",
   :DAY=>"<month>%E6%9C%88<day>%E8%99%9F",
   :LSDAY=>"%E<month>%E6%9C%88%E<day>",
   :LSMONTHS=>
    ["6%AD%A3",
"4%BA%8C",
"4%B8%89",
"5%9B%9B",
"4%BA%94",
"5%85%AD",
"4%B8%83",
"5%85%AB",
"4%B9%9D",
"5%8D%81",
"5%8D%81%E4%B8%80",
"5%8D%81%E4%BA%8C"],
   :LSDAYS=>
    ["5%88%9D%E4%B8%80",
"5%88%9D%E4%BA%8C",
"5%88%9D%E4%B8%89",
"5%88%9D%E5%9B%9B",
"5%88%9D%E4%BA%94",
"5%88%9D%E5%85%AD",
"5%88%9D%E4%B8%83",
"5%88%9D%E5%85%AB",
"5%88%9D%E4%B9%9D",
"5%88%9D%E5%8D%81",
"5%8D%81%E4%B8%80",
"5%8D%81%E4%BA%8C",
"5%8D%81%E4%B8%89",
"5%8D%81%E5%9B%9B",
"5%8D%81%E4%BA%94",
"5%8D%81%E5%85%AD",
"5%8D%81%E4%B8%83",
"5%8D%81%E5%85%AB",
"5%8D%81%E4%B9%9D",
"4%BA%8C%E5%8D%81",
"5%BB%BF%E4%B8%80",
"5%BB%BF%E4%BA%8C",
"5%BB%BF%E4%B8%89",
"5%BB%BF%E5%9B%9B",
"5%BB%BF%E4%BA%94",
"5%BB%BF%E5%85%AD",
"5%BB%BF%E4%B8%83",
"5%BB%BF%E5%85%AB",
"5%BB%BF%E4%B9%9D",
"4%B8%89%E5%8D%81"]},
 "am"=>{:ACE=>"<year>_%E1%8A%A5.%E1%8A%A4.%E1%8A%A0."},
 "ar"=>
  {:ACE=>"%D9%85%D9%84%D8%AD%D9%82:<year>",
   :DAY=>"%D9%85%D9%84%D8%AD%D9%82:<day>_%D<month>",
   :MONTHS=>
    ["9%8A%D9%86%D8%A7%D9%8A%D8%B1",
"9%81%D8%A8%D8%B1%D8%A7%D9%8A%D8%B1",
"9%85%D8%A7%D8%B1%D8%B3",
"8%A3%D8%A8%D8%B1%D9%8A%D9%84",
"9%85%D8%A7%D9%8A%D9%88",
"9%8A%D9%88%D9%86%D9%8A%D9%88",
"9%8A%D9%88%D9%84%D9%8A%D9%88",
"8%A3%D8%BA%D8%B3%D8%B7%D8%B3",
"8%B3%D8%A8%D8%AA%D9%85%D8%A8%D8%B1",
"8%A3%D9%83%D8%AA%D9%88%D8%A8%D8%B1",
"9%86%D9%88%D9%81%D9%85%D8%A8%D8%B1",
"8%AF%D9%8A%D8%B3%D9%85%D8%A8%D8%B1"]},
 "arz"=>
  {:ACE=>"<year>",
   :DAY=>"<day>_%D<month>",
   :MONTHS=>
    ["9%8A%D9%86%D8%A7%D9%8A%D8%B1",
"9%81%D8%A8%D8%B1%D8%A7%D9%8A%D8%B1",
"9%85%D8%A7%D8%B1%D8%B3",
"8%A7%D8%A8%D8%B1%D9%8A%D9%84",
"9%85%D8%A7%D9%8A%D9%88",
"9%8A%D9%88%D9%86%D9%8A%D9%87",
"9%8A%D9%88%D9%84%D9%8A%D9%87",
"8%A7%D8%BA%D8%B3%D8%B7%D8%B3",
"8%B3%D8%A8%D8%AA%D9%85%D8%A8%D8%B1",
"8%A7%D9%83%D8%AA%D9%88%D8%A8%D8%B1",
"9%86%D9%88%D9%81%D9%85%D8%A8%D8%B1",
"8%AF%D9%8A%D8%B3%D9%85%D8%A8%D8%B1"]},
 "av"=>{:ACE=>"<year>"},
 "ay"=>{:ACE=>"<year>"},
 "bat-smg"=>
  {:ACE=>"<year>",
   :DAY=>"<month>_<day>",
   :MONTHS=>
    ["Saus%C4%97",
"Vasar%C4%97",
"Kuova",
"Balond%C4%97",
"Gego%C5%BE%C4%97",
"B%C4%97r%C5%BEel%C4%97",
"L%C4%97ipas",
"Rogpj%C5%ABt%C4%97",
"Siej%C4%97s",
"Spal%C4%97",
"Lapkrist%C4%97",
"Groud%C4%97"]},
 "bcl"=>
  {:ACE=>"<year>",
   :DAY=>"<month>_<day>",
   :MONTHS=>
    ["Enero",
"Pebrero",
"Marso",
"Abril",
"Mayo",
"Hunyo",
"Hulyo",
"Agosto",
"Setyembre",
"Oktobre",
"Nobyembre",
"Desyembre"]},
 "bg"=>
  {:ACE=>"<year>",
   :DAY=>"<day>_%D<month>",
   :MONTHS=>
    ["1%8F%D0%BD%D1%83%D0%B0%D1%80%D0%B8",
"1%84%D0%B5%D0%B2%D1%80%D1%83%D0%B0%D1%80%D0%B8",
"0%BC%D0%B0%D1%80%D1%82",
"0%B0%D0%BF%D1%80%D0%B8%D0%BB",
"0%BC%D0%B0%D0%B9",
"1%8E%D0%BD%D0%B8",
"1%8E%D0%BB%D0%B8",
"0%B0%D0%B2%D0%B3%D1%83%D1%81%D1%82",
"1%81%D0%B5%D0%BF%D1%82%D0%B5%D0%BC%D0%B2%D1%80%D0%B8",
"0%BE%D0%BA%D1%82%D0%BE%D0%BC%D0%B2%D1%80%D0%B8",
"0%BD%D0%BE%D0%B5%D0%BC%D0%B2%D1%80%D0%B8",
"0%B4%D0%B5%D0%BA%D0%B5%D0%BC%D0%B2%D1%80%D0%B8"]},
 "br"=>{:ACE=>"<year>"},
 "ceb"=>
  {:ACE=>"<year>",
   :DAY=>"<month>_<day>",
   :MONTHS=>
    ["Enero",
"Pebrero",
"Marso",
"Abril",
"Mayo",
"Hunyo",
"Hulyo",
"Agosto",
"Septiyembre",
"Oktubre",
"Nobiyembre",
"Disyembre"]},
 "co"=>{:ACE=>"<year>"},
 "crh"=>{:ACE=>"<year>"},
 "csb"=>
  {:ACE=>"<year>",
   :DAY=>"<day>_<month>a",
   :MONTHS=>
    ["st%C3%ABcznik",
"gromicznik",
"strumiannik",
"%C5%82%C5%BC%C3%ABkwi%C3%B4t",
"m%C3%B4j",
"czerwi%C5%84c",
"l%C3%ABpinc",
"z%C3%A9lnik",
"s%C3%A9wnik",
"rujan",
"l%C3%ABstopadnik",
"g%C3%B2dnik"]},
 "cv"=>
  {:ACE=>"<year>",
   :DAY=>"%<month>,_<day>",
   :MONTHS=>
    ["D0%9A%C4%83%D1%80%D0%BB%D0%B0%D1%87",
"D0%9D%D0%B0%D1%80%C4%83%D1%81",
"D0%9F%D1%83%D1%88",
"D0%90%D0%BA%D0%B0",
"C3%87%D1%83",
"C3%87%C4%95%D1%80%D1%82%D0%BC%D0%B5",
"D0%A3%D1%82%C4%83",
"C3%87%D1%83%D1%80%D0%BB%D0%B0",
"D0%90%D0%B2%C4%83%D0%BD",
"D0%AE%D0%BF%D0%B0",
"D0%A7%D3%B3%D0%BA",
"D0%A0%D0%B0%D1%88%D1%82%D0%B0%D0%B2"]},
 "diq"=>
  {:ACE=>"<year>",
   :DAY=>"<day>_<month>",
   :MONTHS=>
    ["%C3%87ele",
"%C5%9E%C4%B1bat",
"Adar",
"Nisane",
"Gulane",
"Heziran",
"Temuz",
"Tebaxe",
"Ke%C5%9Fkelun",
"T%C4%B1%C5%9Frino_Ver%C3%AAn",
"T%C4%B1%C5%9Frino_Pey%C3%AAn",
"Kanun"]},
 "fiu-vro"=>
  {:ACE=>"<year>",
   :DAY=>"<day>._<month>kuu_p%C3%A4iv",
   :MONTHS=>
    ["vahts%C3%B5aasta",
"rado",
"urb%C3%B5",
"mahla",
"lehe",
"piim%C3%A4",
"haina",
"p%C3%B5imu",
"s%C3%BCk%C3%BCs",
"rehe",
"m%C3%A4rte",
"joulu"]},
 "fo"=>
  {:ACE=>"<year>",
   :DAY=>"<day>._<month>",
   :MONTHS=>
    ["januar",
"februar",
"mars",
"apr%C3%ADl",
"mai",
"juni",
"juli",
"august",
"september",
"oktober",
"november",
"desember"]},
 "frp"=>
  {:ACE=>"<year>",
   :DAY=>"<day>_<month>",
   :MONTHS=>
    ["janvi%C3%A9r",
"fevri%C3%A9r",
"m%C3%A2rs",
"avril",
"m%C3%AA",
"jouen",
"j%C2%B7uly%C3%A8t",
"o%C3%BBt",
"septembro",
"octobro",
"novembro",
"d%C3%A8cembro"],
   :DAYS=>
    ["1%C3%A9r",
"2",
"3",
"4",
"5",
"6",
"7",
"8",
"9",
"10",
"11",
"12",
"13",
"14",
"15",
"16",
"17",
"18",
"19",
"20",
"21",
"22",
"23",
"24",
"25",
"26",
"27",
"28",
"29",
"30",
"31"]},
 "fur"=>
  {:ACE=>"<year>",
   :DAY=>"<day>_di_<month>",
   :MONTHS=>
    ["Zen%C3%A2r",
"Fevr%C3%A2r",
"Mar%C3%A7",
"Avr%C3%AEl",
"Mai",
"Jugn",
"Lui",
"Avost",
"Setembar",
"Otubar",
"Novembar",
"Dicembar"]},
 "gag"=>{:ACE=>"<year>"},
 "gan"=>{:ACE=>"<year>%E5%B9%B4", :DAY=>"<month>%E6%9C%88<day>%E8%99%9F"},
 "gd"=>
  {:ACE=>"<year>",
   :DAY=>"<day>_a<month>",
   :MONTHS=>
    ["m_Faoilleach",
"n_Gearran",
"m_M%C3%A0rt",
"n_Giblean",
"n_C%C3%A8itean",
"n_t-%C3%92gmhios",
"n_t-Iuchar",
"n_L%C3%B9nastal",
"n_t-Sultain",
"n_D%C3%A0mhair",
"n_t-Samhain",
"n_D%C3%B9bhlachd"]},
 "gn"=>{:ACE=>"<year>"},
 "haw"=>{:ACE=>"<year>"},
 "he"=>
  {:ACE=>"<year>",
   :DAY=>"<day>_%D7%91%D7%<month>",
   :MONTHS=>
    ["99%D7%A0%D7%95%D7%90%D7%A8",
"A4%D7%91%D7%A8%D7%95%D7%90%D7%A8",
"9E%D7%A8%D7%A5",
"90%D7%A4%D7%A8%D7%99%D7%9C",
"9E%D7%90%D7%99",
"99%D7%95%D7%A0%D7%99",
"99%D7%95%D7%9C%D7%99",
"90%D7%95%D7%92%D7%95%D7%A1%D7%98",
"A1%D7%A4%D7%98%D7%9E%D7%91%D7%A8",
"90%D7%95%D7%A7%D7%98%D7%95%D7%91%D7%A8",
"A0%D7%95%D7%91%D7%9E%D7%91%D7%A8",
"93%D7%A6%D7%9E%D7%91%D7%A8"]},
 "hif"=>
  {:ACE=>"<year>",
   :DAY=>"<day>_<month>",
   :MONTHS=>
    ["January",
"February",
"March",
"April",
"May",
"June",
"July",
"August",
"September",
"October",
"November",
"December"]},
 "ht"=>
  {:ACE=>"<year>_(almanak_gregoryen)",
   :DAY=>"<day>_<month>",
   :MONTHS=>
    ["janvye",
"fevriye",
"mas",
"avril",
"me",
"jen",
"jiy%C3%A8",
"out",
"septanm",
"okt%C3%B2b",
"novanm",
"desanm"],
   :DAYS=>
    ["1e",
"2",
"3",
"4",
"5",
"6",
"7",
"8",
"9",
"10",
"11",
"12",
"13",
"14",
"15",
"16",
"17",
"18",
"19",
"20",
"21",
"22",
"23",
"24",
"25",
"26",
"27",
"28",
"29",
"30",
"31"]},
 "ig"=>{:ACE=>"<year>"},
 "ilo"=>
  {:ACE=>"<year>",
   :DAY=>"<month>_<day>",
   :MONTHS=>
    ["Enero",
"Pebrero",
"Marso",
"Abril",
"Mayo",
"Hunio",
"Hulio",
"Agosto",
"Septiembre",
"Oktubre",
"Nobiembre",
"Disiembre"]},
 "is"=>
  {:ACE=>"<year>",
   :DAY=>"<day>._<month>",
   :MONTHS=>
    ["jan%C3%BAar",
"febr%C3%BAar",
"mars",
"apr%C3%ADl",
"ma%C3%AD",
"j%C3%BAn%C3%AD",
"j%C3%BAl%C3%AD",
"%C3%A1g%C3%BAst",
"september",
"okt%C3%B3ber",
"n%C3%B3vember",
"desember"]},
 "jbo"=>{:ACE=>"<year>moi"},
 "jv"=>
  {:ACE=>"<year>",
   :DAY=>"<day>_<month>",
   :MONTHS=>
    ["Januari",
"Februari",
"Maret",
"April",
"Mei",
"Juni",
"Juli",
"Agustus",
"September",
"Oktober",
"November",
"Desember"]},
 "kn"=>
  {:DAY=>"%E0%B2%<month>_%E0%B3%A<day>",
   :MONTHS=>
    ["9C%E0%B2%A8%E0%B2%B5%E0%B2%B0%E0%B2%BF",
"AB%E0%B3%86%E0%B2%AC%E0%B3%8D%E0%B2%B0%E0%B3%81%E0%B2%B5%E0%B2%B0%E0%B2%BF",
"AE%E0%B2%BE%E0%B2%B0%E0%B3%8D%E0%B2%9A%E0%B3%8D",
"8F%E0%B2%AA%E0%B3%8D%E0%B2%B0%E0%B2%BF%E0%B2%B2%E0%B3%8D",
"AE%E0%B3%87",
"9C%E0%B3%82%E0%B2%A8%E0%B3%8D",
"9C%E0%B3%81%E0%B2%B2%E0%B3%88",
"86%E0%B2%97%E0%B2%B8%E0%B3%8D%E0%B2%9F%E0%B3%8D",
"B8%E0%B3%86%E0%B2%AA%E0%B3%8D%E0%B2%9F%E0%B3%86%E0%B2%82%E0%B2%AC%E0%B2%B0%E0%B3%8D",
"85%E0%B2%95%E0%B3%8D%E0%B2%9F%E0%B3%8B%E0%B2%AC%E0%B2%B0%E0%B3%8D",
"A8%E0%B2%B5%E0%B3%86%E0%B2%82%E0%B2%AC%E0%B2%B0%E0%B3%8D",
"A1%E0%B2%BF%E0%B2%B8%E0%B3%86%E0%B2%82%E0%B2%AC%E0%B2%B0%E0%B3%8D"],
   :DAYS=>
    ["7",
"8",
"9",
"A",
"B",
"C",
"D",
"E",
"F",
"7%E0%B3%A6",
"7%E0%B3%A7",
"7%E0%B3%A8",
"7%E0%B3%A9",
"7%E0%B3%AA",
"7%E0%B3%AB",
"7%E0%B3%AC",
"7%E0%B3%AD",
"7%E0%B3%AE",
"7%E0%B3%AF",
"8%E0%B3%A6",
"8%E0%B3%A7",
"8%E0%B3%A8",
"8%E0%B3%A9",
"8%E0%B3%AA",
"8%E0%B3%AB",
"8%E0%B3%AC",
"8%E0%B3%AD",
"8%E0%B3%AE",
"8%E0%B3%AF",
"9%E0%B3%A6",
"9%E0%B3%A7"]},
 "krc"=>{:ACE=>"<year>_%D0%B4%D0%B6%D1%8B%D0%BB"},
 "ksh"=>{:ACE=>"Joohr_<year>"},
 "kv"=>
  {:ACE=>"<year>_%D0%B2%D0%BE",
   :DAY=>"<day>_%D<month>",
   :MONTHS=>
    ["1%82%D3%A7%D0%B2_%D1%88%D3%A7%D1%80",
"1%83%D1%80%D0%B0%D1%81%D1%8C%D3%A7%D0%BC",
"1%80%D0%B0%D0%BA%D0%B0",
"0%BA%D0%BE%D1%81_%D0%BC%D1%83",
"0%BE%D0%B4%D0%B0_%D0%BA%D0%BE%D1%80%D0%B0",
"0%BB%D3%A7%D0%B4%D0%B4%D0%B7%D0%B0-%D0%BD%D0%BE%D0%BC%D1%8A%D1%8F",
"1%81%D0%BE%D1%80%D0%B0",
"0%BC%D0%BE%D0%B7",
"0%BA%D3%A7%D1%87",
"0%B9%D0%B8%D1%80%D1%8B%D0%BC",
"0%B2%D3%A7%D0%BB%D1%8C%D0%B3%D1%8B%D0%BC",
"3%A7%D1%88%D1%8B%D0%BC"]},
 "kw"=>{:ACE=>"<year>"},
 "ky"=>{:ACE=>"<year>"},
 "li"=>
  {:ACE=>"<year>",
   :DAY=>"<day>_<month>",
   :MONTHS=>
    ["jannewarie",
"fibberwarie",
"miert",
"april",
"mei",
"juni",
"juli",
"augustus",
"september",
"oktober",
"november",
"december"]},
 "lij"=>{:ACE=>"<year>"},
 "lmo"=>
  {:ACE=>"<year>",
   :DAY=>"<day>_<month>",
   :MONTHS=>
    ["01", "02", "03", "04", "05", "06", "07", "08", "09", "10", "11", "12"],
   :DAYS=>
    ["01",
"02",
"03",
"04",
"05",
"06",
"07",
"08",
"09",
"10",
"11",
"12",
"13",
"14",
"15",
"16",
"17",
"18",
"19",
"20",
"21",
"22",
"23",
"24",
"25",
"26",
"27",
"28",
"29",
"30",
"31"]},
 "ln"=>{:ACE=>"<year>"},
 "lv"=>
  {:ACE=>"<year>._gads",
   :DAY=>"<day>._<month>s",
   :MONTHS=>
    ["janv%C4%81ri",
"febru%C4%81ri",
"mart",
"apr%C4%ABli",
"maij",
"j%C5%ABnij",
"j%C5%ABlij",
"august",
"septembri",
"oktobri",
"novembri",
"decembri"]},
 "map-bms"=>{:ACE=>"<year>"},
 "mdf"=>{:ACE=>"<year>"},
 "mhr"=>
  {:ACE=>"<year>",
   :DAY=>"<day>_%D<month>",
   :MONTHS=>
    ["0%A8%D0%BE%D1%80%D1%8B%D0%BA%D0%B9%D0%BE%D0%BB",
"0%9F%D1%83%D1%80%D0%B3%D1%8B%D0%B6",
"3%B0%D1%8F%D1%80%D0%BD%D1%8F",
"0%92%D3%B1%D0%B4%D1%88%D0%BE%D1%80",
"0%90%D0%B3%D0%B0",
"0%9F%D0%B5%D0%BB%D0%B5%D0%B4%D1%8B%D1%88",
"0%A1%D3%B1%D1%80%D0%B5%D0%BC",
"0%A1%D0%BE%D1%80%D0%BB%D0%B0",
"0%98%D0%B4%D1%8B%D0%BC",
"0%A8%D1%8B%D0%B6%D0%B0",
"0%9A%D1%8B%D0%BB%D0%BC%D0%B5",
"0%A2%D0%B5%D0%BB%D0%B5"]},
 "mi"=>{:ACE=>"<year>"},
 "min"=>{:ACE=>"<year>"},
 "ml"=>{:ACE=>"<year>"},
 "mn"=>{:ACE=>"<year>_%D0%BE%D0%BD"},
 "myv"=>{:ACE=>"<year>_%D0%B8%D0%B5"},
 "nds-nl"=>
  {:ACE=>"<year>",
   :DAY=>"<day>_<month>",
   :MONTHS=>
    ["jannewaori",
"febrewaori",
"meert",
"april",
"meie",
"juni",
"juli",
"augustus",
"september",
"oktober",
"november",
"december"]},
 "nov"=>
  {:ACE=>"<year>",
   :DAY=>"<day>_de_<month>e",
   :MONTHS=>
    ["januar",
"februar",
"mart",
"april",
"may",
"jun",
"juli",
"august",
"septembr",
"oktobr",
"novembr",
"desembr"]},
 "nrm"=>
  {:ACE=>"<year>",
   :DAY=>"<day>_<month>",
   :MONTHS=>
    ["Janvyi",
"F%C3%A9vri",
"Mar",
"Avri",
"Mai",
"Ju%C3%AEn",
"Juilet",
"Ao%C3%BBt",
"Septembre",
"Octobre",
"Novembre",
"D%C3%A9zembre"]},
 "os"=>{:ACE=>"<year>-%C3%A6%D0%BC_%D0%B0%D0%B7"},
 "pag"=>{:ACE=>"<year>"},
 "pam"=>
  {:ACE=>"<year>",
   :DAY=>"<month>_<day>",
   :MONTHS=>
    ["Eneru",
"Pebreru",
"Marsu",
"Abril",
"Mayu",
"Juniu",
"Juliu",
"Agostu",
"Septiembri",
"Octubri",
"Nobiembri",
"Disiembri"]},
 "pap"=>{:ACE=>"<year>"},
 "pnb"=>{:ACE=>"<year>"},
 "sah"=>
  {:ACE=>"<year>",
   :DAY=>"%D0%<month>_<day>",
   :MONTHS=>
    ["A2%D0%BE%D1%85%D1%81%D1%83%D0%BD%D0%BD%D1%8C%D1%83",
"9E%D0%BB%D1%83%D0%BD%D0%BD%D1%8C%D1%83",
"9A%D1%83%D0%BB%D1%83%D0%BD_%D1%82%D1%83%D1%82%D0%B0%D1%80",
"9C%D1%83%D1%83%D1%81_%D1%83%D1%81%D1%82%D0%B0%D1%80",
"AB%D0%B0%D0%BC_%D1%8B%D0%B9%D1%8B%D0%BD",
"91%D1%8D%D1%81_%D1%8B%D0%B9%D1%8B%D0%BD",
"9E%D1%82_%D1%8B%D0%B9%D1%8B%D0%BD",
"90%D1%82%D1%8B%D1%80%D0%B4%D1%8C%D0%B0%D1%85_%D1%8B%D0%B9%D1%8B%D0%BD",
"91%D0%B0%D0%BB%D0%B0%D2%95%D0%B0%D0%BD_%D1%8B%D0%B9%D1%8B%D0%BD",
"90%D0%BB%D1%82%D1%8B%D0%BD%D0%BD%D1%8C%D1%8B",
"A1%D1%8D%D1%82%D0%B8%D0%BD%D0%BD%D1%8C%D0%B8",
"90%D1%85%D1%81%D1%8B%D0%BD%D0%BD%D1%8C%D1%8B"]},
 "scn"=>{:ACE=>"<year>"},
 "sco"=>
  {:DAY=>"<day>_<month>",
   :MONTHS=>
    ["Januar",
"Februar",
"Mairch",
"Aprile",
"Mey",
"Juin",
"Julie",
"August",
"September",
"October",
"November",
"December"]},
 "se"=>{:ACE=>"<year>"},
 "so"=>{:ACE=>"<year>"},
 "stq"=>{:ACE=>"<year>"},
 "ta"=>{:ACE=>"<year>"},
 "te"=>
  {:ACE=>"<year>",
   :DAY=>"%E0%B0%<month>_<day>",
   :MONTHS=>
    ["9C%E0%B0%A8%E0%B0%B5%E0%B0%B0%E0%B0%BF",
"AB%E0%B0%BF%E0%B0%AC%E0%B1%8D%E0%B0%B0%E0%B0%B5%E0%B0%B0%E0%B0%BF",
"AE%E0%B0%BE%E0%B0%B0%E0%B1%8D%E0%B0%9A%E0%B0%BF",
"8F%E0%B0%AA%E0%B1%8D%E0%B0%B0%E0%B0%BF%E0%B0%B2%E0%B1%8D",
"AE%E0%B1%87",
"9C%E0%B1%82%E0%B0%A8%E0%B1%8D",
"9C%E0%B1%82%E0%B0%B2%E0%B1%88",
"86%E0%B0%97%E0%B0%B7%E0%B1%8D%E0%B0%9F%E0%B1%81",
"B8%E0%B1%86%E0%B0%AA%E0%B1%8D%E0%B0%9F%E0%B1%86%E0%B0%82%E0%B0%AC%E0%B0%B0%E0%B1%8D",
"85%E0%B0%95%E0%B1%8D%E0%B0%9F%E0%B1%8B%E0%B0%AC%E0%B0%B0%E0%B1%8D",
"A8%E0%B0%B5%E0%B0%82%E0%B0%AC%E0%B0%B0%E0%B1%8D",
"A1%E0%B0%BF%E0%B0%B8%E0%B1%86%E0%B0%82%E0%B0%AC%E0%B0%B0%E0%B1%8D"]},
 "tet"=>{:ACE=>"<year>"},
 "tg"=>{:ACE=>"<year>"},
 "tpi"=>{:ACE=>"<year>"},
 "tt"=>
  {:ACE=>"<year>_%D0%B5%D0%BB",
   :DAY=>"<day>_%D<month>",
   :MONTHS=>
    ["0%B3%D1%8B%D0%B9%D0%BD%D0%B2%D0%B0%D1%80",
"1%84%D0%B5%D0%B2%D1%80%D0%B0%D0%BB%D1%8C",
"0%BC%D0%B0%D1%80%D1%82",
"0%B0%D0%BF%D1%80%D0%B5%D0%BB%D1%8C",
"0%BC%D0%B0%D0%B9",
"0%B8%D1%8E%D0%BD%D1%8C",
"0%B8%D1%8E%D0%BB%D1%8C",
"0%B0%D0%B2%D0%B3%D1%83%D1%81%D1%82",
"1%81%D0%B5%D0%BD%D1%82%D1%8F%D0%B1%D1%80%D1%8C",
"0%BE%D0%BA%D1%82%D1%8F%D0%B1%D1%80%D1%8C",
"0%BD%D0%BE%D1%8F%D0%B1%D1%80%D1%8C",
"0%B4%D0%B5%D0%BA%D0%B0%D0%B1%D1%80%D1%8C"]},
 "ty"=>{:ACE=>"<year>"},
 "udm"=>{:ACE=>"<year>_%D0%B0%D1%80"},
 "ur"=>
  {:ACE=>"<year>%D8%A1",
   :DAY=>"<day>_%D<month>",
   :MONTHS=>
    ["8%AC%D9%86%D9%88%D8%B1%DB%8C",
"9%81%D8%B1%D9%88%D8%B1%DB%8C",
"9%85%D8%A7%D8%B1%DA%86",
"8%A7%D9%BE%D8%B1%DB%8C%D9%84",
"9%85%D8%A6%DB%8C",
"8%AC%D9%88%D9%86",
"8%AC%D9%88%D9%84%D8%A7%D8%A6%DB%8C",
"8%A7%DA%AF%D8%B3%D8%AA",
"8%B3%D8%AA%D9%85%D8%A8%D8%B1",
"8%A7%DA%A9%D8%AA%D9%88%D8%A8%D8%B1",
"9%86%D9%88%D9%85%D8%A8%D8%B1",
"8%AF%D8%B3%D9%85%D8%A8%D8%B1"]},
 "vls"=>
  {:ACE=>"<year>",
   :DAY=>"<day>_<month>",
   :MONTHS=>
    ["januoari",
"februoari",
"moarte",
"april",
"meie",
"juni",
"juli",
"ogustus",
"september",
"oktober",
"november",
"december"]},
 "wa"=>{:ACE=>"<year>"},
 "wuu"=>{:ACE=>"<year>%E5%B9%B4"},
 "xal"=>{:ACE=>"<year>_%D2%97%D0%B8%D0%BB"},
 "yi"=>
  {:ACE=>"<year>",
   :DAY=>"<day>%D7%98%D7%9F_%D7%<month>",
   :MONTHS=>
    ["99%D7%90%D7%A0%D7%95%D7%90%D7%A8",
"A4%D7%A2%D7%91%D7%A8%D7%95%D7%90%D7%A8",
"9E%D7%A2%D7%A8%D7%A5",
"90%D7%A4%D7%A8%D7%99%D7%9C",
"9E%D7%99%D7%99",
"99%D7%95%D7%A0%D7%99",
"99%D7%95%D7%9C%D7%99",
"90%D7%95%D7%99%D7%92%D7%95%D7%A1%D7%98",
"A1%D7%A2%D7%A4%D7%98%D7%A2%D7%9E%D7%91%D7%A2%D7%A8",
"90%D7%A7%D7%98%D7%90%D7%91%D7%A2%D7%A8",
"A0%D7%90%D7%95%D7%95%D7%A2%D7%9E%D7%91%D7%A2%D7%A8",
"93%D7%A2%D7%A6%D7%A2%D7%9E%D7%91%D7%A2%D7%A8"],
   :DAYS=>
    ["1",
"2",
"3",
"4",
"5",
"6",
"7",
"8",
"9",
"10",
"11",
"12",
"13",
"14",
"15",
"16",
"17",
"18",
"19",
"20%D7%A1",
"21%D7%A1",
"22%D7%A1",
"23%D7%A1",
"24%D7%A1",
"25%D7%A1",
"26%D7%A1",
"27%D7%A1",
"28%D7%A1",
"29%D7%A1",
"30%D7%A1",
"31%D7%A1"]},
 "zh-min-nan"=>
  {:ACE=>"<year>_n%C3%AE", :DAY=>"<month>_goe%CC%8Dh_<day>_ji%CC%8Dt"},
 "dv"=>
  {:DAY=>"%DE%<month>_<day>",
   :MONTHS=>
    ["96%DE%AC%DE%82%DE%AA%DE%87%DE%A6%DE%83%DE%A9",
"8A%DE%AC%DE%84%DE%B0%DE%83%DE%AA%DE%87%DE%A6%DE%83%DE%A9",
"89%DE%A7%DE%83%DE%97%DE%B0",
"87%DE%AC%DE%95%DE%B0%DE%83%DE%A9%DE%8D%DE%B0",
"89%DE%AC%DE%87%DE%A8",
"96%DE%AB%DE%82%DE%B0",
"96%DE%AA%DE%8D%DE%A6%DE%87%DE%A8",
"87%DE%AE%DE%8E%DE%A6%DE%90%DE%B0%DE%93%DE%AA",
"90%DE%AC%DE%95%DE%B0%DE%93%DE%AC%DE%89%DE%B0%DE%84%DE%A6%DE%83%DE%AA",
"87%DE%AE%DE%86%DE%B0%DE%93%DE%AB%DE%84%DE%A6%DE%83%DE%AA",
"82%DE%AE%DE%88%DE%AC%DE%89%DE%B0%DE%84%DE%A6%DE%83%DE%AA",
"91%DE%A8%DE%90%DE%AC%DE%89%DE%B0%DE%84%DE%A6%DE%83%DE%AA"]},
 "ext"=>
  {:DAY=>"<day>_<month>",
   :MONTHS=>
    ["eneru",
"hebreru",
"mar%C3%A7u",
"abril",
"mayu",
"ju%C3%B1u",
"j%C3%BAliu",
"agostu",
"setiembri",
"outubri",
"noviembri",
"diziembri"]},
 "gu"=>
  {:DAY=>"%E0%AA%<month>_%E0%AB%A<day>",
   :MONTHS=>
    ["9C%E0%AA%BE%E0%AA%A8%E0%AB%8D%E0%AA%AF%E0%AB%81%E0%AA%86%E0%AA%B0%E0%AB%80",
"AB%E0%AB%87%E0%AA%AC%E0%AB%8D%E0%AA%B0%E0%AB%81%E0%AA%86%E0%AA%B0%E0%AB%80",
"AE%E0%AA%BE%E0%AA%B0%E0%AB%8D%E0%AA%9A",
"8F%E0%AA%AA%E0%AB%8D%E0%AA%B0%E0%AA%BF%E0%AA%B2",
"AE%E0%AB%87",
"9C%E0%AB%82%E0%AA%A8",
"9C%E0%AB%81%E0%AA%B2%E0%AA%BE%E0%AA%87",
"93%E0%AA%97%E0%AA%B8%E0%AB%8D%E0%AA%9F",
"B8%E0%AA%AA%E0%AB%8D%E0%AA%9F%E0%AB%87%E0%AA%AE%E0%AB%8D%E0%AA%AC%E0%AA%B0",
"93%E0%AA%95%E0%AB%8D%E0%AA%9F%E0%AB%8B%E0%AA%AC%E0%AA%B0",
"A8%E0%AA%B5%E0%AB%87%E0%AA%AE%E0%AB%8D%E0%AA%AC%E0%AA%B0",
"A1%E0%AA%BF%E0%AA%B8%E0%AB%87%E0%AA%AE%E0%AB%8D%E0%AA%AC%E0%AA%B0"],
   :DAYS=>
    ["7",
"8",
"9",
"A",
"B",
"C",
"D",
"E",
"F",
"7%E0%AB%A6",
"7%E0%AB%A7",
"7%E0%AB%A8",
"7%E0%AB%A9",
"7%E0%AB%AA",
"7%E0%AB%AB",
"7%E0%AB%AC",
"7%E0%AB%AD",
"7%E0%AB%AE",
"7%E0%AB%AF",
"8%E0%AB%A6",
"8%E0%AB%A7",
"8%E0%AB%A8",
"8%E0%AB%A9",
"8%E0%AB%AA",
"8%E0%AB%AB",
"8%E0%AB%AC",
"8%E0%AB%AD",
"8%E0%AB%AE",
"8%E0%AB%AF",
"9%E0%AB%A6",
"9%E0%AB%A7"]},
 "kl"=>
  {:DAY=>"<month>i_<day>",
   :MONTHS=>
    ["Jannuaar",
"Februaar",
"Marts",
"Apriil",
"Maaj",
"Juun",
"Juul",
"Aggust",
"September",
"Oktober",
"November",
"December"]},
 "xmf"=>
  {:DAY=>"<day>_%E1%83%<month>",
   :MONTHS=>
    ["A6%E1%83%A3%E1%83%A0%E1%83%97%E1%83%A3%E1%83%97%E1%83%90",
"A4%E1%83%A3%E1%83%A0%E1%83%97%E1%83%A3%E1%83%97%E1%83%90",
"9B%E1%83%94%E1%83%9A%E1%83%90%E1%83%AE%E1%83%98",
"9E%E1%83%98%E1%83%A0%E1%83%94%E1%83%9A%E1%83%98",
"9B%E1%83%94%E1%83%A1%E1%83%98",
"9B%E1%83%90%E1%83%9C%E1%83%92%E1%83%98",
"99%E1%83%95%E1%83%98%E1%83%A0%E1%83%99%E1%83%95%E1%83%94",
"9B%E1%83%90%E1%83%A0%E1%83%90%E1%83%A8%E1%83%98%E1%83%9C%E1%83%90%E1%83%97%E1%83%A3%E1%83%97%E1%83%90",
"94%E1%83%99%E1%83%94%E1%83%9C%E1%83%98%E1%83%90",
"92%E1%83%B7%E1%83%9B%E1%83%90%E1%83%97%E1%83%A3%E1%83%97%E1%83%90",
"92%E1%83%94%E1%83%A0%E1%83%92%E1%83%9D%E1%83%91%E1%83%90%E1%83%97%E1%83%A3%E1%83%97%E1%83%90",
"A5%E1%83%98%E1%83%A0%E1%83%A1%E1%83%94%E1%83%97%E1%83%A3%E1%83%97%E1%83%90"]}}
Locale_pt_BR =
{"date"=>
  {"abbr_day_names"=>["Dom", "Seg", "Ter", "Qua", "Qui", "Sex", "Sáb"],
   "abbr_month_names"=>
    [nil,
"Jan",
"Fev",
"Mar",
"Abr",
"Mai",
"Jun",
"Jul",
"Ago",
"Set",
"Out",
"Nov",
"Dez"],
   "day_names"=>
    ["Domingo", "Segunda", "Terça", "Quarta", "Quinta", "Sexta", "Sábado"],
   "formats"=>
    {"default"=>"%d/%m/%Y", "long"=>"%d de %B de %Y", "short"=>"%d de %B"},
   "month_names"=>
    [nil,
"Janeiro",
"Fevereiro",
"Março",
"Abril",
"Maio",
"Junho",
"Julho",
"Agosto",
"Setembro",
"Outubro",
"Novembro",
"Dezembro"],
   "order"=>[:day, :month, :year]},
 "time"=>
  {"am"=>"",
   "formats"=>
    {"default"=>"%a, %d de %B de %Y, %H:%M:%S %z",
"long"=>"%d de %B de %Y, %H:%M",
"short"=>"%d de %B, %H:%M",
"time"=>"%H:%M:%S %z"},
   "pm"=>""},
 "datetime"=>
  {"distance_in_words"=>
    {"about_x_hours"=>
 {"one"=>"aproximadamente 1 hora",
  "other"=>"aproximadamente %{count} horas"},
"about_x_months"=>
 {"one"=>"aproximadamente 1 mês",
  "other"=>"aproximadamente %{count} meses"},
"about_x_years"=>
 {"one"=>"aproximadamente 1 ano",
  "other"=>"aproximadamente %{count} anos"},
"almost_x_years"=>{"one"=>"quase 1 ano", "other"=>"quase %{count} anos"},
"half_a_minute"=>"meio minuto",
"less_than_x_minutes"=>
 {"one"=>"menos de um minuto", "other"=>"menos de %{count} minutos"},
"less_than_x_seconds"=>
 {"one"=>"menos de 1 segundo", "other"=>"menos de %{count} segundos"},
"over_x_years"=>
 {"one"=>"mais de 1 ano", "other"=>"mais de %{count} anos"},
"x_days"=>{"one"=>"1 dia", "other"=>"%{count} dias"},
"x_minutes"=>{"one"=>"1 minuto", "other"=>"%{count} minutos"},
"x_months"=>{"one"=>"1 mês", "other"=>"%{count} meses"},
"x_seconds"=>{"one"=>"1 segundo", "other"=>"%{count} segundos"}},
   "prompts"=>
    {"day"=>"Dia",
"hour"=>"Hora",
"minute"=>"Minuto",
"month"=>"Mês",
"second"=>"Segundo",
"year"=>"Ano"}}}
Locale_zh_CN =
{"date"=>
  {"abbr_day_names"=>["", "", "", "", "", "", ""],
   "abbr_month_names"=>
    [nil,
"1月",
"2月",
"3月",
"4月",
"5月",
"6月",
"7月",
"8月",
"9月",
"10月",
"11月",
"12月"],
   "day_names"=>["星期日", "星期一", "星期二", "星期三", "星期四", "星期五", "星期六"],
   "formats"=>{"default"=>"%Y-%m-%d", "long"=>"%Y年%b%d日", "short"=>"%b%d日"},
   "month_names"=>
    [nil,
"一月",
"二月",
"三月",
"四月",
"五月",
"六月",
"七月",
"八月",
"九月",
"十月",
"十一月",
"十二月"],
   "order"=>[:year, :month, :day]},
 "time"=>
  {"am"=>"上午",
   "formats"=>
    {"default"=>"%Y年%b%d日 %A %H:%M:%S %Z",
"long"=>"%Y年%b%d日 %H:%M",
"short"=>"%b%d日 %H:%M",
"time"=>"%H:%M:%S %Z"},
   "pm"=>"下午"},
 "datetime"=>
  {"distance_in_words"=>
    {"about_x_hours"=>{"one"=>"大约一小时", "other"=>"大约 %{count} 小时"},
"about_x_months"=>{"one"=>"大约一个月", "other"=>"大约 %{count} 个月"},
"about_x_years"=>{"one"=>"大约一年", "other"=>"大约 %{count} 年"},
"almost_x_years"=>{"one"=>"接近一年", "other"=>"接近 %{count} 年"},
"half_a_minute"=>"半分钟",
"less_than_x_minutes"=>{"one"=>"不到一分钟", "other"=>"不到 %{count} 分钟"},
"less_than_x_seconds"=>{"one"=>"不到一秒", "other"=>"不到 %{count} 秒"},
"over_x_years"=>{"one"=>"一年多", "other"=>"%{count} 年多"},
"x_days"=>{"one"=>"一天", "other"=>"%{count} 天"},
"x_minutes"=>{"one"=>"一分钟", "other"=>"%{count} 分钟"},
"x_months"=>{"one"=>"一个月", "other"=>"%{count} 个月"},
"x_seconds"=>{"one"=>"一秒", "other"=>"%{count} 秒"}},
   "prompts"=>
    {"day"=>"",
"hour"=>"",
"minute"=>"",
"month"=>"",
"second"=>"",
"year"=>""}}}
Locale_zh_HK =
{"date"=>
  {"abbr_day_names"=>["", "", "", "", "", "", ""],
   "abbr_month_names"=>
    [nil,
"1月",
"2月",
"3月",
"4月",
"5月",
"6月",
"7月",
"8月",
"9月",
"10月",
"11月",
"12月"],
   "day_names"=>["星期日", "星期一", "星期二", "星期三", "星期四", "星期五", "星期六"],
   "formats"=>{"default"=>"%Y-%m-%d", "long"=>"%Y年%b%d日", "short"=>"%b%d日"},
   "month_names"=>
    [nil,
"一月",
"二月",
"三月",
"四月",
"五月",
"六月",
"七月",
"八月",
"九月",
"十月",
"十一月",
"十二月"],
   "order"=>[:year, :month, :day]},
 "time"=>
  {"am"=>"上晝",
   "formats"=>
    {"default"=>"%Y年%b%d號 %A %H:%M:%S %Z",
"long"=>"%Y年%b%d號 %H:%M",
"short"=>"%b%d號 %H:%M",
"time"=>"%H:%M:%S %Z"},
   "pm"=>"下晝"},
 "datetime"=>
  {"distance_in_words"=>
    {"about_x_hours"=>{"one"=>"大概一個鐘", "other"=>"大概%{count}個鐘"},
"about_x_months"=>{"one"=>"大概一個月", "other"=>"大概%{count}個月"},
"about_x_years"=>{"one"=>"大概一年", "other"=>"大概%{count}年"},
"almost_x_years"=>{"one"=>"差唔多一年", "other"=>"差唔多%{count}年"},
"half_a_minute"=>"半分鐘",
"less_than_x_minutes"=>{"one"=>"唔夠一分鐘", "other"=>"唔夠%{count}分鐘"},
"less_than_x_seconds"=>{"one"=>"唔夠一秒", "other"=>"唔夠%{count}秒"},
"over_x_years"=>{"one"=>"超過一年", "other"=>"超過%{count}年"},
"x_days"=>{"one"=>"一日", "other"=>"%{count}日"},
"x_minutes"=>{"one"=>"一分鐘", "other"=>"%{count}分鐘"},
"x_months"=>{"one"=>"一個月", "other"=>"%{count}個月"},
"x_seconds"=>{"one"=>"一秒", "other"=>"%{count}秒"}},
   "prompts"=>
    {"day"=>"",
"hour"=>"",
"minute"=>"",
"month"=>"",
"second"=>"",
"year"=>""}}}
Locale_zh_TW =
{"date"=>
  {"abbr_day_names"=>["", "", "", "", "", "", ""],
   "abbr_month_names"=>
    [nil,
"1月",
"2月",
"3月",
"4月",
"5月",
"6月",
"7月",
"8月",
"9月",
"10月",
"11月",
"12月"],
   "day_names"=>["星期日", "星期一", "星期二", "星期三", "星期四", "星期五", "星期六"],
   "formats"=>{"default"=>"%Y-%m-%d", "long"=>"%Y年%b%d日", "short"=>"%b%d日"},
   "month_names"=>
    [nil,
"一月",
"二月",
"三月",
"四月",
"五月",
"六月",
"七月",
"八月",
"九月",
"十月",
"十一月",
"十二月"],
   "order"=>[:year, :month, :day]},
 "time"=>
  {"am"=>"上午",
   "formats"=>
    {"default"=>"%Y年%b%d日 %A %H:%M:%S %Z",
"long"=>"%Y年%b%d日 %H:%M",
"short"=>"%b%d日 %H:%M",
"time"=>"%H:%M:%S %Z"},
   "pm"=>"下午"},
 "datetime"=>
  {"distance_in_words"=>
    {"about_x_hours"=>{"one"=>"大約一小時", "other"=>"大約 %{count} 小時"},
"about_x_months"=>{"one"=>"大約一個月", "other"=>"大約 %{count} 個月"},
"about_x_years"=>{"one"=>"大約一年", "other"=>"大約 %{count} 年"},
"almost_x_years"=>{"one"=>"接近一年", "other"=>"接近 %{count} 年"},
"half_a_minute"=>"半分鐘",
"less_than_x_minutes"=>{"one"=>"不到一分鐘", "other"=>"不到 %{count} 分鐘"},
"less_than_x_seconds"=>{"one"=>"不到一秒", "other"=>"不到 %{count} 秒"},
"over_x_years"=>{"one"=>"一年多", "other"=>"%{count} 年多"},
"x_days"=>{"one"=>"一天", "other"=>"%{count} 天"},
"x_minutes"=>{"one"=>"一分鐘", "other"=>"%{count} 分鐘"},
"x_months"=>{"one"=>"一個月", "other"=>"%{count} 個月"},
"x_seconds"=>{"one"=>"一秒", "other"=>"%{count} 秒"}},
   "prompts"=>
    {"day"=>"",
"hour"=>"",
"minute"=>"",
"month"=>"",
"second"=>"",
"year"=>""}}}
FrenchTerms =
[self, [
  "namespace:[en=http://en.wikipedia.org/wiki/, ja=http://ja.wikipedia.org/wiki/]",
  "locale:[=en:, ja=ja:, alias]",
  "names:[FrenchTerms]",

  [self,
    "names:[Month, 月=ja:%%<月_(暦)>]",
    "[Vendémiaire,    ヴァンデミエール=,       葡萄月=]",
    "[Brumaire,       ブリュメール=,           霧月=  ]",
    "[Frimaire,       フリメール=,             霜月=  ]",
    "[Nivôse,         ニヴォーズ=,             雪月=  ]",
    "[Pluviôse,       プリュヴィオーズ=,       雨月=  ]",
    "[Ventôse,        ヴァントーズ=,           風月=  ]",
    "[Germinal,       ジェルミナル=,           芽月=  ]",
    "[Floréal,        フロレアル=,             花月=  ]",
    "[Prairial,       プレリアル=,             牧草月=]",
    "[Messidor,       メスィドール=,           収穫月=]",
    "[Thermidor,      テルミドール=,           熱月=  ]",
    "[Fructidor,      フリュクティドール=,     果実月=]",
    "[Sansculottides, サン・キュロットの休日=, 予備日=]"
  ]
]]
IndianTerms =
[self, [
  "namespace:[en=http://en.wikipedia.org/wiki/, ja=http://ja.wikipedia.org/wiki/]",
  "locale:[=en:, ja=ja:, alias]",
  "names:[IndianTerms]",
  "[IndianNationalSolar=en:Indian_national_calendar, インド国定暦]",
  "[HinduSolar=en:Hindu_calendar,     インド太陽暦=ja:%%<ヒンドゥー暦>]",
  "[HinduLuniSolar=en:Hindu_calendar, インド太陰太陽暦=ja:%%<ヒンドゥー暦>]",

  [self,
    "names:[IntercalaryMonth=en:Intercalation, 閏月]",
    "[%s Śuklapakṣa=,        %s 白分=  ]",
    "[%s Kṛṣṇapakṣa=,        %s 黒分=  ]",
    "[adhika %s Śuklapakṣa=, 閏%s 白分=]",
    "[adhika %s Kṛṣṇapakṣa=, 閏%s 黒分=]"
  ],

  [self,
    "names:[IntercalaryDay=en:Intercalation, 閏日=ja:%%<閏>]",
    "[Double %s=,           欠=       ]",
    "[Intercalary %s=,      重=       ]"
  ],

  [self,
    "names:[LunarMonth=, 太陰月=ja:%%<月_(暦)>]",
    "[Mārgaśīra=en:Margashirsha,   マールガシールシャ=]",
    "[Pauṣa=en:Pausha,             パウシャ=          ]",
    "[Māgha=en:Maagha,             マーガ=            ]",
    "[Phālguna=en:Phalguna,        パールグナ=        ]",
    "[Caitra=en:Chaitra,           チャイトラ=        ]",
    "[Vaiśākha=en:Vaisakha,        ヴァイシャーカ=    ]",
    "[Jyaiṣṭha=en:Jyeshta,         ジャイシュタ=      ]",
    "[Āṣāḍha=en:Aashaadha,         アーシャーダ=      ]",
    "[Śrāvaṇa=en:Shraavana,        シュラーヴァナ=    ]",
    "[Bhādrapada=en:Bhadrapada,    バードラパダ=      ]",
    "[Āśvina=en:Ashwin,            アーシュヴィナ=    ]",
    "[Kārttika=en:Kartika_(month), カールッティカ=    ]"
  ],

  [self,
    "names:[SolarMonth=, 太陽月=ja:%%<月_(暦)>]",
    "[Maysha=,                     白羊宮            ]",
    "[Vrushabha=,                  金牛宮            ]",
    "[Mithuna=,                    双児宮            ]",
    "[Karka=,                      巨蟹宮            ]",
    "[Simha=,                      獅子宮            ]",
    "[Kanya=,                      処女宮            ]",
    "[Tula=,                       天秤宮            ]",
    "[Vrushchika=,                 天蝎宮            ]",
    "[Dhanu=,                      人馬宮            ]",
    "[Makar=,                      磨羯宮            ]",
    "[Kumbha=,                     宝瓶宮            ]",
    "[Meena=,                      双魚宮            ]"
  ]
]]
JewishTerms =
[self, [
  "namespace:[en=http://en.wikipedia.org/wiki/, ja=http://ja.wikipedia.org/wiki/]",
  "locale:[=en:, ja=ja:, alias]",
  "names:[JewishTerms]",
  "[Jewish=en:Hebrew_calendar, ユダヤ暦]",

  [self,
    "names:[IntercalaryMonth=en:Intercalation, 閏月]",
    "[%s I=,  第1=]",
    "[%s II=, 第2=]",
  ],

  [self,
    "names:[Month, 月=ja:%%<月_(暦)>]",
    "[Tishrei,  ティシュリー=]",
    "[Cheshvan, マルヘシュバン=]",
    "[Kislev,   キスレーヴ=]",
    "[Tevet,    テベット=]",
    "[Shevat,   シュバット=]",
    "[Adar,     アダル]",
    "[Nisan,    ニサン=]",
    "[Iyar,     イヤール=]",
    "[Sivan,    シバン]",
    "[Tammuz,   タムーズ=]",
    "[Av,       アブ]",
    "[Elul,     エルール=]"
  ]
]]
Locale_es_419 =
{"date"=>
  {"abbr_day_names"=>["dom", "lun", "mar", "mié", "jue", "vie", "sáb"],
   "abbr_month_names"=>
    [nil,
"ene",
"feb",
"mar",
"abr",
"may",
"jun",
"jul",
"ago",
"sep",
"oct",
"nov",
"dic"],
   "day_names"=>
    ["domingo", "lunes", "martes", "miércoles", "jueves", "viernes", "sábado"],
   "formats"=>
    {"default"=>"%d/%m/%Y", "long"=>"%A, %d de %B de %Y", "short"=>"%d de %b"},
   "month_names"=>
    [nil,
"enero",
"febrero",
"marzo",
"abril",
"mayo",
"junio",
"julio",
"agosto",
"septiembre",
"octubre",
"noviembre",
"diciembre"],
   "order"=>[:day, :month, :year]},
 "time"=>
  {"am"=>"am",
   "formats"=>
    {"default"=>"%a, %d de %b de %Y a las %H:%M:%S %Z",
"long"=>"%A, %d de %B de %Y a las %I:%M %p",
"short"=>"%d de %b a las %H:%M hrs",
"time"=>"%H:%M:%S %Z"},
   "pm"=>"pm"},
 "datetime"=>
  {"distance_in_words"=>
    {"about_x_hours"=>
 {"one"=>"cerca de 1 hora", "other"=>"cerca de %{count} horas"},
"about_x_months"=>
 {"one"=>"cerca de 1 mes", "other"=>"cerca de %{count} meses"},
"about_x_years"=>
 {"one"=>"cerca de 1 año", "other"=>"cerca de %{count} años"},
"almost_x_years"=>{"one"=>"casi 1 año", "other"=>"casi %{count} años"},
"half_a_minute"=>"medio minuto",
"less_than_x_minutes"=>
 {"one"=>"menos de 1 minuto", "other"=>"menos de %{count} minutos"},
"less_than_x_seconds"=>
 {"one"=>"menos de 1 segundo", "other"=>"menos de %{count} segundos"},
"over_x_years"=>{"one"=>"más de 1 año", "other"=>"más de %{count} años"},
"x_days"=>{"one"=>"1 día", "other"=>"%{count} días"},
"x_minutes"=>{"one"=>"1 minuto", "other"=>"%{count} minutos"},
"x_months"=>{"one"=>"1 mes", "other"=>"%{count} meses"},
"x_seconds"=>{"one"=>"1 segundo", "other"=>"%{count} segundos"}},
   "prompts"=>
    {"day"=>"Día",
"hour"=>"Hora",
"minute"=>"Minuto",
"month"=>"Mes",
"second"=>"Segundos",
"year"=>"Año"}}}
ChineseTerms =
[self, [
  "namespace:[en=http://en.wikipedia.org/wiki/, ja=http://ja.wikipedia.org/wiki/]",
  "locale:[=ja:, en=en:, alias]",
  "names:[ChineseTerms]",
  "[中国太陽暦(節月)=ja:%%<二十四節気>#%.<暦月と節月>, *ChineseSolar=en:Solar_term]",
  "[中国太陰太陽暦=ja:%%<中国暦>, *ChineseLuniSolar=en:Chinese_calendar]",
  "[彝暦=ja:%%<イ族>, *Yi=en:Yi_people]",

  [self,
    "names:[月=ja:%%<月_(暦)>, *Month]",
    "[正月,   1st Month= ]",
    "[二月,   2nd Month= ]",
    "[三月,   3rd Month= ]",
    "[四月,   4th Month= ]",
    "[五月,   5th Month= ]",
    "[六月,   6th Month= ]",
    "[七月,   7th Month= ]",
    "[八月,   8th Month= ]",
    "[九月,   9th Month= ]",
    "[十月,   10th Month=]",
    "[十一月, 11th Month=]",
    "[十二月, 12th Month=]"
  ],

  [self,
    "names:[月=ja:%%<月_(暦)>, *MonthA]",
    "[一月,   1st Month= ]",
    "[二月,   2nd Month= ]",
    "[三月,   3rd Month= ]",
    "[四月,   4th Month= ]",
    "[五月,   5th Month= ]",
    "[六月,   6th Month= ]",
    "[七月,   7th Month= ]",
    "[八月,   8th Month= ]",
    "[九月,   9th Month= ]",
    "[十月,   10th Month=]",
    "[正月,   New Year Month=]",
    "[臘月,   12th Month=]"
  ],

  [self,
    "names:[月=ja:%%<月_(暦)>, *MonthB]",
    "[建寅月, 3rd Month= ]",
    "[建卯月, 4th Month= ]",
    "[建辰月, 5th Month= ]",
    "[建巳月, 6th Month= ]",
    "[建午月, 7th Month= ]",
    "[建未月, 8th Month= ]",
    "[建申月, 9th Month= ]",
    "[建酉月, 10th Month ]",
    "[建戌月, 11th Month ]",
    "[建亥月, 12th Month=]",
    "[建子月, 1st Month= ]",
    "[建丑月, 2nd Month= ]"
  ]
]]
YiTerms =
[self, [
  "namespace:[en=http://en.wikipedia.org/wiki/, ja=http://ja.wikipedia.org/wiki/]",
  "locale:[=ja:, en=en:, alias]",
  "names:[YiTerms]",

  [self,
    "names:[月=ja:%%<月_(暦)>, *Month]",
    "[木公月, 1st Month= ]",
    "[木母月, 2nd Month= ]",
    "[火公月, 3rd Month= ]",
    "[火母月, 4th Month= ]",
    "[土公月, 5th Month= ]",
    "[土母月, 6th Month= ]",
    "[銅公月, 7th Month= ]",
    "[銅母月, 8th Month= ]",
    "[水公月, 9th Month= ]",
    "[水母月, 10th Month=]",
    "[過年日, end of year days=]"
  ]
]]
IranianTerms =
[self, [
  "namespace:[en=http://en.wikipedia.org/wiki/, ja=http://ja.wikipedia.org/wiki/, ar=http://ar.wikipedia.org/wiki/]",
  "locale:[=en:, ja=ja:, ar=ar:, alias=ja:]",
  "names:[IranianTerms]",
  "[SolarHejri=en:Iranian_calendars#Modern_calendar_.28Solar_Hejri.29, ヘジラ太陽暦=ja:%%<イラン暦>]",

  [self,
    "names:[Month, 月=ja:%%<月_(暦)>]",
    "[Farvardīn=,   ファルヴァルディーン=, فروردین=,  フラワシ             ]",
    "[Ordībehesht=, オルディーベヘシュト=, اردیبهشت=, アシャ・ワヒシュタ   ]",
    "[Khordād=,     ホルダード=,           خرداد=,     ハルワタート        ]",
    "[Tīr=,         ティール=,             تیر=,       ティシュトリヤ      ]",
    "[Mordād=,      モルダード=,           مرداد=,     アムルタート        ]",
    "[Shahrīvar=,   シャハリーヴァル=,     شهریور=,   フシャスラ・ワルヤ   ]",
    "[Mehr=,        メフル=,               مهر=,       ミスラ              ]",
    "[Ābān=,        アーバーン=,           آبان=,      アープ              ]",
    "[Āzar=,        アーザル=,             آذر=,       アータル            ]",
    "[Dei=,         デイ=,                 دی=,        アフラ・マズダー    ]",
    "[Bahman=,      バフマン=,             بهمن=,      ウォフ・マナフ      ]",
    "[Esfand=,      エスファンド=,         اسفند=,   スプンタ・アールマティ]"
  ]
]]
IslamicTerms =
[self, [
  "namespace:[en=http://en.wikipedia.org/wiki/, ja=http://ja.wikipedia.org/wiki/, ar=http://ar.wikipedia.org/wiki/]",
  "locale:[=en:, ja=ja:, ar=ar:, alias]",
  "names:[IslamicTerms]",
  "[TabularIslamic=en:Islamic_calendar, イスラーム暦=ja:ヒジュラ暦]",
  "[EphemerisBasedIslamic=en:Islamic_calendar, イスラーム暦=ja:ヒジュラ暦]",

  [self,
    "names:[Month, 月=ja:%%<月_(暦)>]",
    "[Muharram,                         ムハッラム=,                   محرم]",
    "[Safar,                            サファル=,                     صفر]",
    "[Rabi'_al-awwal,                   ラビーウ・アル=アウワル=,     ربيع الأول]",
    "[Rabi'_al-thani,                   ラビーウ・アル=サーニー=,     ربيع الآخر]",
    "[Jumada_al-awwal,                  ジュマーダー・アル=アウワル=, جمادى الأولى]",
    "[Jumada_al-Thani,                  ジュマーダー・アル=サーニー=, جمادى الآخرة]",
    "[Rajab,                            ラジャブ=,                     رجب]",
    "[Sha'aban,                         シャアバーン=,                 شعبان]",
    "[Ramadan=en:Ramadan_(calendar_month), ラマダーン,                 رمضان]",
    "[Shawwal,                          シャウワール=,                 شوال]",
    "[Dhu_al-Qi'dah,                    ズー・アル=カーイダ=,         ذو القعدة]",
    "[Dhu_al-Hijjah,                    ズー・アル=ヒッジャ=,         ذو الحجة]"
  ]
]]
MartianTerms =
[self, [
  "namespace:[en=http://en.wikipedia.org/wiki/, ja=http://ja.wikipedia.org/wiki/]",
  "locale:[=en:, ja=ja:, alias]",
  "names:[MartianTerms]",
  "[Darian=en:Darian_calendar, ダリアン暦]",

  [self,
    "names:[DarianMonth=, 月=ja:%%<月_(暦)>]",
    "[Sagittarius, いて=    ]",
    "[Dhanus=,     人馬=    ]",
    "[Capricornus, やぎ=    ]",
    "[Makara=,     磨羯=    ]",
    "[Aquarius,    みずがめ=]",
    "[Kumbha=,     宝瓶=    ]",
    "[Pisces,      うお=    ]",
    "[Mina=,       双魚=    ]",
    "[Aries,       おひつじ=]",
    "[Mesha=,      白羊=    ]",
    "[Taurus,      おうし=  ]",
    "[Rishabha=,   金牛=    ]",
    "[Gemini,      ふたご=  ]",
    "[Mithuna=,    双児=    ]",
    "[Cancer,      かに=    ]",
    "[Karka=,      巨蟹=    ]",
    "[Leo,         しし=    ]",
    "[Simha=,      獅子=    ]",
    "[Virgo,       おとめ=  ]",
    "[Kanya=,      処女=    ]",
    "[Libra,       てんびん=]",
    "[Tula=,       天秤=    ]",
    "[Scorpius,    さそり=  ]",
    "[Vrishika=,   天蠍=    ]"
  ]
]]
TibetanTerms =
[self, [
  "namespace:[en=http://en.wikipedia.org/wiki/, ja=http://ja.wikipedia.org/wiki/]",
  "locale:[=en:, ja=ja:, alias]",
  "names:[TibetanTerms]",
  "[Tibetan=en:Tibetan_calendar, 時輪暦=ja:%%<チベット暦>]",

  [self,
    "names:[IntercalaryMonth=en:Intercalation, 閏月]",
    "[%s=,       %s宿月=  ]",
    "[Adika %s=, 閏%s宿月=]"
  ],

  [self,
    "names:[IntercalaryDay=en:Intercalation, 閏日=ja:%%<閏>]",
    "[Double %s=,      欠=]",
    "[Intercalary %s=, 重=]"
  ],

  [self,
    "names:[Month, 月=ja:%%<月_(暦)>]",
    "[Margasirsa, 觜=]",
    "[Pausha,     鬼=]",
    "[Magha,      星=]",
    "[Phalguna,   翼=]",
    "[Chaitra,    角=]",
    "[Vaisakha,   氐=]",
    "[Jyeshta,    心=]",
    "[Ashada,     箕=]",
    "[Sravana,    牛=]",
    "[Bhadrapada, 室=]",
    "[Asvina,     婁=]",
    "[Kartika,    昴=]"
  ]
]]
BalineseTerms =
[self, [
  "namespace:[en=http://en.wikipedia.org/wiki/, ja=http://ja.wikipedia.org/wiki/]",
  "locale:[=en:, ja=ja:, alias]",
  "names:[BalineseTerms]",
  "[BalineseLuniSolar=, バリ・サカ暦=]",
  "[Tenganan=, テンガナン暦=]",

  [self,
    "names:[IntercalaryMonth=en:Intercalation, 閏月]",
    "[%s Suklapaksa=,      %s 白分=  ]",
    "[%s Krsnapaksa=,      %s 黒分=  ]",
    "[Mala %s Suklapaksa=, 閏%s 白分=]",
    "[Mala %s Krsnapaksa=, 閏%s 黒分=]"
  ],

  [self,
    "names:[IntercalaryDay=en:Intercalation, 閏日=ja:%%<閏>]",
    "[Double %s=,           欠=       ]"
  ],

  [self,
    "names:[HinduMonth=, ヒンドゥ月=]",
    "[Kelima=,    5月=]",
    "[Kenem=,     6月=]",
    "[Kepitu=,    7月=]",
    "[Kewulu=,    8月=]",
    "[Kesanga=,   9月=]",
    "[Kedasa=,   10月=]",
    "[Jiyestha=, 11月=]",
    "[Sadha=,    12月=]",
    "[Kasa=,      1月=]",
    "[Karo=,      2月=]",
    "[Ketiga=,    3月=]",
    "[Kapat=,     4月=]"
  ],

  [self,
    "names:[TengananMonth=, テンガナン月=]",
    "[Kelima=,      5月=]",
    "[Kanem=,       6月=]",
    "[Kepitu=,      7月=]",
    "[Kolu=,        8月=]",
    "[Kesanga=,     9月=]",
    "[Kedasa=,     10月=]",
    "[Desta=,      11月=]",
    "[Sadda=,      12月=]",
    "[Kasa=,        1月=]",
    "[Karo=,        2月=]",
    "[Ketiga=,      3月=]",
    "[Kapat=,       4月=]",
    "[Kapat Sep=, 閏4月=]"
  ]
]]
JapaneseTerms =
[self, [
  "namespace:[en=http://en.wikipedia.org/wiki/, ja=http://ja.wikipedia.org/wiki/]",
  "locale:[=en:, ja=ja:, alias]",
  "names:[JapaneseTerms]",

  [self,
    "names:[Month, 月=ja:%%<月_(暦)>]",
    "[1st Month=,  *睦月   ]",
    "[2nd Month=,  *如月   ]",
    "[3rd Month=,  *弥生   ]",
    "[4th Month=,  *卯月   ]",
    "[5th Month=,  *皐月   ]",
    "[6th Month=,  *水無月 ]",
    "[7th Month=,  *文月   ]",
    "[8th Month=,  *葉月   ]",
    "[9th Month=,  *長月   ]",
    "[10th Month=, *神無月 ]",
    "[11th Month=, *霜月   ]",
    "[12th Month=, *師走   ]"
  ],

  [self,
    "names:[Rokuyo=, *六曜]",
    "[Taian=,      *大安  ]",
    "[Shakko=,     *赤口  ]",
    "[Sensho=,     *先勝  ]",
    "[Tomobiki=,   *友引  ]",
    "[Senbu=,      *先負  ]",
    "[Butsumetsu=, *仏滅  ]"
  ],

  [self,
    "names:[The_Tale_of_Genji, *源氏物語]",
    "[Kiritsubo=,        *桐壺]",
    "[Hahakigi=,         *帚木=ja:%%<帚木_(源氏物語)>]",
    "[Utsusemi=,         *空蝉=ja:%%<空蝉_(源氏物語)>]",
    "[Yūgao=,            *夕顔=ja:%%<夕顔_(源氏物語)>]",
    "[Wakamurasaki=,     *若紫]",
    "[Suetsumuhana,      *末摘花=ja:%%<末摘花_(源氏物語)>]",
    "[Momiji no Ga=,     *紅葉賀]",
    "[Hana no En=,       *花宴]",
    "[Aoi=,              *葵=ja:%%<葵_(源氏物語)>]",
    "[Sakaki=,           *賢木]",
    "[Hana Chiru Sato=,  *花散里]",
    "[Suma=,             *須磨=ja:%%<須磨_(源氏物語)>]",
    "[Akashi=,           *明石=ja:%%<明石_(源氏物語)>]",
    "[Miotsukushi=,      *澪標=ja:%%<澪標_(源氏物語)>]",
    "[Yomogiu=,          *蓬生]",
    "[Sekiya=,           *関屋=ja:%%<関屋_(源氏物語)>]",
    "[E Awase=,          *絵合]",
    "[Matsukaze=,        *松風=ja:%%<松風_(源氏物語)>]",
    "[Usugumo=,          *薄雲]",
    "[Asagao=,           *朝顔=ja:%%<朝顔_(源氏物語)>]",
    "[Otome=,            *少女=ja:%%<少女_(源氏物語)>]",
    "[Tamakazura=,       *玉鬘=ja:%%<玉鬘_(源氏物語)>]",
    "[Hatsune=,          *初音=ja:%%<初音_(源氏物語)>]",
    "[Kochō=,            *胡蝶=ja:%%<胡蝶_(源氏物語)>]",
    "[Hotaru=,           *蛍=ja:%%<蛍_(源氏物語)>]",
    "[Tokonatsu=,        *常夏]",
    "[Kagaribi=,         *篝火]",
    "[Nowaki=,           *野分=ja:%%<野分_(源氏物語)>]",
    "[Miyuki=,           *行幸=ja:%%<行幸_(源氏物語)>]",
    "[Fujibakama=,       *藤袴]",
    "[Makibashira=,      *真木柱]",
    "[Mume ga E=,        *梅枝]",
    "[Fuji no Uraba=,    *藤裏葉]",
    "[Wakana=,           *若菜=ja:%%<若菜_(源氏物語)>]",
    "[Kashiwagi=,        *柏木=ja:%%<柏木_(源氏物語)>]",
    "[Yokobue=,          *横笛=ja:%%<横笛_(源氏物語)>]",
    "[Suzumushi=,        *鈴虫]",
    "[Yūgiri=,           *夕霧=ja:%%<夕霧_(源氏物語)>]",
    "[Minori=,           *御法]",
    "[Maboroshi=,        *幻=ja:%%<幻_(源氏物語)>]",
    "[Niō Miya=,         *匂宮]",
    "[Kōbai=,            *紅梅=ja:%%<紅梅_(源氏物語)>]",
    "[Takekawa=,         *竹河]",
    "[Hashihime=,        *橋姫=ja:%%<橋姫_(源氏物語)>]",
    "[Shī ga Moto=,      *椎本]",
    "[Agemaki=,          *総角=ja:%%<総角_(源氏物語)>]",
    "[Sawarabi=,         *早蕨]",
    "[Yadorigi=,         *宿木]",
    "[Azumaya=,          *東屋]",
    "[Ukifune,           *浮舟=ja:%%<浮舟_(源氏物語)>]",
    "[Kagerō=,           *蜻蛉=ja:%%<蜻蛉_(源氏物語)>]",
    "[Tenarai=,          *手習]",
    "[Yume no Ukihashi=, *夢浮橋]"
  ]
]]
JavaneseTerms =
[self, [
  "namespace:[en=http://en.wikipedia.org/wiki/, ja=http://ja.wikipedia.org/wiki/]",
  "locale:[=en:, ja=ja:, alias]",
  "names:[JavaneseTerms]",
  "[JavaneseLunar=, ジャワ・イスラーム暦=]",
  "[Pranatamangsa=, プラノトモンソ=]",

  [self,
    "names:[HinduMonth=, ヒンドゥ月=]",
    "[Kalima=,      5月=]",
    "[Kanem=,       6月=]",
    "[Kapitu=,      7月=]",
    "[Kawolu=,      8月=]",
    "[Kasanga=,     9月=]",
    "[Kasapuluh=,  10月=]",
    "[Dhestal=,    11月=]",
    "[Sadha=,      12月=]",
    "[Kasa=,        1月=]",
    "[Karo=,        2月=]",
    "[Katelu=,      3月=]",
    "[Kapat=,       4月=]"
  ],

  [self,
    "names:[IslamicMonth=, イスラーム月=]",
    "[Suro=,        1月=]",
    "[Sapar=,       2月=]",
    "[Mulud=,       3月=]",
    "[Bakdomulud=,  4月=]",
    "[Jumadilawal=, 5月=]",
    "[Jumadilakir=, 6月=]",
    "[Rejeb=,       7月=]",
    "[Ruwah=,       8月=]",
    "[Poso=,        9月=]",
    "[Sawal=,      10月=]",
    "[Dulkaidah=,  11月=]",
    "[Besar=,      12月=]"
  ]
]]
ChristianTerms =
[self, [
  "namespace:[en=http://en.wikipedia.org/wiki/, ja=http://ja.wikipedia.org/wiki/]",
  "locale:[=en:, ja=ja:, alias]",
  "names:[ChristianTerms]",
  "[Julian=en:Julian_calendar,       ユリウス暦  ]",
  "[Gregorian=en:Gregorian_calendar, グレゴリオ暦]",
  "[Civil=en:Civil_calendar,         西暦        ]",
  "[Coptic=en:Coptic_calendar,       コプト暦    ]",
  "[Ethiopian=en:Ethiopian_calendar, エチオピア暦=en:Ethiopian_calendar]",

  [self,
    "names:[EgyptianMonth, 月=ja:%%<月_(暦)>]",
    "[tut=,      トート=      ]",
    "[baba=,     バーバ=      ]",
    "[hatur=,    ハートール=  ]",
    "[kiyahak=,  キヤハーク=  ]",
    "[tuba=,     トーバ=      ]",
    "[amshir=,   アムシール=  ]",
    "[baramhat=, バラムハート=]",
    "[barmuda=,  バルムーダ=  ]",
    "[bashans=,  バシャンス=  ]",
    "[ba'una=,   バウーナ=    ]",
    "[abib=,     アビーブ=    ]",
    "[misra=,    ミスラー=    ]",
    "[epagomen=, エパゴメネ=  ]"
  ],

  [self,
    "names:[EthiopianMonth, 月=ja:%%<月_(暦)>]",
    "[Mäskäräm=, マスカラム=  ]",
    "[Ṭəqəmt=,   テケルト=    ]",
    "[Ḫədar=,    ヘダル=      ]",
    "[Taḫśaś=,   ターサス=    ]",
    "[Ṭərr=,     テル=        ]",
    "[Yäkatit=,  イェカティト=]",
    "[Mägabit=,  メガビト=    ]",
    "[Miyazya=,  ミアジア=    ]",
    "[Gənbot=,   ゲエンポト=  ]",
    "[Säne=,     セネ=        ]",
    "[Ḥamle=,    ハムレ=      ]",
    "[Nähase=,   ネハッセ=    ]",
    "[Ṗagʷəmen=, パゴウメン=  ]"
  ]
]]

Constants included from Parts::Resource

Parts::Resource::LabelProperty

Constants included from Parts::Locale

Parts::Locale::DefaultAlias, Parts::Locale::DefaultUnification, Parts::Locale::Escape

Instance Attribute Summary

Attributes included from Parts::Resource

#_pool, #child, #keys, #locale, #namespace

Attributes included from Parts::Locale

#keys, #link, #names, #values

Attributes inherited from Code

#code_space

Class Method Summary collapse

Instance Method Summary collapse

Methods included from Parts::Resource

#[], #^, _decode, _encode, _extract_prefix, _instance, _parse, _path_with_prefix, _replace_tags, _setup_, #each, #enum_for, #hierarchy, #include?, #included?, #iri, #leaf?, #m17n, #map, #next, #parent, #prev, #registered?

Methods included from Parts::Resource::Pool

#[], #[]=, #_pool, #_setup_, #pool_keys

Methods included from Parts::Resource::Synchronize

#synchronize

Methods included from Parts::Locale

#+, #=~, #[], _alias, _hash_value, _locale, _namespace, #_printf, _setup_, _split, _unification, ideographic_unification, #ideographic_unification, #index, #prefix, #reference, #translate, translate, #update

Methods inherited from String

#^, #calendar, #calendar_era, #calendar_note, #encode, #era, #ideographic_unification, #m17n, #ord, #resource, #to_month_name, #to_pair, #to_r, #to_residue, #translate, #when?

Constructor Details

#initialize(names, namespace = {}, locale = []) ⇒ M17n

オブジェクトの生成

Examples:

M17n.new(['3月', 'fr:Mars=http://fr.wikipedia.org/wiki/Mars_(mois)', 'March'],
         {'en_wikipedia'=>'http://en.wikipedia.org/wiki/',
          'ja_wikipedia'=>'http://ja.wikipedia.org/wiki/'},
         ['=ja_wikipedia:', '*en=en_wikipedia:']) を行うと、生成された M17n では、
@names     = {''  =>'3月', 'fr'=>'Mars', 'en'=>'March'}
@namespace = {''  =>'http://ja.wikipedia.org/wiki/3%E6%9C%88',
              'fr'=>'http://fr.wikipedia.org/wiki/Mars_(mois)',
              'en'=>'http://en.wikipedia.org/wiki/March'}
となり、通常の String として振舞う場合は 'March' として振舞う

Parameters:

  • names (Array<String>)
    String

    ‘*locale:label=prefix:link’

    *       - 存在すれば、label をインスタンスを代表する文字列とする
    locale  - label に対応する locale指定(なければ、locale 引数の指定を用いる)
    label   - locale 指定に対応する label
    prefix:link - その locale での authority の URI
    prefix: - namespace 引数の指定により URI に展開する
    link    - なければ labelをURI encodeして用いる
    
  • namespace (Hash) (defaults to: {})

    { prefix=>uri }

    lables, locale 引数の prefix の展開に用いる

  • locale (Array<String>) (defaults to: [])
    String

    ‘*locale=prefix:link’

    *       - 存在すれば、label をインスタンスを代表する文字列とする
    locale  - locale指定
    prefix:link - authority の URI
    prefix: - namespace 引数の指定により URI に展開する
    


478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
# File 'lib/when_exe/basictypes.rb', line 478

def initialize(*args)
  rest, options = _attributes(args)
  _sequence

  return _copy_all(_pool[@label.to_s]) if _pool[@label.to_s]

  case rest[0]
  when When::Parts::Resource::ContentLine
    content, namespace = rest
    namespace ||= {}
    names       = []
    locale      = []
    begin
      loc   = content.attribute['language'].object
      locale << [nil, loc, namespace[loc]]
      name  = content.object
      ref   = content.attribute['reference'] || content.attribute['url']
      name += '=' + (/^NUL$/i =~ ref.object ? '' : ref.object) if ref
      names << name
    end while (content = content.same_altid)
    @names     ||= names.reverse
    @namespace ||= namespace if namespace.kind_of?(Hash)
    @locale    ||= locale.reverse
    @label       = self
  when nil ;
  else
    names, namespace, locale = rest
    @names       = names if names
    @namespace ||= Parts::Locale._namespace(namespace) if namespace
    @locale    ||= Parts::Locale._locale(locale)       if locale
    @label       = self
  end
  @namespace ||= {}
  @locale    ||= []

  @code_space = @namespace['']
  self[0..-1] = _names(@names, @namespace, @locale)
end

Dynamic Method Handling

This class handles dynamic methods through the method_missing method in the class When::Parts::Resource

Class Method Details

._get_locale(locale, access_key) ⇒ Object



410
411
412
413
414
415
416
417
418
419
# File 'lib/when_exe/basictypes.rb', line 410

def self._get_locale(locale, access_key)
  return nil unless access_key
  access_key = access_key.split(/\//).map {|key| key =~ /^[0-9]+$/ ? key.to_i : key}
  locale = locale.sub(/\..*/, '').sub(/-/,'_')
  [locale, locale.sub(/_.*/, '')].each do |loc|
    symbol = ('Locale_' + loc).to_sym
    return {loc=>access_key.inject(const_get(symbol)) {|hash, key| hash = hash[key]}} if (const_defined?(symbol))
  end
  return nil
end

.month_name(name) ⇒ When::BasicTypes::M17n

月名

Parameters:

  • name (Numeric)

    指定の月番号の月名を返します

  • name (When::BasicTypes::M17n)

    name 自身をそのまま返します

  • name (String)

    最初の3文字から決定した月名を返します。 一致する月名がない場合、名前の一致するその他のM17nを探して返します。

Returns:



21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
# File 'lib/when_exe/region/m17n.rb', line 21

def self.month_name(name)
  return name if name.kind_of?(self)

  months = When.Resource('_m:CalendarTerms::Month').child
  abbrs  = When.Resource('_m:CalendarTerms::Abbr_Month').child
  return name > 0 ? months[name-1] : abbrs[-name-1] if name.kind_of?(Numeric)

  match  = name[/^...|^..$/]
  if match
    (months+abbrs).each do |month|
      return month if month.=~(/^#{match}/i)
    end
  end

  ObjectSpace.each_object(self) do |object|
    return object if object.registered? && object.=~(/^#{name}$/)
  end

  return nil
end

Instance Method Details

#_to_hash_value(options = {}) ⇒ When::BasicTypes::M17n

_m17n_form のための要素生成 - 何もしないで自身を返す

Parameters:

  • options (Hash) (defaults to: {})

    未使用

Returns:



438
439
440
# File 'lib/when_exe/basictypes.rb', line 438

def _to_hash_value(options={})
  self
end

#to_m17nWhen::BasicTypes::M17n Also known as: label

When::BasicTypes::M17n に変換する - 何もしないで自身を返す



426
427
428
# File 'lib/when_exe/basictypes.rb', line 426

def to_m17n
  self
end