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
@@ -0,0 +1,5 @@
1
+ ---
2
+ :fa:
3
+ :layout:
4
+ :orientation:
5
+ :characters: right-to-left
@@ -0,0 +1,7 @@
1
+ ---
2
+ :fa:
3
+ :lists:
4
+ 2: "{0} \xD9\x88 {1}"
5
+ :end: "{0}\xD8\x8C \xD9\x88 {1}"
6
+ :middle: "{0}\xD8\x8C\xE2\x80\x8F {1}"
7
+ :start: "{0}\xD8\x8C\xE2\x80\x8F {1}"
@@ -1,16 +1,16 @@
1
- ---
2
- :fa:
3
- :numbers:
4
- :formats:
5
- :currency:
6
- :patterns:
7
- :default: ! '#,##0.00 ¤;−#,##0.00 ¤'
8
- :unit:
9
- :other: ! '{0} {1}'
10
- :decimal:
11
- :patterns:
12
- :default: ! '#,##0.###'
13
- :short:
1
+ ---
2
+ :fa:
3
+ :numbers:
4
+ :formats:
5
+ :currency:
6
+ :patterns:
7
+ :default: "#,##0.00\xC2\xA0\xC2\xA4;\xE2\x88\x92#,##0.00\xC2\xA0\xC2\xA4"
8
+ :unit:
9
+ :other: "{0} {1}"
10
+ :decimal:
11
+ :patterns:
12
+ :default: "#,##0.###"
13
+ :short:
14
14
  1000: 0.0K
15
15
  10000: 00K
16
16
  100000: 000K
@@ -23,21 +23,21 @@
23
23
  1000000000000: 0.0T
24
24
  10000000000000: 00T
25
25
  100000000000000: 000T
26
- :percent:
27
- :patterns:
28
- :default: ! '#,##0%'
29
- :scientific:
30
- :patterns:
31
- :default: ! '#E0'
32
- :symbols:
33
- :alias: ''
26
+ :percent:
27
+ :patterns:
28
+ :default: "#,##0%"
29
+ :scientific:
30
+ :patterns:
31
+ :default: "#E0"
32
+ :symbols:
33
+ :alias: ""
34
34
  :decimal: .
35
35
  :exponential: E
36
- :group: ! ','
37
- :infinity:
36
+ :group: ","
37
+ :infinity: "\xE2\x88\x9E"
38
38
  :list: ;
39
- :minus_sign:
39
+ :minus_sign: "\xE2\x88\x92"
40
40
  :nan: NaN
41
- :per_mille:
42
- :percent_sign: ! '%'
41
+ :per_mille: "\xE2\x80\xB0"
42
+ :percent_sign: "%"
43
43
  :plus_sign: +
@@ -1,3 +1,2 @@
1
- ---
2
- :fa: ! '{ :fa => { :i18n => {:plural => { :keys => [:other], :rule => lambda { |n|
3
- :other } } } } }'
1
+ ---
2
+ :fa: "{ :fa => { :i18n => {:plural => { :keys => [:other], :rule => lambda { |n| :other } } } } }"
@@ -1,122 +1,122 @@
1
- ---
2
- :fa:
3
- :units:
4
- :day:
5
- :default:
6
- :other: ! '{0} روز'
7
- :short:
8
- 0: 0 روز
9
- 1: 1 روز
10
- :other: ! '{0} روز'
11
- :day-future:
12
- :default:
13
- 0: در 0 روز
14
- 1: در 1 روز
15
- :other: ! '{0} روز بعد'
16
- :day-past:
17
- :default:
18
- 0: 0 روز قبل
19
- 1: 1 روز قبل
20
- :other: ! '{0} روز پیش'
21
- :hour:
22
- :default:
23
- :other: ! '{0} ساعت'
24
- :short:
25
- 0: 0 ساعت
26
- 1: 1 ساعت
27
- :other: ! '{0} ساعت'
28
- :hour-future:
29
- :default:
30
- 0: در 0 ساعت
31
- 1: در 1 ساعت
32
- :other: ! '{0} ساعت بعد'
33
- :hour-past:
34
- :default:
35
- 0: 0 ساعت قبل
36
- 1: 1 ساعت قبل
37
- :other: ! '{0} ساعت پیش'
38
- :minute:
39
- :default:
40
- :other: ! '{0} دقیقه'
41
- :short:
42
- 0: 0 دقیقه
43
- 1: 1 دقیقه
44
- :other: ! '{0} دقیقه'
45
- :minute-future:
46
- :default:
47
- 0: در 0 دقیقه
48
- 1: در 1 دقیقه
49
- :other: ! '{0} دقیقه بعد'
50
- :minute-past:
51
- :default:
52
- 0: 0 دقیقه قبل
53
- 1: 1 دقیقه قبل
54
- :other: ! '{0} دقیقه پیش'
55
- :month:
56
- :default:
57
- :other: ! '{0} ماه'
58
- :short:
59
- 0: 0 ماه
60
- 1: 1 ماه
61
- :other: ! '{0} ماه'
62
- :month-future:
63
- :default:
64
- 0: در 0 ماه
65
- 1: در 1 ماه
66
- :other: ! '{0} ماه بعد'
67
- :month-past:
68
- :default:
69
- 0: 0 ماه قبل
70
- 1: 1 ماه قبل
71
- :other: ! '{0} ماه پیش'
72
- :second:
73
- :default:
74
- :other: ! '{0} ثانیه'
75
- :short:
76
- 0: 0 ثانیه
77
- 1: 1 ثانیه
78
- :other: ! '{0} ثانیه'
79
- :second-future:
80
- :default:
81
- 0: در 0 ثانیه
82
- 1: در 1 ثانیه
83
- :other: ! '{0} ثانیه بعد'
84
- :second-past:
85
- :default:
86
- 0: 0 ثانیه قبل
87
- 1: 1 ثانیه قبل
88
- :other: ! '{0} ثانیه پیش'
89
- :week:
90
- :default:
91
- :other: ! '{0} هفته'
92
- :short:
93
- 0: 0 هفته
94
- 1: 1 هفته
95
- :other: ! '{0} هفته'
96
- :week-future:
97
- :default:
98
- 0: در 0 هفته
99
- 1: در 1 هفته
100
- :other: ! '{0} هفته بعد'
101
- :week-past:
102
- :default:
103
- 0: 0 هفته قبل
104
- 1: 1 هفته قبل
105
- :other: ! '{0} هفته پیش'
106
- :year:
107
- :default:
108
- :other: ! '{0} سال'
109
- :short:
110
- 0: 0 سال
111
- 1: 1 سال
112
- :other: ! '{0} سال'
113
- :year-future:
114
- :default:
115
- 0: در 0 سال
116
- 1: در 1 سال
117
- :other: ! '{0} سال بعد'
118
- :year-past:
119
- :default:
120
- 0: 0 سال قبل
121
- 1: 1 سال قبل
122
- :other: ! '{0} سال پیش'
1
+ ---
2
+ :fa:
3
+ :units:
4
+ :day:
5
+ :default:
6
+ :other: "{0} \xD8\xB1\xD9\x88\xD8\xB2"
7
+ :short:
8
+ 0: "0 \xD8\xB1\xD9\x88\xD8\xB2"
9
+ 1: "1 \xD8\xB1\xD9\x88\xD8\xB2"
10
+ :other: "{0} \xD8\xB1\xD9\x88\xD8\xB2"
11
+ :"day-future":
12
+ :default:
13
+ 0: "\xD8\xAF\xD8\xB1 0 \xD8\xB1\xD9\x88\xD8\xB2"
14
+ 1: "\xD8\xAF\xD8\xB1 1 \xD8\xB1\xD9\x88\xD8\xB2"
15
+ :other: "{0} \xD8\xB1\xD9\x88\xD8\xB2 \xD8\xA8\xD8\xB9\xD8\xAF"
16
+ :"day-past":
17
+ :default:
18
+ 0: "0 \xD8\xB1\xD9\x88\xD8\xB2 \xD9\x82\xD8\xA8\xD9\x84"
19
+ 1: "1 \xD8\xB1\xD9\x88\xD8\xB2 \xD9\x82\xD8\xA8\xD9\x84"
20
+ :other: "{0} \xD8\xB1\xD9\x88\xD8\xB2 \xD9\xBE\xDB\x8C\xD8\xB4"
21
+ :hour:
22
+ :default:
23
+ :other: "{0} \xD8\xB3\xD8\xA7\xD8\xB9\xD8\xAA"
24
+ :short:
25
+ 0: "0 \xD8\xB3\xD8\xA7\xD8\xB9\xD8\xAA"
26
+ 1: "1 \xD8\xB3\xD8\xA7\xD8\xB9\xD8\xAA"
27
+ :other: "{0} \xD8\xB3\xD8\xA7\xD8\xB9\xD8\xAA"
28
+ :"hour-future":
29
+ :default:
30
+ 0: "\xD8\xAF\xD8\xB1 0 \xD8\xB3\xD8\xA7\xD8\xB9\xD8\xAA"
31
+ 1: "\xD8\xAF\xD8\xB1 1 \xD8\xB3\xD8\xA7\xD8\xB9\xD8\xAA"
32
+ :other: "{0} \xD8\xB3\xD8\xA7\xD8\xB9\xD8\xAA \xD8\xA8\xD8\xB9\xD8\xAF"
33
+ :"hour-past":
34
+ :default:
35
+ 0: "0 \xD8\xB3\xD8\xA7\xD8\xB9\xD8\xAA \xD9\x82\xD8\xA8\xD9\x84"
36
+ 1: "1 \xD8\xB3\xD8\xA7\xD8\xB9\xD8\xAA \xD9\x82\xD8\xA8\xD9\x84"
37
+ :other: "{0} \xD8\xB3\xD8\xA7\xD8\xB9\xD8\xAA \xD9\xBE\xDB\x8C\xD8\xB4"
38
+ :minute:
39
+ :default:
40
+ :other: "{0} \xD8\xAF\xD9\x82\xDB\x8C\xD9\x82\xD9\x87"
41
+ :short:
42
+ 0: "0 \xD8\xAF\xD9\x82\xDB\x8C\xD9\x82\xD9\x87"
43
+ 1: "1 \xD8\xAF\xD9\x82\xDB\x8C\xD9\x82\xD9\x87"
44
+ :other: "{0} \xD8\xAF\xD9\x82\xDB\x8C\xD9\x82\xD9\x87"
45
+ :"minute-future":
46
+ :default:
47
+ 0: "\xD8\xAF\xD8\xB1 0 \xD8\xAF\xD9\x82\xDB\x8C\xD9\x82\xD9\x87"
48
+ 1: "\xD8\xAF\xD8\xB1 1 \xD8\xAF\xD9\x82\xDB\x8C\xD9\x82\xD9\x87"
49
+ :other: "{0} \xD8\xAF\xD9\x82\xDB\x8C\xD9\x82\xD9\x87 \xD8\xA8\xD8\xB9\xD8\xAF"
50
+ :"minute-past":
51
+ :default:
52
+ 0: "0 \xD8\xAF\xD9\x82\xDB\x8C\xD9\x82\xD9\x87 \xD9\x82\xD8\xA8\xD9\x84"
53
+ 1: "1 \xD8\xAF\xD9\x82\xDB\x8C\xD9\x82\xD9\x87 \xD9\x82\xD8\xA8\xD9\x84"
54
+ :other: "{0} \xD8\xAF\xD9\x82\xDB\x8C\xD9\x82\xD9\x87 \xD9\xBE\xDB\x8C\xD8\xB4"
55
+ :month:
56
+ :default:
57
+ :other: "{0} \xD9\x85\xD8\xA7\xD9\x87"
58
+ :short:
59
+ 0: "0 \xD9\x85\xD8\xA7\xD9\x87"
60
+ 1: "1 \xD9\x85\xD8\xA7\xD9\x87"
61
+ :other: "{0} \xD9\x85\xD8\xA7\xD9\x87"
62
+ :"month-future":
63
+ :default:
64
+ 0: "\xD8\xAF\xD8\xB1 0 \xD9\x85\xD8\xA7\xD9\x87"
65
+ 1: "\xD8\xAF\xD8\xB1 1 \xD9\x85\xD8\xA7\xD9\x87"
66
+ :other: "{0} \xD9\x85\xD8\xA7\xD9\x87 \xD8\xA8\xD8\xB9\xD8\xAF"
67
+ :"month-past":
68
+ :default:
69
+ 0: "0 \xD9\x85\xD8\xA7\xD9\x87 \xD9\x82\xD8\xA8\xD9\x84"
70
+ 1: "1 \xD9\x85\xD8\xA7\xD9\x87 \xD9\x82\xD8\xA8\xD9\x84"
71
+ :other: "{0} \xD9\x85\xD8\xA7\xD9\x87 \xD9\xBE\xDB\x8C\xD8\xB4"
72
+ :second:
73
+ :default:
74
+ :other: "{0} \xD8\xAB\xD8\xA7\xD9\x86\xDB\x8C\xD9\x87"
75
+ :short:
76
+ 0: "0 \xD8\xAB\xD8\xA7\xD9\x86\xDB\x8C\xD9\x87"
77
+ 1: "1 \xD8\xAB\xD8\xA7\xD9\x86\xDB\x8C\xD9\x87"
78
+ :other: "{0} \xD8\xAB\xD8\xA7\xD9\x86\xDB\x8C\xD9\x87"
79
+ :"second-future":
80
+ :default:
81
+ 0: "\xD8\xAF\xD8\xB1 0 \xD8\xAB\xD8\xA7\xD9\x86\xDB\x8C\xD9\x87"
82
+ 1: "\xD8\xAF\xD8\xB1 1 \xD8\xAB\xD8\xA7\xD9\x86\xDB\x8C\xD9\x87"
83
+ :other: "{0} \xD8\xAB\xD8\xA7\xD9\x86\xDB\x8C\xD9\x87 \xD8\xA8\xD8\xB9\xD8\xAF"
84
+ :"second-past":
85
+ :default:
86
+ 0: "0 \xD8\xAB\xD8\xA7\xD9\x86\xDB\x8C\xD9\x87 \xD9\x82\xD8\xA8\xD9\x84"
87
+ 1: "1 \xD8\xAB\xD8\xA7\xD9\x86\xDB\x8C\xD9\x87 \xD9\x82\xD8\xA8\xD9\x84"
88
+ :other: "{0} \xD8\xAB\xD8\xA7\xD9\x86\xDB\x8C\xD9\x87 \xD9\xBE\xDB\x8C\xD8\xB4"
89
+ :week:
90
+ :default:
91
+ :other: "{0} \xD9\x87\xD9\x81\xD8\xAA\xD9\x87"
92
+ :short:
93
+ 0: "0 \xD9\x87\xD9\x81\xD8\xAA\xD9\x87"
94
+ 1: "1 \xD9\x87\xD9\x81\xD8\xAA\xD9\x87"
95
+ :other: "{0} \xD9\x87\xD9\x81\xD8\xAA\xD9\x87"
96
+ :"week-future":
97
+ :default:
98
+ 0: "\xD8\xAF\xD8\xB1 0 \xD9\x87\xD9\x81\xD8\xAA\xD9\x87"
99
+ 1: "\xD8\xAF\xD8\xB1 1 \xD9\x87\xD9\x81\xD8\xAA\xD9\x87"
100
+ :other: "{0} \xD9\x87\xD9\x81\xD8\xAA\xD9\x87 \xD8\xA8\xD8\xB9\xD8\xAF"
101
+ :"week-past":
102
+ :default:
103
+ 0: "0 \xD9\x87\xD9\x81\xD8\xAA\xD9\x87 \xD9\x82\xD8\xA8\xD9\x84"
104
+ 1: "1 \xD9\x87\xD9\x81\xD8\xAA\xD9\x87 \xD9\x82\xD8\xA8\xD9\x84"
105
+ :other: "{0} \xD9\x87\xD9\x81\xD8\xAA\xD9\x87 \xD9\xBE\xDB\x8C\xD8\xB4"
106
+ :year:
107
+ :default:
108
+ :other: "{0} \xD8\xB3\xD8\xA7\xD9\x84"
109
+ :short:
110
+ 0: "0 \xD8\xB3\xD8\xA7\xD9\x84"
111
+ 1: "1 \xD8\xB3\xD8\xA7\xD9\x84"
112
+ :other: "{0} \xD8\xB3\xD8\xA7\xD9\x84"
113
+ :"year-future":
114
+ :default:
115
+ 0: "\xD8\xAF\xD8\xB1 0 \xD8\xB3\xD8\xA7\xD9\x84"
116
+ 1: "\xD8\xAF\xD8\xB1 1 \xD8\xB3\xD8\xA7\xD9\x84"
117
+ :other: "{0} \xD8\xB3\xD8\xA7\xD9\x84 \xD8\xA8\xD8\xB9\xD8\xAF"
118
+ :"year-past":
119
+ :default:
120
+ 0: "0 \xD8\xB3\xD8\xA7\xD9\x84 \xD9\x82\xD8\xA8\xD9\x84"
121
+ 1: "1 \xD8\xB3\xD8\xA7\xD9\x84 \xD9\x82\xD8\xA8\xD9\x84"
122
+ :other: "{0} \xD8\xB3\xD8\xA7\xD9\x84 \xD9\xBE\xDB\x8C\xD8\xB4"
@@ -1,10 +1,10 @@
1
- ---
2
- :fi:
3
- :calendars:
4
- :gregorian:
5
- :days:
6
- :format:
7
- :abbreviated:
1
+ ---
2
+ :fi:
3
+ :calendars:
4
+ :gregorian:
5
+ :days:
6
+ :format:
7
+ :abbreviated:
8
8
  :fri: pe
9
9
  :mon: ma
10
10
  :sat: la
@@ -12,7 +12,7 @@
12
12
  :thu: to
13
13
  :tue: ti
14
14
  :wed: ke
15
- :narrow:
15
+ :narrow:
16
16
  :fri: P
17
17
  :mon: M
18
18
  :sat: L
@@ -20,7 +20,7 @@
20
20
  :thu: T
21
21
  :tue: T
22
22
  :wed: K
23
- :wide:
23
+ :wide:
24
24
  :fri: perjantaina
25
25
  :mon: maanantaina
26
26
  :sat: lauantaina
@@ -28,8 +28,8 @@
28
28
  :thu: torstaina
29
29
  :tue: tiistaina
30
30
  :wed: keskiviikkona
31
- :stand-alone:
32
- :abbreviated:
31
+ :"stand-alone":
32
+ :abbreviated:
33
33
  :fri: pe
34
34
  :mon: ma
35
35
  :sat: la
@@ -37,7 +37,7 @@
37
37
  :thu: to
38
38
  :tue: ti
39
39
  :wed: ke
40
- :narrow:
40
+ :narrow:
41
41
  :fri: P
42
42
  :mon: M
43
43
  :sat: L
@@ -45,7 +45,7 @@
45
45
  :thu: T
46
46
  :tue: T
47
47
  :wed: K
48
- :wide:
48
+ :wide:
49
49
  :fri: perjantai
50
50
  :mon: maanantai
51
51
  :sat: lauantai
@@ -53,18 +53,18 @@
53
53
  :thu: torstai
54
54
  :tue: tiistai
55
55
  :wed: keskiviikko
56
- :eras:
57
- :abbr:
56
+ :eras:
57
+ :abbr:
58
58
  0: eKr.
59
59
  1: jKr.
60
- :name:
61
- 0: ennen Kristuksen syntymää
62
- 1: jälkeen Kristuksen syntymän
63
- :narrow:
60
+ :name:
61
+ 0: "ennen Kristuksen syntym\xC3\xA4\xC3\xA4"
62
+ 1: "j\xC3\xA4lkeen Kristuksen syntym\xC3\xA4n"
63
+ :narrow:
64
64
  0: eK
65
65
  1: jK
66
- :fields:
67
- :day: päivä
66
+ :fields:
67
+ :day: "p\xC3\xA4iv\xC3\xA4"
68
68
  :dayperiod: vuorokaudenaika
69
69
  :era: aikakausi
70
70
  :hour: tunti
@@ -72,43 +72,43 @@
72
72
  :month: kuukausi
73
73
  :second: sekunti
74
74
  :week: viikko
75
- :weekday: viikonpäivä
75
+ :weekday: "viikonp\xC3\xA4iv\xC3\xA4"
76
76
  :year: vuosi
77
- :zone: aikavyöhyke
78
- :formats:
79
- :date:
80
- :default: :calendars.gregorian.formats.date.medium
81
- :full:
77
+ :zone: "aikavy\xC3\xB6hyke"
78
+ :formats:
79
+ :date:
80
+ :default: :"calendars.gregorian.formats.date.medium"
81
+ :full:
82
82
  :pattern: cccc, d. MMMM y
83
- :long:
83
+ :long:
84
84
  :pattern: d. MMMM y
85
- :medium:
85
+ :medium:
86
86
  :pattern: d.M.yyyy
87
- :short:
87
+ :short:
88
88
  :pattern: d.M.yyyy
89
- :datetime:
90
- :default: :calendars.gregorian.formats.datetime.medium
91
- :full:
92
- :pattern: ! '{{date}} {{time}}'
93
- :long:
94
- :pattern: ! '{{date}} {{time}}'
95
- :medium:
96
- :pattern: ! '{{date}} {{time}}'
97
- :short:
98
- :pattern: ! '{{date}} {{time}}'
99
- :time:
100
- :default: :calendars.gregorian.formats.time.medium
101
- :full:
89
+ :datetime:
90
+ :default: :"calendars.gregorian.formats.datetime.medium"
91
+ :full:
92
+ :pattern: "{{date}} {{time}}"
93
+ :long:
94
+ :pattern: "{{date}} {{time}}"
95
+ :medium:
96
+ :pattern: "{{date}} {{time}}"
97
+ :short:
98
+ :pattern: "{{date}} {{time}}"
99
+ :time:
100
+ :default: :"calendars.gregorian.formats.time.medium"
101
+ :full:
102
102
  :pattern: H.mm.ss zzzz
103
- :long:
103
+ :long:
104
104
  :pattern: H.mm.ss z
105
- :medium:
105
+ :medium:
106
106
  :pattern: H.mm.ss
107
- :short:
107
+ :short:
108
108
  :pattern: H.mm
109
- :months:
110
- :format:
111
- :abbreviated:
109
+ :months:
110
+ :format:
111
+ :abbreviated:
112
112
  1: tammikuuta
113
113
  10: lokakuuta
114
114
  11: marraskuuta
@@ -117,11 +117,11 @@
117
117
  3: maaliskuuta
118
118
  4: huhtikuuta
119
119
  5: toukokuuta
120
- 6: kesäkuuta
121
- 7: heinäkuuta
120
+ 6: "kes\xC3\xA4kuuta"
121
+ 7: "hein\xC3\xA4kuuta"
122
122
  8: elokuuta
123
123
  9: syyskuuta
124
- :narrow:
124
+ :narrow:
125
125
  1: T
126
126
  10: L
127
127
  11: M
@@ -134,7 +134,7 @@
134
134
  7: H
135
135
  8: E
136
136
  9: S
137
- :wide:
137
+ :wide:
138
138
  1: tammikuuta
139
139
  10: lokakuuta
140
140
  11: marraskuuta
@@ -143,12 +143,12 @@
143
143
  3: maaliskuuta
144
144
  4: huhtikuuta
145
145
  5: toukokuuta
146
- 6: kesäkuuta
147
- 7: heinäkuuta
146
+ 6: "kes\xC3\xA4kuuta"
147
+ 7: "hein\xC3\xA4kuuta"
148
148
  8: elokuuta
149
149
  9: syyskuuta
150
- :stand-alone:
151
- :abbreviated:
150
+ :"stand-alone":
151
+ :abbreviated:
152
152
  1: tammi
153
153
  10: loka
154
154
  11: marras
@@ -157,11 +157,11 @@
157
157
  3: maalis
158
158
  4: huhti
159
159
  5: touko
160
- 6: kesä
161
- 7: heinä
160
+ 6: "kes\xC3\xA4"
161
+ 7: "hein\xC3\xA4"
162
162
  8: elo
163
163
  9: syys
164
- :narrow:
164
+ :narrow:
165
165
  1: T
166
166
  10: L
167
167
  11: M
@@ -174,7 +174,7 @@
174
174
  7: H
175
175
  8: E
176
176
  9: S
177
- :wide:
177
+ :wide:
178
178
  1: tammikuu
179
179
  10: lokakuu
180
180
  11: marraskuu
@@ -183,55 +183,55 @@
183
183
  3: maaliskuu
184
184
  4: huhtikuu
185
185
  5: toukokuu
186
- 6: kesäkuu
187
- 7: heinäkuu
186
+ 6: "kes\xC3\xA4kuu"
187
+ 7: "hein\xC3\xA4kuu"
188
188
  8: elokuu
189
189
  9: syyskuu
190
- :periods:
191
- :format:
192
- :abbreviated:
190
+ :periods:
191
+ :format:
192
+ :abbreviated:
193
193
  :am: ap.
194
194
  :pm: ip.
195
- :narrow:
195
+ :narrow:
196
196
  :am: ap.
197
197
  :pm: ip.
198
- :wide:
198
+ :wide:
199
199
  :am: ap.
200
200
  :pm: ip.
201
- :stand-alone:
202
- :wide:
201
+ :"stand-alone":
202
+ :wide:
203
203
  :am: ap.
204
204
  :pm: ip.
205
- :quarters:
206
- :format:
207
- :abbreviated:
205
+ :quarters:
206
+ :format:
207
+ :abbreviated:
208
208
  1: 1. nelj.
209
209
  2: 2. nelj.
210
210
  3: 3. nelj.
211
211
  4: 4. nelj.
212
- :narrow:
212
+ :narrow:
213
213
  1: 1
214
214
  2: 2
215
215
  3: 3
216
216
  4: 4
217
- :wide:
218
- 1: 1. neljännes
219
- 2: 2. neljännes
220
- 3: 3. neljännes
221
- 4: 4. neljännes
222
- :stand-alone:
223
- :abbreviated:
217
+ :wide:
218
+ 1: "1. nelj\xC3\xA4nnes"
219
+ 2: "2. nelj\xC3\xA4nnes"
220
+ 3: "3. nelj\xC3\xA4nnes"
221
+ 4: "4. nelj\xC3\xA4nnes"
222
+ :"stand-alone":
223
+ :abbreviated:
224
224
  1: 1. nelj.
225
225
  2: 2. nelj.
226
226
  3: 3. nelj.
227
227
  4: 4. nelj.
228
- :narrow:
228
+ :narrow:
229
229
  1: 1
230
230
  2: 2
231
231
  3: 3
232
232
  4: 4
233
- :wide:
234
- 1: 1. neljännes
235
- 2: 2. neljännes
236
- 3: 3. neljännes
237
- 4: 4. neljännes
233
+ :wide:
234
+ 1: "1. nelj\xC3\xA4nnes"
235
+ 2: "2. nelj\xC3\xA4nnes"
236
+ 3: "3. nelj\xC3\xA4nnes"
237
+ 4: "4. nelj\xC3\xA4nnes"