when_exe 0.2.100 → 0.3.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (193) hide show
  1. data/LICENSE.ja.txt +25 -25
  2. data/LICENSE.txt +31 -31
  3. data/bin/irb.rc +5 -0
  4. data/bin/locales.rb +2 -2
  5. data/bin/when.rb +16 -0
  6. data/bin/when.rb.config +7 -0
  7. data/lib/when_exe.rb +616 -14
  8. data/lib/when_exe/basictypes.rb +615 -0
  9. data/lib/when_exe/calendartypes.rb +1700 -0
  10. data/lib/when_exe/coordinates.rb +1936 -0
  11. data/lib/when_exe/core/compatibility.rb +54 -0
  12. data/lib/when_exe/core/duration.rb +72 -72
  13. data/lib/when_exe/core/extension.rb +382 -0
  14. data/lib/when_exe/ephemeris.rb +1845 -0
  15. data/lib/when_exe/googlecalendar.rb +140 -0
  16. data/lib/when_exe/icalendar.rb +1587 -0
  17. data/lib/when_exe/inspect.rb +1237 -0
  18. data/lib/when_exe/locales/af.rb +90 -0
  19. data/lib/when_exe/locales/ar.rb +145 -0
  20. data/lib/when_exe/locales/az.rb +90 -0
  21. data/lib/when_exe/locales/bg.rb +90 -0
  22. data/lib/when_exe/locales/bn.rb +94 -0
  23. data/lib/when_exe/locales/bs.rb +121 -0
  24. data/lib/when_exe/locales/ca.rb +92 -0
  25. data/lib/when_exe/locales/cs.rb +107 -0
  26. data/lib/when_exe/locales/cy.rb +150 -0
  27. data/lib/when_exe/locales/da.rb +84 -0
  28. data/lib/when_exe/locales/de.rb +92 -0
  29. data/lib/when_exe/locales/de_AT.rb +92 -0
  30. data/lib/when_exe/locales/de_CH.rb +92 -0
  31. data/lib/when_exe/locales/el.rb +93 -0
  32. data/lib/when_exe/locales/en.rb +88 -0
  33. data/lib/when_exe/locales/en_AU.rb +88 -0
  34. data/lib/when_exe/locales/en_CA.rb +88 -0
  35. data/lib/when_exe/locales/en_GB.rb +88 -0
  36. data/lib/when_exe/locales/en_IN.rb +88 -0
  37. data/lib/when_exe/locales/en_NZ.rb +88 -0
  38. data/lib/when_exe/locales/eo.rb +89 -0
  39. data/lib/when_exe/locales/es.rb +84 -0
  40. data/lib/when_exe/locales/es_419.rb +84 -0
  41. data/lib/when_exe/locales/es_AR.rb +84 -0
  42. data/lib/when_exe/locales/es_CL.rb +84 -0
  43. data/lib/when_exe/locales/es_CO.rb +84 -0
  44. data/lib/when_exe/locales/es_MX.rb +84 -0
  45. data/lib/when_exe/locales/es_PE.rb +85 -0
  46. data/lib/when_exe/locales/es_VE.rb +84 -0
  47. data/lib/when_exe/locales/et.rb +94 -0
  48. data/lib/when_exe/locales/eu.rb +95 -0
  49. data/lib/when_exe/locales/fa.rb +80 -0
  50. data/lib/when_exe/locales/fi.rb +89 -0
  51. data/lib/when_exe/locales/fr.rb +88 -0
  52. data/lib/when_exe/locales/fr_CA.rb +88 -0
  53. data/lib/when_exe/locales/fr_CH.rb +88 -0
  54. data/lib/when_exe/locales/gl.rb +81 -0
  55. data/lib/when_exe/locales/he.rb +84 -0
  56. data/lib/when_exe/locales/hi.rb +80 -0
  57. data/lib/when_exe/locales/hi_IN.rb +84 -0
  58. data/lib/when_exe/locales/hr.rb +128 -0
  59. data/lib/when_exe/locales/hu.rb +84 -0
  60. data/lib/when_exe/locales/id.rb +89 -0
  61. data/lib/when_exe/locales/is.rb +89 -0
  62. data/lib/when_exe/locales/it.rb +87 -0
  63. data/lib/when_exe/locales/it_CH.rb +87 -0
  64. data/lib/when_exe/locales/ja.rb +78 -0
  65. data/lib/when_exe/locales/kn.rb +86 -0
  66. data/lib/when_exe/locales/ko.rb +78 -0
  67. data/lib/when_exe/locales/links.rb +2342 -0
  68. data/lib/when_exe/locales/lo.rb +123 -0
  69. data/lib/when_exe/locales/locales.rb +91 -0
  70. data/lib/when_exe/locales/lt.rb +111 -0
  71. data/lib/when_exe/locales/lv.rb +118 -0
  72. data/lib/when_exe/locales/mk.rb +93 -0
  73. data/lib/when_exe/locales/mn.rb +80 -0
  74. data/lib/when_exe/locales/nb.rb +81 -0
  75. data/lib/when_exe/locales/ne.rb +81 -0
  76. data/lib/when_exe/locales/nl.rb +92 -0
  77. data/lib/when_exe/locales/nn.rb +73 -0
  78. data/lib/when_exe/locales/or.rb +84 -0
  79. data/lib/when_exe/locales/pl.rb +128 -0
  80. data/lib/when_exe/locales/pt.rb +88 -0
  81. data/lib/when_exe/locales/pt_BR.rb +88 -0
  82. data/lib/when_exe/locales/rm.rb +143 -0
  83. data/lib/when_exe/locales/ro.rb +105 -0
  84. data/lib/when_exe/locales/ru.rb +128 -0
  85. data/lib/when_exe/locales/sk.rb +109 -0
  86. data/lib/when_exe/locales/sl.rb +122 -0
  87. data/lib/when_exe/locales/sr.rb +122 -0
  88. data/lib/when_exe/locales/sv.rb +83 -0
  89. data/lib/when_exe/locales/sw.rb +89 -0
  90. data/lib/when_exe/locales/th.rb +78 -0
  91. data/lib/when_exe/locales/tl.rb +99 -0
  92. data/lib/when_exe/locales/tr.rb +96 -0
  93. data/lib/when_exe/locales/uk.rb +128 -0
  94. data/lib/when_exe/locales/uz.rb +128 -0
  95. data/lib/when_exe/locales/vi.rb +94 -0
  96. data/lib/when_exe/locales/wo.rb +82 -0
  97. data/lib/when_exe/locales/zh_CN.rb +77 -0
  98. data/lib/when_exe/locales/zh_HK.rb +77 -0
  99. data/lib/when_exe/locales/zh_TW.rb +77 -0
  100. data/lib/when_exe/mini_application.rb +252 -0
  101. data/lib/when_exe/parts/enumerator.rb +472 -0
  102. data/lib/when_exe/parts/geometric_complex.rb +379 -0
  103. data/lib/when_exe/parts/locale.rb +513 -0
  104. data/lib/when_exe/parts/method_cash.rb +207 -0
  105. data/lib/when_exe/parts/resource.rb +806 -0
  106. data/lib/when_exe/parts/timezone.rb +182 -0
  107. data/lib/when_exe/region/bahai.rb +145 -0
  108. data/lib/when_exe/region/balinese.rb +627 -0
  109. data/lib/when_exe/region/chinese.rb +896 -0
  110. data/lib/when_exe/region/chinese_calendar.rb +919 -0
  111. data/lib/when_exe/region/chinese_epoch.rb +1245 -0
  112. data/lib/when_exe/region/christian.rb +644 -0
  113. data/lib/when_exe/region/far_east.rb +192 -0
  114. data/lib/when_exe/region/french.rb +66 -0
  115. data/lib/when_exe/region/geologicalage.rb +639 -0
  116. data/lib/when_exe/region/indian.rb +1066 -0
  117. data/lib/when_exe/region/iranian.rb +66 -0
  118. data/lib/when_exe/region/islamic.rb +105 -0
  119. data/lib/when_exe/region/japanese.rb +851 -0
  120. data/lib/when_exe/region/japanese_notes.rb +964 -0
  121. data/lib/when_exe/region/japanese_residues.rb +1149 -0
  122. data/lib/when_exe/region/javanese.rb +228 -0
  123. data/lib/when_exe/region/jewish.rb +127 -0
  124. data/lib/when_exe/region/korean.rb +267 -0
  125. data/lib/when_exe/region/m17n.rb +115 -0
  126. data/lib/when_exe/region/martian.rb +215 -0
  127. data/lib/when_exe/region/mayan.rb +122 -0
  128. data/lib/when_exe/region/moon.rb +333 -0
  129. data/lib/when_exe/region/nihon_shoki.rb +73 -0
  130. data/lib/when_exe/region/planets.rb +585 -0
  131. data/lib/when_exe/region/pope.rb +298 -0
  132. data/lib/when_exe/region/residue.rb +229 -0
  133. data/lib/when_exe/region/roman.rb +325 -0
  134. data/lib/when_exe/region/ryukyu.rb +98 -0
  135. data/lib/when_exe/region/shire.rb +254 -0
  136. data/lib/when_exe/region/sun.rb +210 -0
  137. data/lib/when_exe/region/thai.rb +227 -0
  138. data/lib/when_exe/region/tibetan.rb +233 -0
  139. data/lib/when_exe/region/v50.rb +111 -0
  140. data/lib/when_exe/region/vietnamese.rb +173 -0
  141. data/lib/when_exe/region/world.rb +197 -0
  142. data/lib/when_exe/timestandard.rb +547 -0
  143. data/lib/when_exe/tmduration.rb +330 -330
  144. data/lib/when_exe/tmobjects.rb +1295 -0
  145. data/lib/when_exe/tmposition.rb +1955 -0
  146. data/lib/when_exe/tmreference.rb +1547 -0
  147. data/lib/when_exe/version.rb +10 -3
  148. data/link_to_online_documents +4 -0
  149. data/test/examples/JapanHolidays.ics +456 -0
  150. data/test/examples/Millennium.ics +17 -0
  151. data/test/examples/NewYork.ics +61 -0
  152. data/test/examples/Residue.m17n +135 -0
  153. data/test/examples/Spatial.m17n +179 -0
  154. data/test/examples/Terms.m17n +39 -0
  155. data/test/examples/Test.ics +53 -0
  156. data/test/examples/USA-DST.ics +61 -0
  157. data/test/examples/geometric_complex.rb +41 -0
  158. data/test/examples/sample.xml +14 -0
  159. data/test/examples/today.rb +61 -0
  160. data/test/test.rb +54 -19
  161. data/test/test.rb.config +1 -0
  162. data/test/test/basictypes.rb +368 -0
  163. data/test/test/calendartypes.rb +57 -0
  164. data/test/test/coordinates.rb +380 -0
  165. data/test/test/ephemeris.rb +127 -0
  166. data/test/test/googlecalendar.rb +167 -0
  167. data/test/test/icalendar.rb +848 -0
  168. data/test/test/inspect.rb +115 -0
  169. data/test/test/parts.rb +480 -0
  170. data/test/test/region/chinese.rb +161 -0
  171. data/test/test/region/french.rb +33 -0
  172. data/test/test/region/geologicalage.rb +14 -0
  173. data/test/test/region/indian.rb +55 -0
  174. data/test/test/region/iran.rb +54 -0
  175. data/test/test/region/islamic.rb +18 -0
  176. data/test/test/region/japanese.rb +62 -0
  177. data/test/test/region/jewish.rb +61 -0
  178. data/test/test/region/m17n.rb +181 -0
  179. data/test/test/region/mayan.rb +78 -0
  180. data/test/test/region/moon.rb +14 -0
  181. data/test/test/region/planets.rb +14 -0
  182. data/test/test/region/residue.rb +123 -0
  183. data/test/test/region/sun.rb +14 -0
  184. data/test/test/region/thai.rb +94 -0
  185. data/test/test/region/tibetan.rb +30 -0
  186. data/test/test/tmobjects.rb +356 -57
  187. data/test/test/tmposition.rb +237 -0
  188. data/test/test/tmreference.rb +95 -0
  189. data/when_exe.gemspec +2 -2
  190. metadata +187 -7
  191. data/doc/COPYING +0 -31
  192. data/doc/COPYING.ja +0 -25
  193. data/doc/document_url +0 -1
@@ -0,0 +1,89 @@
1
+ # -*- coding: utf-8 -*-
2
+ =begin
3
+ Copyright (C) 2012-2013 Takashi SUGA
4
+
5
+ You may use and/or modify this file according to the license described in the LICENSE.txt file included in this archive.
6
+ =end
7
+
8
+ module When::BasicTypes
9
+ class M17n
10
+
11
+ # from https://raw.github.com/svenfuchs/rails-i18n/master/rails/locale/fi.yml
12
+
13
+ Locale_fi =
14
+ {"date"=>
15
+ {"abbr_day_names"=>["su", "ma", "ti", "ke", "to", "pe", "la"],
16
+ "abbr_month_names"=>
17
+ [nil,
18
+ "tammi",
19
+ "helmi",
20
+ "maalis",
21
+ "huhti",
22
+ "touko",
23
+ "kesä",
24
+ "heinä",
25
+ "elo",
26
+ "syys",
27
+ "loka",
28
+ "marras",
29
+ "joulu"],
30
+ "day_names"=>
31
+ ["sunnuntai",
32
+ "maanantai",
33
+ "tiistai",
34
+ "keskiviikko",
35
+ "torstai",
36
+ "perjantai",
37
+ "lauantai"],
38
+ "formats"=>
39
+ {"default"=>"%e. %Bta %Y", "long"=>"%A %e. %Bta %Y", "short"=>"%e.%m.%Y"},
40
+ "month_names"=>
41
+ [nil,
42
+ "tammikuu",
43
+ "helmikuu",
44
+ "maaliskuu",
45
+ "huhtikuu",
46
+ "toukokuu",
47
+ "kesäkuu",
48
+ "heinäkuu",
49
+ "elokuu",
50
+ "syyskuu",
51
+ "lokakuu",
52
+ "marraskuu",
53
+ "joulukuu"],
54
+ "order"=>[:day, :month, :year]},
55
+ "time"=>
56
+ {"am"=>"aamupäivä",
57
+ "formats"=>
58
+ {"default"=>"%A %e. %Bta %Y %H:%M:%S %z",
59
+ "long"=>"%e. %Bta %Y %H.%M",
60
+ "short"=>"%e.%m. %H.%M",
61
+ "time"=>"%H:%M:%S %z"},
62
+ "pm"=>"iltapäivä"},
63
+ "datetime"=>
64
+ {"distance_in_words"=>
65
+ {"about_x_hours"=>{"one"=>"noin tunti", "other"=>"noin %{count} tuntia"},
66
+ "about_x_months"=>
67
+ {"one"=>"noin kuukausi", "other"=>"noin %{count} kuukautta"},
68
+ "about_x_years"=>{"one"=>"vuosi", "other"=>"noin %{count} vuotta"},
69
+ "almost_x_years"=>
70
+ {"one"=>"melkein yksi vuosi", "other"=>"melkein %{count} vuotta"},
71
+ "half_a_minute"=>"puoli minuuttia",
72
+ "less_than_x_minutes"=>
73
+ {"one"=>"alle minuutti", "other"=>"alle %{count} minuuttia"},
74
+ "less_than_x_seconds"=>
75
+ {"one"=>"alle sekunti", "other"=>"alle %{count} sekuntia"},
76
+ "over_x_years"=>{"one"=>"yli vuosi", "other"=>"yli %{count} vuotta"},
77
+ "x_days"=>{"one"=>"päivä", "other"=>"%{count} päivää"},
78
+ "x_minutes"=>{"one"=>"minuutti", "other"=>"%{count} minuuttia"},
79
+ "x_months"=>{"one"=>"kuukausi", "other"=>"%{count} kuukautta"},
80
+ "x_seconds"=>{"one"=>"sekunti", "other"=>"%{count} sekuntia"}},
81
+ "prompts"=>
82
+ {"day"=>"päivä",
83
+ "hour"=>"tunti",
84
+ "minute"=>"minuutti",
85
+ "month"=>"kuukausi",
86
+ "second"=>"sekunti",
87
+ "year"=>"vuosi"}}}
88
+ end
89
+ end
@@ -0,0 +1,88 @@
1
+ # -*- coding: utf-8 -*-
2
+ =begin
3
+ Copyright (C) 2012-2013 Takashi SUGA
4
+
5
+ You may use and/or modify this file according to the license described in the LICENSE.txt file included in this archive.
6
+ =end
7
+
8
+ module When::BasicTypes
9
+ class M17n
10
+
11
+ # from https://raw.github.com/svenfuchs/rails-i18n/master/rails/locale/fr.yml
12
+
13
+ Locale_fr =
14
+ {"date"=>
15
+ {"formats"=>{"default"=>"%d/%m/%Y", "short"=>"%e %b", "long"=>"%e %B %Y"},
16
+ "day_names"=>
17
+ ["dimanche", "lundi", "mardi", "mercredi", "jeudi", "vendredi", "samedi"],
18
+ "abbr_day_names"=>["dim", "lun", "mar", "mer", "jeu", "ven", "sam"],
19
+ "month_names"=>
20
+ [nil,
21
+ "janvier",
22
+ "février",
23
+ "mars",
24
+ "avril",
25
+ "mai",
26
+ "juin",
27
+ "juillet",
28
+ "août",
29
+ "septembre",
30
+ "octobre",
31
+ "novembre",
32
+ "décembre"],
33
+ "abbr_month_names"=>
34
+ [nil,
35
+ "jan.",
36
+ "fév.",
37
+ "mar.",
38
+ "avr.",
39
+ "mai",
40
+ "juin",
41
+ "juil.",
42
+ "août",
43
+ "sept.",
44
+ "oct.",
45
+ "nov.",
46
+ "déc."],
47
+ "order"=>[:day, :month, :year]},
48
+ "time"=>
49
+ {"formats"=>
50
+ {"default"=>"%d %B %Y %H:%M:%S",
51
+ "short"=>"%d %b %H:%M",
52
+ "long"=>"%A %d %B %Y %H:%M",
53
+ "time"=>"%H:%M:%S"},
54
+ "am"=>"am",
55
+ "pm"=>"pm"},
56
+ "datetime"=>
57
+ {"distance_in_words"=>
58
+ {"half_a_minute"=>"une demi-minute",
59
+ "less_than_x_seconds"=>
60
+ {"zero"=>"moins d'une seconde",
61
+ "one"=>"moins d'une seconde",
62
+ "other"=>"moins de %{count} secondes"},
63
+ "x_seconds"=>{"one"=>"1 seconde", "other"=>"%{count} secondes"},
64
+ "less_than_x_minutes"=>
65
+ {"zero"=>"moins d'une minute",
66
+ "one"=>"moins d'une minute",
67
+ "other"=>"moins de %{count} minutes"},
68
+ "x_minutes"=>{"one"=>"1 minute", "other"=>"%{count} minutes"},
69
+ "about_x_hours"=>
70
+ {"one"=>"environ une heure", "other"=>"environ %{count} heures"},
71
+ "x_days"=>{"one"=>"1 jour", "other"=>"%{count} jours"},
72
+ "about_x_months"=>
73
+ {"one"=>"environ un mois", "other"=>"environ %{count} mois"},
74
+ "x_months"=>{"one"=>"1 mois", "other"=>"%{count} mois"},
75
+ "about_x_years"=>
76
+ {"one"=>"environ un an", "other"=>"environ %{count} ans"},
77
+ "over_x_years"=>{"one"=>"plus d'un an", "other"=>"plus de %{count} ans"},
78
+ "almost_x_years"=>
79
+ {"one"=>"presqu'un an", "other"=>"presque %{count} ans"}},
80
+ "prompts"=>
81
+ {"year"=>"Année",
82
+ "month"=>"Mois",
83
+ "day"=>"Jour",
84
+ "hour"=>"Heure",
85
+ "minute"=>"Minute",
86
+ "second"=>"Seconde"}}}
87
+ end
88
+ end
@@ -0,0 +1,88 @@
1
+ # -*- coding: utf-8 -*-
2
+ =begin
3
+ Copyright (C) 2012-2013 Takashi SUGA
4
+
5
+ You may use and/or modify this file according to the license described in the LICENSE.txt file included in this archive.
6
+ =end
7
+
8
+ module When::BasicTypes
9
+ class M17n
10
+
11
+ # from https://raw.github.com/svenfuchs/rails-i18n/master/rails/locale/fr-CA.yml
12
+
13
+ Locale_fr_CA =
14
+ {"date"=>
15
+ {"abbr_day_names"=>["dim", "lun", "mar", "mer", "jeu", "ven", "sam"],
16
+ "abbr_month_names"=>
17
+ [nil,
18
+ "jan.",
19
+ "fév.",
20
+ "mar.",
21
+ "avr.",
22
+ "mai",
23
+ "juin",
24
+ "juil.",
25
+ "août",
26
+ "sept.",
27
+ "oct.",
28
+ "nov.",
29
+ "déc."],
30
+ "day_names"=>
31
+ ["dimanche", "lundi", "mardi", "mercredi", "jeudi", "vendredi", "samedi"],
32
+ "formats"=>{"default"=>"%Y-%m-%d", "long"=>"%d %B %Y", "short"=>"%y-%m-%d"},
33
+ "month_names"=>
34
+ [nil,
35
+ "janvier",
36
+ "février",
37
+ "mars",
38
+ "avril",
39
+ "mai",
40
+ "juin",
41
+ "juillet",
42
+ "août",
43
+ "septembre",
44
+ "octobre",
45
+ "novembre",
46
+ "décembre"],
47
+ "order"=>[:year, :month, :day]},
48
+ "time"=>
49
+ {"am"=>"am",
50
+ "formats"=>
51
+ {"default"=>"%H:%M:%S",
52
+ "long"=>"%A %d %B %Y %H:%M",
53
+ "short"=>"%H:%M",
54
+ "time"=>"%H:%M:%S"},
55
+ "pm"=>"pm"},
56
+ "datetime"=>
57
+ {"distance_in_words"=>
58
+ {"about_x_hours"=>
59
+ {"one"=>"environ une heure", "other"=>"environ %{count} heures"},
60
+ "about_x_months"=>
61
+ {"one"=>"environ un mois", "other"=>"environ %{count} mois"},
62
+ "about_x_years"=>
63
+ {"one"=>"environ un an", "other"=>"environ %{count} ans"},
64
+ "almost_x_years"=>
65
+ {"one"=>"presqu'un an", "other"=>"presque %{count} ans"},
66
+ "half_a_minute"=>"une demi-minute",
67
+ "less_than_x_minutes"=>
68
+ {"one"=>"moins d'une minute",
69
+ "other"=>"moins de %{count} minutes",
70
+ "zero"=>"moins d'une minute"},
71
+ "less_than_x_seconds"=>
72
+ {"one"=>"moins d'une seconde",
73
+ "other"=>"moins de %{count} secondes",
74
+ "zero"=>"moins d'une seconde"},
75
+ "over_x_years"=>{"one"=>"plus d'un an", "other"=>"plus de %{count} ans"},
76
+ "x_days"=>{"one"=>"1 jour", "other"=>"%{count} jours"},
77
+ "x_minutes"=>{"one"=>"1 minute", "other"=>"%{count} minutes"},
78
+ "x_months"=>{"one"=>"1 mois", "other"=>"%{count} mois"},
79
+ "x_seconds"=>{"one"=>"1 seconde", "other"=>"%{count} secondes"}},
80
+ "prompts"=>
81
+ {"day"=>"Jour",
82
+ "hour"=>"Heure",
83
+ "minute"=>"Minute",
84
+ "month"=>"Mois",
85
+ "second"=>"Seconde",
86
+ "year"=>"Année"}}}
87
+ end
88
+ end
@@ -0,0 +1,88 @@
1
+ # -*- coding: utf-8 -*-
2
+ =begin
3
+ Copyright (C) 2012-2013 Takashi SUGA
4
+
5
+ You may use and/or modify this file according to the license described in the LICENSE.txt file included in this archive.
6
+ =end
7
+
8
+ module When::BasicTypes
9
+ class M17n
10
+
11
+ # from https://raw.github.com/svenfuchs/rails-i18n/master/rails/locale/fr-CH.yml
12
+
13
+ Locale_fr_CH =
14
+ {"date"=>
15
+ {"abbr_day_names"=>["dim", "lun", "mar", "mer", "jeu", "ven", "sam"],
16
+ "abbr_month_names"=>
17
+ [nil,
18
+ "jan.",
19
+ "fév.",
20
+ "mar.",
21
+ "avr.",
22
+ "mai",
23
+ "juin",
24
+ "juil.",
25
+ "août",
26
+ "sept.",
27
+ "oct.",
28
+ "nov.",
29
+ "déc."],
30
+ "day_names"=>
31
+ ["dimanche", "lundi", "mardi", "mercredi", "jeudi", "vendredi", "samedi"],
32
+ "formats"=>{"default"=>"%d.%m.%Y", "long"=>"%e %B %Y", "short"=>"%e %b"},
33
+ "month_names"=>
34
+ [nil,
35
+ "janvier",
36
+ "février",
37
+ "mars",
38
+ "avril",
39
+ "mai",
40
+ "juin",
41
+ "juillet",
42
+ "août",
43
+ "septembre",
44
+ "octobre",
45
+ "novembre",
46
+ "décembre"],
47
+ "order"=>[:day, :month, :year]},
48
+ "time"=>
49
+ {"am"=>"am",
50
+ "formats"=>
51
+ {"default"=>"%d. %B %Y %H:%M",
52
+ "long"=>"%A, %d. %B %Y %H:%M:%S %Z",
53
+ "short"=>"%d. %b %H:%M",
54
+ "time"=>"%H:%M"},
55
+ "pm"=>"pm"},
56
+ "datetime"=>
57
+ {"distance_in_words"=>
58
+ {"about_x_hours"=>
59
+ {"one"=>"environ une heure", "other"=>"environ %{count} heures"},
60
+ "about_x_months"=>
61
+ {"one"=>"environ un mois", "other"=>"environ %{count} mois"},
62
+ "about_x_years"=>
63
+ {"one"=>"environ un an", "other"=>"environ %{count} ans"},
64
+ "almost_x_years"=>
65
+ {"one"=>"presqu'un an", "other"=>"presque %{count} ans"},
66
+ "half_a_minute"=>"une demi-minute",
67
+ "less_than_x_minutes"=>
68
+ {"one"=>"moins d'une minute",
69
+ "other"=>"moins de %{count} minutes",
70
+ "zero"=>"moins d'une minute"},
71
+ "less_than_x_seconds"=>
72
+ {"one"=>"moins d'une seconde",
73
+ "other"=>"moins de %{count} secondes",
74
+ "zero"=>"moins d'une seconde"},
75
+ "over_x_years"=>{"one"=>"plus d'un an", "other"=>"plus de %{count} ans"},
76
+ "x_days"=>{"one"=>"1 jour", "other"=>"%{count} jours"},
77
+ "x_minutes"=>{"one"=>"1 minute", "other"=>"%{count} minutes"},
78
+ "x_months"=>{"one"=>"1 mois", "other"=>"%{count} mois"},
79
+ "x_seconds"=>{"one"=>"1 seconde", "other"=>"%{count} secondes"}},
80
+ "prompts"=>
81
+ {"day"=>"Jour",
82
+ "hour"=>"Heure",
83
+ "minute"=>"Minute",
84
+ "month"=>"Mois",
85
+ "second"=>"Seconde",
86
+ "year"=>"Année"}}}
87
+ end
88
+ end
@@ -0,0 +1,81 @@
1
+ # -*- coding: utf-8 -*-
2
+ =begin
3
+ Copyright (C) 2012-2013 Takashi SUGA
4
+
5
+ You may use and/or modify this file according to the license described in the LICENSE.txt file included in this archive.
6
+ =end
7
+
8
+ module When::BasicTypes
9
+ class M17n
10
+
11
+ # from https://raw.github.com/svenfuchs/rails-i18n/master/rails/locale/gl.yml
12
+
13
+ Locale_gl =
14
+ {"date"=>
15
+ {"abbr_day_names"=>["Dom", "Lun", "Mar", "Mer", "Xov", "Ven", "Sab"],
16
+ "abbr_month_names"=>
17
+ [nil,
18
+ "Xan",
19
+ "Feb",
20
+ "Mar",
21
+ "Abr",
22
+ "Mai",
23
+ "Xuñ",
24
+ "Xul",
25
+ "Ago",
26
+ "Set",
27
+ "Out",
28
+ "Nov",
29
+ "Dec"],
30
+ "day_names"=>
31
+ ["Domingo", "Luns", "Martes", "Mércores", "Xoves", "Venres", "Sábado"],
32
+ "formats"=>
33
+ {"default"=>"%e/%m/%Y", "long"=>"%A %e de %B de %Y", "short"=>"%e %b"},
34
+ "month_names"=>
35
+ [nil,
36
+ "Xaneiro",
37
+ "Febreiro",
38
+ "Marzo",
39
+ "Abril",
40
+ "Maio",
41
+ "Xuño",
42
+ "Xullo",
43
+ "Agosto",
44
+ "Setembro",
45
+ "Outubro",
46
+ "Novembro",
47
+ "Decembro"],
48
+ "order"=>[:day, :month, :year]},
49
+ "time"=>
50
+ {"am"=>"",
51
+ "formats"=>
52
+ {"default"=>"%A, %e de %B de %Y ás %H:%M",
53
+ "long"=>"%A %e de %B de %Y ás %H:%M",
54
+ "short"=>"%e/%m, %H:%M",
55
+ "time"=>"%H:%M"},
56
+ "pm"=>""},
57
+ "datetime"=>
58
+ {"distance_in_words"=>
59
+ {"about_x_hours"=>
60
+ {"one"=>"aproximadamente unha hora", "other"=>"%{count} horas"},
61
+ "about_x_months"=>
62
+ {"one"=>"aproximadamente 1 mes", "other"=>"%{count} meses"},
63
+ "about_x_years"=>
64
+ {"one"=>"aproximadamente 1 ano", "other"=>"%{count} anos"},
65
+ "half_a_minute"=>"medio minuto",
66
+ "less_than_x_minutes"=>
67
+ {"one"=>"1 minuto",
68
+ "other"=>"%{count} minutos",
69
+ "zero"=>"menos dun minuto"},
70
+ "less_than_x_seconds"=>
71
+ {"few"=>"poucos segundos",
72
+ "one"=>"1 segundo",
73
+ "other"=>"%{count} segundos",
74
+ "zero"=>"menos dun segundo"},
75
+ "over_x_years"=>{"one"=>"máis dun ano", "other"=>"%{count} anos"},
76
+ "x_days"=>{"one"=>"1 día", "other"=>"%{count} días"},
77
+ "x_minutes"=>{"one"=>"1 minuto", "other"=>"%{count} minuto"},
78
+ "x_months"=>{"one"=>"1 mes", "other"=>"%{count} meses"},
79
+ "x_seconds"=>{"one"=>"1 segundo", "other"=>"%{count} segundos"}}}}
80
+ end
81
+ end
@@ -0,0 +1,84 @@
1
+ # -*- coding: utf-8 -*-
2
+ =begin
3
+ Copyright (C) 2012-2013 Takashi SUGA
4
+
5
+ You may use and/or modify this file according to the license described in the LICENSE.txt file included in this archive.
6
+ =end
7
+
8
+ module When::BasicTypes
9
+ class M17n
10
+
11
+ # from https://raw.github.com/svenfuchs/rails-i18n/master/rails/locale/he.yml
12
+
13
+ Locale_he =
14
+ {"date"=>
15
+ {"abbr_day_names"=>["א", "ב", "ג", "ד", "ה", "ו", "ש"],
16
+ "abbr_month_names"=>
17
+ [nil,
18
+ "יאנ",
19
+ "פבר",
20
+ "מרץ",
21
+ "אפר",
22
+ "מאי",
23
+ "יונ",
24
+ "יול",
25
+ "אוג",
26
+ "ספט",
27
+ "אוק",
28
+ "נוב",
29
+ "דצמ"],
30
+ "day_names"=>["ראשון", "שני", "שלישי", "רביעי", "חמישי", "שישי", "שבת"],
31
+ "formats"=>{"default"=>"%d-%m-%Y", "long"=>"%e ב%B, %Y", "short"=>"%e %b"},
32
+ "month_names"=>
33
+ [nil,
34
+ "ינואר",
35
+ "פברואר",
36
+ "מרץ",
37
+ "אפריל",
38
+ "מאי",
39
+ "יוני",
40
+ "יולי",
41
+ "אוגוסט",
42
+ "ספטמבר",
43
+ "אוקטובר",
44
+ "נובמבר",
45
+ "דצמבר"],
46
+ "order"=>[:day, :month, :year]},
47
+ "time"=>
48
+ {"am"=>"am",
49
+ "formats"=>
50
+ {"default"=>"%a %d %b %H:%M:%S %Z %Y",
51
+ "long"=>"%d ב%B, %Y %H:%M",
52
+ "short"=>"%d %b %H:%M",
53
+ "time"=>"%H:%M:%S %Z"},
54
+ "pm"=>"pm"},
55
+ "datetime"=>
56
+ {"distance_in_words"=>
57
+ {"about_x_hours"=>{"one"=>"בערך שעה אחת", "other"=>"בערך %{count} שעות"},
58
+ "about_x_months"=>
59
+ {"one"=>"בערך חודש אחד", "other"=>"בערך %{count} חודשים"},
60
+ "about_x_years"=>{"one"=>"בערך שנה אחת", "other"=>"בערך %{count} שנים"},
61
+ "almost_x_years"=>{"one"=>"כמעט שנה", "other"=>"כמעט %{count} שנים"},
62
+ "half_a_minute"=>"חצי דקה",
63
+ "less_than_x_minutes"=>
64
+ {"one"=>"פחות מדקה אחת",
65
+ "other"=>"פחות מ- %{count} דקות",
66
+ "zero"=>"פחות מדקה אחת"},
67
+ "less_than_x_seconds"=>
68
+ {"one"=>"פחות משניה אחת",
69
+ "other"=>"פחות מ- %{count} שניות",
70
+ "zero"=>"פחות משניה אחת"},
71
+ "over_x_years"=>{"one"=>"מעל שנה אחת", "other"=>"מעל %{count} שנים"},
72
+ "x_days"=>{"one"=>"יום אחד", "other"=>"%{count} ימים"},
73
+ "x_minutes"=>{"one"=>"דקה אחת", "other"=>"%{count} דקות"},
74
+ "x_months"=>{"one"=>"חודש אחד", "other"=>"%{count} חודשים"},
75
+ "x_seconds"=>{"one"=>"שניה אחת", "other"=>"%{count} שניות"}},
76
+ "prompts"=>
77
+ {"day"=>"יום",
78
+ "hour"=>"שעה",
79
+ "minute"=>"דקה",
80
+ "month"=>"חודש",
81
+ "second"=>"שניות",
82
+ "year"=>"שנה"}}}
83
+ end
84
+ end