twitter_cldr 1.8.1 → 1.9.0

Sign up to get free protection for your applications and to get access to all the features.
Files changed (280) hide show
  1. data/Gemfile +3 -2
  2. data/History.txt +7 -1
  3. data/README.md +55 -0
  4. data/lib/twitter_cldr/core_ext.rb +1 -1
  5. data/lib/twitter_cldr/formatters/list_formatter.rb +64 -0
  6. data/lib/twitter_cldr/formatters.rb +4 -2
  7. data/lib/twitter_cldr/localized/localized_array.rb +19 -1
  8. data/lib/twitter_cldr/localized/localized_hash.rb +20 -0
  9. data/lib/twitter_cldr/localized/localized_string.rb +46 -1
  10. data/lib/twitter_cldr/localized/localized_symbol.rb +4 -0
  11. data/lib/twitter_cldr/localized.rb +1 -0
  12. data/lib/twitter_cldr/resources/bidi_test_importer.rb +118 -0
  13. data/lib/twitter_cldr/resources/locales_resources_importer.rb +1 -1
  14. data/lib/twitter_cldr/resources.rb +1 -0
  15. data/lib/twitter_cldr/shared/bidi.rb +526 -0
  16. data/lib/twitter_cldr/shared/languages.rb +5 -0
  17. data/lib/twitter_cldr/shared.rb +1 -0
  18. data/lib/twitter_cldr/utils/code_points.rb +1 -1
  19. data/lib/twitter_cldr/utils/yaml.rb +390 -0
  20. data/lib/twitter_cldr/utils.rb +1 -0
  21. data/lib/twitter_cldr/version.rb +1 -1
  22. data/lib/twitter_cldr.rb +2 -0
  23. data/resources/custom/locales/en/units.yml +19 -18
  24. data/resources/locales/af/calendars.yml +67 -66
  25. data/resources/locales/af/languages.yml +22 -22
  26. data/resources/locales/af/layout.yml +5 -0
  27. data/resources/locales/af/lists.yml +7 -0
  28. data/resources/locales/af/numbers.yml +36 -36
  29. data/resources/locales/af/plurals.yml +2 -3
  30. data/resources/locales/af/units.yml +75 -75
  31. data/resources/locales/ar/calendars.yml +149 -148
  32. data/resources/locales/ar/languages.yml +501 -501
  33. data/resources/locales/ar/layout.yml +5 -0
  34. data/resources/locales/ar/lists.yml +7 -0
  35. data/resources/locales/ar/numbers.yml +31 -31
  36. data/resources/locales/ar/plurals.yml +2 -9
  37. data/resources/locales/ar/units.yml +220 -220
  38. data/resources/locales/ca/calendars.yml +78 -77
  39. data/resources/locales/ca/languages.yml +199 -199
  40. data/resources/locales/ca/layout.yml +5 -0
  41. data/resources/locales/ca/lists.yml +7 -0
  42. data/resources/locales/ca/numbers.yml +36 -36
  43. data/resources/locales/ca/plurals.yml +2 -3
  44. data/resources/locales/ca/units.yml +108 -108
  45. data/resources/locales/cs/calendars.yml +141 -140
  46. data/resources/locales/cs/languages.yml +399 -399
  47. data/resources/locales/cs/layout.yml +5 -0
  48. data/resources/locales/cs/lists.yml +7 -0
  49. data/resources/locales/cs/numbers.yml +41 -41
  50. data/resources/locales/cs/plurals.yml +2 -3
  51. data/resources/locales/cs/units.yml +142 -142
  52. data/resources/locales/da/calendars.yml +73 -73
  53. data/resources/locales/da/languages.yml +36 -36
  54. data/resources/locales/da/layout.yml +5 -0
  55. data/resources/locales/da/lists.yml +7 -0
  56. data/resources/locales/da/numbers.yml +37 -37
  57. data/resources/locales/da/plurals.yml +2 -3
  58. data/resources/locales/da/units.yml +97 -97
  59. data/resources/locales/de/calendars.yml +71 -71
  60. data/resources/locales/de/languages.yml +51 -51
  61. data/resources/locales/de/layout.yml +5 -0
  62. data/resources/locales/de/lists.yml +7 -0
  63. data/resources/locales/de/numbers.yml +36 -36
  64. data/resources/locales/de/plurals.yml +2 -3
  65. data/resources/locales/de/units.yml +108 -108
  66. data/resources/locales/el/calendars.yml +213 -212
  67. data/resources/locales/el/languages.yml +520 -520
  68. data/resources/locales/el/layout.yml +5 -0
  69. data/resources/locales/el/lists.yml +7 -0
  70. data/resources/locales/el/numbers.yml +39 -39
  71. data/resources/locales/el/plurals.yml +2 -3
  72. data/resources/locales/el/units.yml +143 -143
  73. data/resources/locales/en/calendars.yml +66 -65
  74. data/resources/locales/en/languages.yml +24 -24
  75. data/resources/locales/en/layout.yml +5 -0
  76. data/resources/locales/en/lists.yml +7 -0
  77. data/resources/locales/en/numbers.yml +27 -27
  78. data/resources/locales/en/plurals.yml +2 -3
  79. data/resources/locales/en/units.yml +94 -94
  80. data/resources/locales/es/calendars.yml +80 -79
  81. data/resources/locales/es/languages.yml +139 -139
  82. data/resources/locales/es/layout.yml +5 -0
  83. data/resources/locales/es/lists.yml +7 -0
  84. data/resources/locales/es/numbers.yml +36 -36
  85. data/resources/locales/es/plurals.yml +2 -3
  86. data/resources/locales/es/units.yml +96 -96
  87. data/resources/locales/eu/calendars.yml +68 -67
  88. data/resources/locales/eu/languages.yml +11 -11
  89. data/resources/locales/eu/layout.yml +5 -0
  90. data/resources/locales/eu/lists.yml +7 -0
  91. data/resources/locales/eu/numbers.yml +36 -36
  92. data/resources/locales/eu/plurals.yml +2 -3
  93. data/resources/locales/eu/units.yml +80 -80
  94. data/resources/locales/fa/calendars.yml +223 -222
  95. data/resources/locales/fa/languages.yml +489 -489
  96. data/resources/locales/fa/layout.yml +5 -0
  97. data/resources/locales/fa/lists.yml +7 -0
  98. data/resources/locales/fa/numbers.yml +26 -26
  99. data/resources/locales/fa/plurals.yml +2 -3
  100. data/resources/locales/fa/units.yml +122 -122
  101. data/resources/locales/fi/calendars.yml +87 -87
  102. data/resources/locales/fi/languages.yml +86 -86
  103. data/resources/locales/fi/layout.yml +5 -0
  104. data/resources/locales/fi/lists.yml +7 -0
  105. data/resources/locales/fi/numbers.yml +41 -41
  106. data/resources/locales/fi/plurals.yml +2 -3
  107. data/resources/locales/fi/units.yml +124 -124
  108. data/resources/locales/fil/calendars.yml +68 -67
  109. data/resources/locales/fil/languages.yml +19 -19
  110. data/resources/locales/fil/layout.yml +5 -0
  111. data/resources/locales/fil/lists.yml +7 -0
  112. data/resources/locales/fil/numbers.yml +27 -27
  113. data/resources/locales/fil/plurals.yml +2 -3
  114. data/resources/locales/fil/units.yml +80 -80
  115. data/resources/locales/fr/calendars.yml +83 -83
  116. data/resources/locales/fr/languages.yml +117 -117
  117. data/resources/locales/fr/layout.yml +5 -0
  118. data/resources/locales/fr/lists.yml +7 -0
  119. data/resources/locales/fr/numbers.yml +37 -37
  120. data/resources/locales/fr/plurals.yml +2 -3
  121. data/resources/locales/fr/units.yml +80 -80
  122. data/resources/locales/he/calendars.yml +155 -154
  123. data/resources/locales/he/languages.yml +282 -282
  124. data/resources/locales/he/layout.yml +5 -0
  125. data/resources/locales/he/lists.yml +7 -0
  126. data/resources/locales/he/numbers.yml +27 -27
  127. data/resources/locales/he/plurals.yml +2 -3
  128. data/resources/locales/he/units.yml +122 -122
  129. data/resources/locales/hi/calendars.yml +132 -131
  130. data/resources/locales/hi/languages.yml +511 -511
  131. data/resources/locales/hi/layout.yml +5 -0
  132. data/resources/locales/hi/lists.yml +7 -0
  133. data/resources/locales/hi/numbers.yml +27 -27
  134. data/resources/locales/hi/plurals.yml +2 -3
  135. data/resources/locales/hi/units.yml +122 -122
  136. data/resources/locales/hu/calendars.yml +121 -120
  137. data/resources/locales/hu/languages.yml +214 -214
  138. data/resources/locales/hu/layout.yml +5 -0
  139. data/resources/locales/hu/lists.yml +7 -0
  140. data/resources/locales/hu/numbers.yml +39 -39
  141. data/resources/locales/hu/plurals.yml +2 -3
  142. data/resources/locales/hu/units.yml +102 -102
  143. data/resources/locales/id/calendars.yml +68 -67
  144. data/resources/locales/id/languages.yml +21 -21
  145. data/resources/locales/id/layout.yml +5 -0
  146. data/resources/locales/id/lists.yml +7 -0
  147. data/resources/locales/id/numbers.yml +37 -37
  148. data/resources/locales/id/plurals.yml +2 -3
  149. data/resources/locales/id/units.yml +73 -73
  150. data/resources/locales/it/calendars.yml +81 -80
  151. data/resources/locales/it/languages.yml +20 -20
  152. data/resources/locales/it/layout.yml +5 -0
  153. data/resources/locales/it/lists.yml +7 -0
  154. data/resources/locales/it/numbers.yml +36 -36
  155. data/resources/locales/it/plurals.yml +2 -3
  156. data/resources/locales/it/units.yml +94 -94
  157. data/resources/locales/ja/calendars.yml +123 -122
  158. data/resources/locales/ja/languages.yml +516 -516
  159. data/resources/locales/ja/layout.yml +5 -0
  160. data/resources/locales/ja/lists.yml +7 -0
  161. data/resources/locales/ja/numbers.yml +38 -38
  162. data/resources/locales/ja/plurals.yml +2 -3
  163. data/resources/locales/ja/units.yml +108 -108
  164. data/resources/locales/ko/calendars.yml +141 -140
  165. data/resources/locales/ko/languages.yml +509 -509
  166. data/resources/locales/ko/layout.yml +5 -0
  167. data/resources/locales/ko/lists.yml +7 -0
  168. data/resources/locales/ko/numbers.yml +37 -37
  169. data/resources/locales/ko/plurals.yml +2 -3
  170. data/resources/locales/ko/units.yml +108 -108
  171. data/resources/locales/ms/calendars.yml +68 -67
  172. data/resources/locales/ms/languages.yml +19 -19
  173. data/resources/locales/ms/layout.yml +5 -0
  174. data/resources/locales/ms/lists.yml +7 -0
  175. data/resources/locales/ms/numbers.yml +26 -26
  176. data/resources/locales/ms/plurals.yml +2 -3
  177. data/resources/locales/ms/units.yml +73 -73
  178. data/resources/locales/nb/calendars.yml +78 -78
  179. data/resources/locales/nb/languages.yml +93 -93
  180. data/resources/locales/nb/layout.yml +5 -0
  181. data/resources/locales/nb/lists.yml +7 -0
  182. data/resources/locales/nb/numbers.yml +37 -37
  183. data/resources/locales/nb/plurals.yml +2 -3
  184. data/resources/locales/nb/units.yml +99 -99
  185. data/resources/locales/nl/calendars.yml +67 -67
  186. data/resources/locales/nl/languages.yml +30 -30
  187. data/resources/locales/nl/layout.yml +5 -0
  188. data/resources/locales/nl/lists.yml +7 -0
  189. data/resources/locales/nl/numbers.yml +36 -36
  190. data/resources/locales/nl/plurals.yml +2 -3
  191. data/resources/locales/nl/units.yml +87 -87
  192. data/resources/locales/pl/calendars.yml +102 -101
  193. data/resources/locales/pl/languages.yml +139 -139
  194. data/resources/locales/pl/layout.yml +5 -0
  195. data/resources/locales/pl/lists.yml +7 -0
  196. data/resources/locales/pl/numbers.yml +41 -41
  197. data/resources/locales/pl/plurals.yml +2 -5
  198. data/resources/locales/pl/units.yml +149 -149
  199. data/resources/locales/pt/calendars.yml +83 -83
  200. data/resources/locales/pt/languages.yml +161 -161
  201. data/resources/locales/pt/layout.yml +5 -0
  202. data/resources/locales/pt/lists.yml +7 -0
  203. data/resources/locales/pt/numbers.yml +39 -39
  204. data/resources/locales/pt/plurals.yml +2 -3
  205. data/resources/locales/pt/units.yml +110 -110
  206. data/resources/locales/ru/calendars.yml +213 -212
  207. data/resources/locales/ru/languages.yml +511 -511
  208. data/resources/locales/ru/layout.yml +5 -0
  209. data/resources/locales/ru/lists.yml +7 -0
  210. data/resources/locales/ru/numbers.yml +40 -40
  211. data/resources/locales/ru/plurals.yml +2 -5
  212. data/resources/locales/ru/units.yml +192 -192
  213. data/resources/locales/sv/calendars.yml +85 -85
  214. data/resources/locales/sv/languages.yml +108 -108
  215. data/resources/locales/sv/layout.yml +5 -0
  216. data/resources/locales/sv/lists.yml +7 -0
  217. data/resources/locales/sv/numbers.yml +39 -39
  218. data/resources/locales/sv/plurals.yml +2 -3
  219. data/resources/locales/sv/units.yml +116 -116
  220. data/resources/locales/th/calendars.yml +172 -171
  221. data/resources/locales/th/languages.yml +510 -510
  222. data/resources/locales/th/layout.yml +5 -0
  223. data/resources/locales/th/lists.yml +7 -0
  224. data/resources/locales/th/numbers.yml +38 -38
  225. data/resources/locales/th/plurals.yml +2 -3
  226. data/resources/locales/th/units.yml +107 -107
  227. data/resources/locales/tr/calendars.yml +117 -116
  228. data/resources/locales/tr/languages.yml +143 -143
  229. data/resources/locales/tr/layout.yml +5 -0
  230. data/resources/locales/tr/lists.yml +7 -0
  231. data/resources/locales/tr/numbers.yml +37 -37
  232. data/resources/locales/tr/plurals.yml +2 -3
  233. data/resources/locales/tr/units.yml +98 -98
  234. data/resources/locales/uk/calendars.yml +187 -186
  235. data/resources/locales/uk/languages.yml +520 -520
  236. data/resources/locales/uk/layout.yml +5 -0
  237. data/resources/locales/uk/lists.yml +7 -0
  238. data/resources/locales/uk/numbers.yml +44 -44
  239. data/resources/locales/uk/plurals.yml +2 -5
  240. data/resources/locales/uk/units.yml +192 -192
  241. data/resources/locales/ur/calendars.yml +112 -111
  242. data/resources/locales/ur/languages.yml +164 -164
  243. data/resources/locales/ur/layout.yml +5 -0
  244. data/resources/locales/ur/lists.yml +7 -0
  245. data/resources/locales/ur/numbers.yml +27 -27
  246. data/resources/locales/ur/plurals.yml +2 -3
  247. data/resources/locales/ur/units.yml +136 -136
  248. data/resources/locales/zh/calendars.yml +212 -211
  249. data/resources/locales/zh/languages.yml +506 -506
  250. data/resources/locales/zh/layout.yml +5 -0
  251. data/resources/locales/zh/lists.yml +7 -0
  252. data/resources/locales/zh/numbers.yml +37 -37
  253. data/resources/locales/zh/plurals.yml +2 -3
  254. data/resources/locales/zh/units.yml +108 -108
  255. data/resources/locales/zh-Hant/calendars.yml +159 -158
  256. data/resources/locales/zh-Hant/languages.yml +510 -510
  257. data/resources/locales/zh-Hant/layout.yml +5 -0
  258. data/resources/locales/zh-Hant/lists.yml +7 -0
  259. data/resources/locales/zh-Hant/numbers.yml +38 -38
  260. data/resources/locales/zh-Hant/plurals.yml +2 -3
  261. data/resources/locales/zh-Hant/units.yml +108 -108
  262. data/spec/bidi/bidi_spec.rb +72 -0
  263. data/spec/bidi/classpath_bidi_test.txt +217202 -0
  264. data/spec/collation/tailoring_tests/da.txt +1 -1
  265. data/spec/collation/tailoring_tests/fi.txt +1 -7
  266. data/spec/collation/tailoring_tests/zh-Hant.txt +1 -1
  267. data/spec/formatters/list_formatter_spec.rb +119 -0
  268. data/spec/localized/localized_array_spec.rb +28 -0
  269. data/spec/localized/localized_hash_spec.rb +22 -0
  270. data/spec/localized/localized_number_spec.rb +3 -3
  271. data/spec/localized/localized_string_spec.rb +52 -1
  272. data/spec/localized/localized_symbol_spec.rb +7 -0
  273. data/spec/normalization/base_spec.rb +2 -4
  274. data/spec/shared/languages_spec.rb +21 -0
  275. data/spec/shared/numbers_spec.rb +4 -4
  276. data/spec/spec_helper.rb +3 -1
  277. data/spec/utils/yaml/t.gif +0 -0
  278. data/spec/utils/yaml/t.yaml +5 -0
  279. data/spec/utils/yaml/yaml_spec.rb +426 -0
  280. metadata +82 -2
@@ -1,135 +1,135 @@
1
- ---
2
- :fr:
3
- :units:
4
- :day:
5
- :default:
6
- :one: ! '{0} jour'
7
- :other: ! '{0} jours'
8
- :short:
9
- :one: ! '{0} j'
10
- :other: ! '{0} j'
11
- :day-future:
12
- :default:
1
+ ---
2
+ :fr:
3
+ :units:
4
+ :day:
5
+ :default:
6
+ :one: "{0} jour"
7
+ :other: "{0} jours"
8
+ :short:
9
+ :one: "{0} j"
10
+ :other: "{0} j"
11
+ :"day-future":
12
+ :default:
13
13
  0: dans 0 jour
14
14
  1: dans 1 jour
15
15
  :one: dans {0} jour
16
16
  :other: dans {0} jours
17
- :day-past:
18
- :default:
17
+ :"day-past":
18
+ :default:
19
19
  0: il y a 0 jour
20
20
  1: il y a 1 jour
21
21
  :one: il y a {0} jour
22
22
  :other: il y a {0} jours
23
- :hour:
24
- :default:
25
- :one: ! '{0} heure'
26
- :other: ! '{0} heures'
27
- :short:
28
- :one: ! '{0} h'
29
- :other: ! '{0} h'
30
- :hour-future:
31
- :default:
23
+ :hour:
24
+ :default:
25
+ :one: "{0} heure"
26
+ :other: "{0} heures"
27
+ :short:
28
+ :one: "{0} h"
29
+ :other: "{0} h"
30
+ :"hour-future":
31
+ :default:
32
32
  0: dans 0 heure
33
33
  1: dans 1 heure
34
34
  :one: dans {0} heure
35
35
  :other: dans {0} heures
36
- :hour-past:
37
- :default:
36
+ :"hour-past":
37
+ :default:
38
38
  0: il y a 0 heure
39
39
  1: il y a 1 heure
40
40
  :one: il y a {0} heure
41
41
  :other: il y a {0} heures
42
- :minute:
43
- :default:
44
- :one: ! '{0} minute'
45
- :other: ! '{0} minutes'
46
- :short:
47
- :one: ! '{0} mn'
48
- :other: ! '{0} mn'
49
- :minute-future:
50
- :default:
42
+ :minute:
43
+ :default:
44
+ :one: "{0} minute"
45
+ :other: "{0} minutes"
46
+ :short:
47
+ :one: "{0} mn"
48
+ :other: "{0} mn"
49
+ :"minute-future":
50
+ :default:
51
51
  0: dans 0 minute
52
52
  1: dans 1 minute
53
53
  :one: dans {0} minute
54
54
  :other: dans {0} minutes
55
- :minute-past:
56
- :default:
55
+ :"minute-past":
56
+ :default:
57
57
  0: il y a 0 minute
58
58
  1: il y a 1 minute
59
59
  :one: il y a {0} minute
60
60
  :other: il y a {0} minutes
61
- :month:
62
- :default:
63
- :one: ! '{0} mois'
64
- :other: ! '{0} mois'
65
- :short:
66
- :one: ! '{0} mois'
67
- :other: ! '{0} mois'
68
- :month-future:
69
- :default:
61
+ :month:
62
+ :default:
63
+ :one: "{0} mois"
64
+ :other: "{0} mois"
65
+ :short:
66
+ :one: "{0} mois"
67
+ :other: "{0} mois"
68
+ :"month-future":
69
+ :default:
70
70
  0: dans 0 mois
71
71
  1: dans 1 mois
72
72
  :one: dans {0} mois
73
73
  :other: dans {0} mois
74
- :month-past:
75
- :default:
74
+ :"month-past":
75
+ :default:
76
76
  0: il y a 0 mois
77
77
  1: il y a 1 mois
78
78
  :one: il y a {0} mois
79
79
  :other: il y a {0} mois
80
- :second:
81
- :default:
82
- :one: ! '{0} seconde'
83
- :other: ! '{0} secondes'
84
- :short:
85
- :one: ! '{0} s'
86
- :other: ! '{0} s'
87
- :second-future:
88
- :default:
80
+ :second:
81
+ :default:
82
+ :one: "{0} seconde"
83
+ :other: "{0} secondes"
84
+ :short:
85
+ :one: "{0} s"
86
+ :other: "{0} s"
87
+ :"second-future":
88
+ :default:
89
89
  0: dans 0 seconde
90
90
  1: dans 1 seconde
91
91
  :one: dans {0} seconde
92
92
  :other: dans {0} secondes
93
- :second-past:
94
- :default:
93
+ :"second-past":
94
+ :default:
95
95
  0: il y a 0 seconde
96
96
  1: il y a 1 seconde
97
97
  :one: il y a {0} seconde
98
98
  :other: il y a {0} secondes
99
- :week:
100
- :default:
101
- :one: ! '{0} semaine'
102
- :other: ! '{0} semaines'
103
- :short:
104
- :one: ! '{0} sem.'
105
- :other: ! '{0} sem.'
106
- :week-future:
107
- :default:
99
+ :week:
100
+ :default:
101
+ :one: "{0} semaine"
102
+ :other: "{0} semaines"
103
+ :short:
104
+ :one: "{0} sem."
105
+ :other: "{0} sem."
106
+ :"week-future":
107
+ :default:
108
108
  0: dans 0 semaine
109
109
  1: dans 1 semaine
110
110
  :one: dans {0} semaine
111
111
  :other: dans {0} semaines
112
- :week-past:
113
- :default:
112
+ :"week-past":
113
+ :default:
114
114
  0: il y a 0 semaine
115
115
  1: il y a 1 semaine
116
116
  :one: il y a {0} semaine
117
117
  :other: il y a {0} semaines
118
- :year:
119
- :default:
120
- :one: ! '{0} année'
121
- :other: ! '{0} années'
122
- :short:
123
- :one: ! '{0} an'
124
- :other: ! '{0} ans'
125
- :year-future:
126
- :default:
118
+ :year:
119
+ :default:
120
+ :one: "{0} ann\xC3\xA9e"
121
+ :other: "{0} ann\xC3\xA9es"
122
+ :short:
123
+ :one: "{0} an"
124
+ :other: "{0} ans"
125
+ :"year-future":
126
+ :default:
127
127
  0: dans 0 an
128
128
  1: dans 1 an
129
129
  :one: dans {0} an
130
130
  :other: dans {0} ans
131
- :year-past:
132
- :default:
131
+ :"year-past":
132
+ :default:
133
133
  0: il y a 0 an
134
134
  1: il y a 1 an
135
135
  :one: il y a {0} an
@@ -1,112 +1,112 @@
1
- ---
2
- :he:
3
- :calendars:
4
- :gregorian:
5
- :days:
6
- :format:
7
- :abbreviated:
8
- :fri: יום ו׳
9
- :mon: יום ב׳
10
- :sat: שבת
11
- :sun: יום א׳
12
- :thu: יום ה׳
13
- :tue: יום ג׳
14
- :wed: יום ד׳
15
- :narrow:
16
- :fri: ו
17
- :mon: ב
18
- :sat: ש
19
- :sun: א
20
- :thu: ה
21
- :tue: ג
22
- :wed: ד
23
- :wide:
24
- :fri: יום שישי
25
- :mon: יום שני
26
- :sat: יום שבת
27
- :sun: יום ראשון
28
- :thu: יום חמישי
29
- :tue: יום שלישי
30
- :wed: יום רביעי
31
- :stand-alone:
32
- :abbreviated: :calendars.gregorian.days.format.abbreviated
33
- :narrow:
34
- :fri: ו
35
- :mon: ב
36
- :sat: ש
37
- :sun: א
38
- :thu: ה
39
- :tue: ג
40
- :wed: ד
41
- :wide: :calendars.gregorian.days.format.wide
42
- :eras:
43
- :abbr:
44
- 0: לפנה״ס
45
- 1: לסה״נ
46
- :name:
47
- 0: לפני הספירה
48
- 1: לספירה
49
- :narrow:
50
- 0: ''
51
- :fields:
52
- :day: יום
53
- :dayperiod: לפה״צ/אחה״צ
54
- :era: תקופה
55
- :hour: שעה
56
- :minute: דקה
57
- :month: חודש
58
- :second: שנייה
59
- :week: שבוע
60
- :weekday: יום בשבוע
61
- :year: שנה
62
- :zone: אזור
63
- :formats:
64
- :date:
65
- :default: :calendars.gregorian.formats.date.medium
66
- :full:
67
- :pattern: EEEE, d בMMMM y
68
- :long:
69
- :pattern: d בMMMM y
70
- :medium:
71
- :pattern: d בMMM yyyy
72
- :short:
1
+ ---
2
+ :he:
3
+ :calendars:
4
+ :gregorian:
5
+ :days:
6
+ :format:
7
+ :abbreviated:
8
+ :fri: "\xD7\x99\xD7\x95\xD7\x9D \xD7\x95\xD7\xB3"
9
+ :mon: "\xD7\x99\xD7\x95\xD7\x9D \xD7\x91\xD7\xB3"
10
+ :sat: "\xD7\xA9\xD7\x91\xD7\xAA"
11
+ :sun: "\xD7\x99\xD7\x95\xD7\x9D \xD7\x90\xD7\xB3"
12
+ :thu: "\xD7\x99\xD7\x95\xD7\x9D \xD7\x94\xD7\xB3"
13
+ :tue: "\xD7\x99\xD7\x95\xD7\x9D \xD7\x92\xD7\xB3"
14
+ :wed: "\xD7\x99\xD7\x95\xD7\x9D \xD7\x93\xD7\xB3"
15
+ :narrow:
16
+ :fri: "\xD7\x95"
17
+ :mon: "\xD7\x91"
18
+ :sat: "\xD7\xA9"
19
+ :sun: "\xD7\x90"
20
+ :thu: "\xD7\x94"
21
+ :tue: "\xD7\x92"
22
+ :wed: "\xD7\x93"
23
+ :wide:
24
+ :fri: "\xD7\x99\xD7\x95\xD7\x9D \xD7\xA9\xD7\x99\xD7\xA9\xD7\x99"
25
+ :mon: "\xD7\x99\xD7\x95\xD7\x9D \xD7\xA9\xD7\xA0\xD7\x99"
26
+ :sat: "\xD7\x99\xD7\x95\xD7\x9D \xD7\xA9\xD7\x91\xD7\xAA"
27
+ :sun: "\xD7\x99\xD7\x95\xD7\x9D \xD7\xA8\xD7\x90\xD7\xA9\xD7\x95\xD7\x9F"
28
+ :thu: "\xD7\x99\xD7\x95\xD7\x9D \xD7\x97\xD7\x9E\xD7\x99\xD7\xA9\xD7\x99"
29
+ :tue: "\xD7\x99\xD7\x95\xD7\x9D \xD7\xA9\xD7\x9C\xD7\x99\xD7\xA9\xD7\x99"
30
+ :wed: "\xD7\x99\xD7\x95\xD7\x9D \xD7\xA8\xD7\x91\xD7\x99\xD7\xA2\xD7\x99"
31
+ :"stand-alone":
32
+ :abbreviated: :"calendars.gregorian.days.format.abbreviated"
33
+ :narrow:
34
+ :fri: "\xD7\x95"
35
+ :mon: "\xD7\x91"
36
+ :sat: "\xD7\xA9"
37
+ :sun: "\xD7\x90"
38
+ :thu: "\xD7\x94"
39
+ :tue: "\xD7\x92"
40
+ :wed: "\xD7\x93"
41
+ :wide: :"calendars.gregorian.days.format.wide"
42
+ :eras:
43
+ :abbr:
44
+ 0: "\xD7\x9C\xD7\xA4\xD7\xA0\xD7\x94\xD7\xB4\xD7\xA1"
45
+ 1: "\xD7\x9C\xD7\xA1\xD7\x94\xD7\xB4\xD7\xA0"
46
+ :name:
47
+ 0: "\xD7\x9C\xD7\xA4\xD7\xA0\xD7\x99 \xD7\x94\xD7\xA1\xD7\xA4\xD7\x99\xD7\xA8\xD7\x94"
48
+ 1: "\xD7\x9C\xD7\xA1\xD7\xA4\xD7\x99\xD7\xA8\xD7\x94"
49
+ :narrow:
50
+ 0: ""
51
+ :fields:
52
+ :day: "\xD7\x99\xD7\x95\xD7\x9D"
53
+ :dayperiod: "\xD7\x9C\xD7\xA4\xD7\x94\xD7\xB4\xD7\xA6/\xD7\x90\xD7\x97\xD7\x94\xD7\xB4\xD7\xA6"
54
+ :era: "\xD7\xAA\xD7\xA7\xD7\x95\xD7\xA4\xD7\x94"
55
+ :hour: "\xD7\xA9\xD7\xA2\xD7\x94"
56
+ :minute: "\xD7\x93\xD7\xA7\xD7\x94"
57
+ :month: "\xD7\x97\xD7\x95\xD7\x93\xD7\xA9"
58
+ :second: "\xD7\xA9\xD7\xA0\xD7\x99\xD7\x99\xD7\x94"
59
+ :week: "\xD7\xA9\xD7\x91\xD7\x95\xD7\xA2"
60
+ :weekday: "\xD7\x99\xD7\x95\xD7\x9D \xD7\x91\xD7\xA9\xD7\x91\xD7\x95\xD7\xA2"
61
+ :year: "\xD7\xA9\xD7\xA0\xD7\x94"
62
+ :zone: "\xD7\x90\xD7\x96\xD7\x95\xD7\xA8"
63
+ :formats:
64
+ :date:
65
+ :default: :"calendars.gregorian.formats.date.medium"
66
+ :full:
67
+ :pattern: "EEEE, d \xD7\x91MMMM y"
68
+ :long:
69
+ :pattern: "d \xD7\x91MMMM y"
70
+ :medium:
71
+ :pattern: "d \xD7\x91MMM yyyy"
72
+ :short:
73
73
  :pattern: dd/MM/yy
74
- :datetime:
75
- :default: :calendars.gregorian.formats.datetime.medium
76
- :full:
77
- :pattern: ! '{{date}} {{time}}'
78
- :long:
79
- :pattern: ! '{{date}} {{time}}'
80
- :medium:
81
- :pattern: ! '{{date}} {{time}}'
82
- :short:
83
- :pattern: ! '{{date}} {{time}}'
84
- :time:
85
- :default: :calendars.gregorian.formats.time.medium
86
- :full:
74
+ :datetime:
75
+ :default: :"calendars.gregorian.formats.datetime.medium"
76
+ :full:
77
+ :pattern: "{{date}} {{time}}"
78
+ :long:
79
+ :pattern: "{{date}} {{time}}"
80
+ :medium:
81
+ :pattern: "{{date}} {{time}}"
82
+ :short:
83
+ :pattern: "{{date}} {{time}}"
84
+ :time:
85
+ :default: :"calendars.gregorian.formats.time.medium"
86
+ :full:
87
87
  :pattern: HH:mm:ss zzzz
88
- :long:
88
+ :long:
89
89
  :pattern: HH:mm:ss z
90
- :medium:
90
+ :medium:
91
91
  :pattern: HH:mm:ss
92
- :short:
92
+ :short:
93
93
  :pattern: HH:mm
94
- :months:
95
- :format:
96
- :abbreviated:
97
- 1: ינו
98
- 10: אוק
99
- 11: נוב
100
- 12: דצמ
101
- 2: פבר
102
- 3: מרץ
103
- 4: אפר
104
- 5: מאי
105
- 6: יונ
106
- 7: יול
107
- 8: אוג
108
- 9: ספט
109
- :narrow:
94
+ :months:
95
+ :format:
96
+ :abbreviated:
97
+ 1: "\xD7\x99\xD7\xA0\xD7\x95"
98
+ 10: "\xD7\x90\xD7\x95\xD7\xA7"
99
+ 11: "\xD7\xA0\xD7\x95\xD7\x91"
100
+ 12: "\xD7\x93\xD7\xA6\xD7\x9E"
101
+ 2: "\xD7\xA4\xD7\x91\xD7\xA8"
102
+ 3: "\xD7\x9E\xD7\xA8\xD7\xA5"
103
+ 4: "\xD7\x90\xD7\xA4\xD7\xA8"
104
+ 5: "\xD7\x9E\xD7\x90\xD7\x99"
105
+ 6: "\xD7\x99\xD7\x95\xD7\xA0"
106
+ 7: "\xD7\x99\xD7\x95\xD7\x9C"
107
+ 8: "\xD7\x90\xD7\x95\xD7\x92"
108
+ 9: "\xD7\xA1\xD7\xA4\xD7\x98"
109
+ :narrow:
110
110
  1: 1
111
111
  10: 10
112
112
  11: 11
@@ -119,34 +119,34 @@
119
119
  7: 7
120
120
  8: 8
121
121
  9: 9
122
- :wide:
123
- 1: ינואר
124
- 10: אוקטובר
125
- 11: נובמבר
126
- 12: דצמבר
127
- 2: פברואר
128
- 3: מרץ
129
- 4: אפריל
130
- 5: מאי
131
- 6: יוני
132
- 7: יולי
133
- 8: אוגוסט
134
- 9: ספטמבר
135
- :stand-alone:
136
- :abbreviated:
137
- 1: ינו׳
138
- 10: אוק׳
139
- 11: נוב׳
140
- 12: דצמ׳
141
- 2: פבר׳
142
- 3: מרץ
143
- 4: אפר׳
144
- 5: מאי
145
- 6: יונ׳
146
- 7: יול׳
147
- 8: אוג׳
148
- 9: ספט׳
149
- :narrow:
122
+ :wide:
123
+ 1: "\xD7\x99\xD7\xA0\xD7\x95\xD7\x90\xD7\xA8"
124
+ 10: "\xD7\x90\xD7\x95\xD7\xA7\xD7\x98\xD7\x95\xD7\x91\xD7\xA8"
125
+ 11: "\xD7\xA0\xD7\x95\xD7\x91\xD7\x9E\xD7\x91\xD7\xA8"
126
+ 12: "\xD7\x93\xD7\xA6\xD7\x9E\xD7\x91\xD7\xA8"
127
+ 2: "\xD7\xA4\xD7\x91\xD7\xA8\xD7\x95\xD7\x90\xD7\xA8"
128
+ 3: "\xD7\x9E\xD7\xA8\xD7\xA5"
129
+ 4: "\xD7\x90\xD7\xA4\xD7\xA8\xD7\x99\xD7\x9C"
130
+ 5: "\xD7\x9E\xD7\x90\xD7\x99"
131
+ 6: "\xD7\x99\xD7\x95\xD7\xA0\xD7\x99"
132
+ 7: "\xD7\x99\xD7\x95\xD7\x9C\xD7\x99"
133
+ 8: "\xD7\x90\xD7\x95\xD7\x92\xD7\x95\xD7\xA1\xD7\x98"
134
+ 9: "\xD7\xA1\xD7\xA4\xD7\x98\xD7\x9E\xD7\x91\xD7\xA8"
135
+ :"stand-alone":
136
+ :abbreviated:
137
+ 1: "\xD7\x99\xD7\xA0\xD7\x95\xD7\xB3"
138
+ 10: "\xD7\x90\xD7\x95\xD7\xA7\xD7\xB3"
139
+ 11: "\xD7\xA0\xD7\x95\xD7\x91\xD7\xB3"
140
+ 12: "\xD7\x93\xD7\xA6\xD7\x9E\xD7\xB3"
141
+ 2: "\xD7\xA4\xD7\x91\xD7\xA8\xD7\xB3"
142
+ 3: "\xD7\x9E\xD7\xA8\xD7\xA5"
143
+ 4: "\xD7\x90\xD7\xA4\xD7\xA8\xD7\xB3"
144
+ 5: "\xD7\x9E\xD7\x90\xD7\x99"
145
+ 6: "\xD7\x99\xD7\x95\xD7\xA0\xD7\xB3"
146
+ 7: "\xD7\x99\xD7\x95\xD7\x9C\xD7\xB3"
147
+ 8: "\xD7\x90\xD7\x95\xD7\x92\xD7\xB3"
148
+ 9: "\xD7\xA1\xD7\xA4\xD7\x98\xD7\xB3"
149
+ :narrow:
150
150
  1: 1
151
151
  10: 10
152
152
  11: 11
@@ -159,33 +159,34 @@
159
159
  7: 7
160
160
  8: 8
161
161
  9: 9
162
- :wide: :calendars.gregorian.months.format.wide
163
- :periods:
164
- :format:
165
- :abbreviated: :calendars.gregorian.dayPeriods.format.wide
166
- :narrow: :calendars.gregorian.dayPeriods.format.abbreviated
167
- :wide:
168
- :am: לפנה״צ
169
- :pm: אחה״צ
170
- :stand-alone: {}
171
- :quarters:
172
- :format:
173
- :abbreviated: :calendars.gregorian.quarters.format.wide
174
- :narrow:
162
+ :wide: :"calendars.gregorian.months.format.wide"
163
+ :periods:
164
+ :format:
165
+ :abbreviated: :"calendars.gregorian.dayPeriods.format.wide"
166
+ :narrow: :"calendars.gregorian.dayPeriods.format.abbreviated"
167
+ :wide:
168
+ :am: "\xD7\x9C\xD7\xA4\xD7\xA0\xD7\x94\xD7\xB4\xD7\xA6"
169
+ :pm: "\xD7\x90\xD7\x97\xD7\x94\xD7\xB4\xD7\xA6"
170
+ :"stand-alone": {}
171
+
172
+ :quarters:
173
+ :format:
174
+ :abbreviated: :"calendars.gregorian.quarters.format.wide"
175
+ :narrow:
175
176
  1: 1
176
177
  2: 2
177
178
  3: 3
178
179
  4: 4
179
- :wide:
180
- 1: רבעון 1
181
- 2: רבעון 2
182
- 3: רבעון 3
183
- 4: רבעון 4
184
- :stand-alone:
185
- :abbreviated: :calendars.gregorian.quarters.format.abbreviated
186
- :narrow:
180
+ :wide:
181
+ 1: "\xD7\xA8\xD7\x91\xD7\xA2\xD7\x95\xD7\x9F 1"
182
+ 2: "\xD7\xA8\xD7\x91\xD7\xA2\xD7\x95\xD7\x9F 2"
183
+ 3: "\xD7\xA8\xD7\x91\xD7\xA2\xD7\x95\xD7\x9F 3"
184
+ 4: "\xD7\xA8\xD7\x91\xD7\xA2\xD7\x95\xD7\x9F 4"
185
+ :"stand-alone":
186
+ :abbreviated: :"calendars.gregorian.quarters.format.abbreviated"
187
+ :narrow:
187
188
  1: 1
188
189
  2: 2
189
190
  3: 3
190
191
  4: 4
191
- :wide: :calendars.gregorian.quarters.format.wide
192
+ :wide: :"calendars.gregorian.quarters.format.wide"