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,136 +1,136 @@
1
- ---
2
- :fi:
3
- :units:
4
- :day:
5
- :default:
6
- :one: ! '{0} päivä'
7
- :other: ! '{0} päivää'
8
- :short:
9
- :one: ! '{0} pv'
10
- :other: ! '{0} pv'
11
- :day-future:
12
- :default:
13
- 0: alle päivän päästä
14
- 1: päivän päästä
15
- :one: ! '{0} päivän päästä'
16
- :other: ! '{0} päivän päästä'
17
- :day-past:
18
- :default:
19
- 0: alle päivä sitten
20
- 1: päivä sitten
21
- :one: ! '{0} päivä sitten'
22
- :other: ! '{0} päivää sitten'
23
- :hour:
24
- :default:
25
- :one: ! '{0} tunti'
26
- :other: ! '{0} tuntia'
27
- :short:
28
- :one: ! '{0} t'
29
- :other: ! '{0} t'
30
- :hour-future:
31
- :default:
32
- 0: alle tunnin päästä
33
- 1: tunnin päästä
34
- :one: ! '{0} tunnin päästä'
35
- :other: ! '{0} tunnin päästä'
36
- :hour-past:
37
- :default:
1
+ ---
2
+ :fi:
3
+ :units:
4
+ :day:
5
+ :default:
6
+ :one: "{0} p\xC3\xA4iv\xC3\xA4"
7
+ :other: "{0} p\xC3\xA4iv\xC3\xA4\xC3\xA4"
8
+ :short:
9
+ :one: "{0} pv"
10
+ :other: "{0} pv"
11
+ :"day-future":
12
+ :default:
13
+ 0: "alle p\xC3\xA4iv\xC3\xA4n p\xC3\xA4\xC3\xA4st\xC3\xA4"
14
+ 1: "p\xC3\xA4iv\xC3\xA4n p\xC3\xA4\xC3\xA4st\xC3\xA4"
15
+ :one: "{0} p\xC3\xA4iv\xC3\xA4n p\xC3\xA4\xC3\xA4st\xC3\xA4"
16
+ :other: "{0} p\xC3\xA4iv\xC3\xA4n p\xC3\xA4\xC3\xA4st\xC3\xA4"
17
+ :"day-past":
18
+ :default:
19
+ 0: "alle p\xC3\xA4iv\xC3\xA4 sitten"
20
+ 1: "p\xC3\xA4iv\xC3\xA4 sitten"
21
+ :one: "{0} p\xC3\xA4iv\xC3\xA4 sitten"
22
+ :other: "{0} p\xC3\xA4iv\xC3\xA4\xC3\xA4 sitten"
23
+ :hour:
24
+ :default:
25
+ :one: "{0} tunti"
26
+ :other: "{0} tuntia"
27
+ :short:
28
+ :one: "{0} t"
29
+ :other: "{0} t"
30
+ :"hour-future":
31
+ :default:
32
+ 0: "alle tunnin p\xC3\xA4\xC3\xA4st\xC3\xA4"
33
+ 1: "tunnin p\xC3\xA4\xC3\xA4st\xC3\xA4"
34
+ :one: "{0} tunnin p\xC3\xA4\xC3\xA4st\xC3\xA4"
35
+ :other: "{0} tunnin p\xC3\xA4\xC3\xA4st\xC3\xA4"
36
+ :"hour-past":
37
+ :default:
38
38
  0: alle tunti sitten
39
39
  1: tunti sitten
40
- :one: ! '{0} tunti sitten'
41
- :other: ! '{0} tuntia sitten'
42
- :minute:
43
- :default:
44
- :one: ! '{0} minuutti'
45
- :other: ! '{0} minuuttia'
46
- :short:
47
- :one: ! '{0} min'
48
- :other: ! '{0} min'
49
- :minute-future:
50
- :default:
51
- 0: alle minuutin päästä
52
- 1: minuutin päästä
53
- :one: ! '{0} minuutin päästä'
54
- :other: ! '{0} minuutin päästä'
55
- :minute-past:
56
- :default:
40
+ :one: "{0} tunti sitten"
41
+ :other: "{0} tuntia sitten"
42
+ :minute:
43
+ :default:
44
+ :one: "{0} minuutti"
45
+ :other: "{0} minuuttia"
46
+ :short:
47
+ :one: "{0} min"
48
+ :other: "{0} min"
49
+ :"minute-future":
50
+ :default:
51
+ 0: "alle minuutin p\xC3\xA4\xC3\xA4st\xC3\xA4"
52
+ 1: "minuutin p\xC3\xA4\xC3\xA4st\xC3\xA4"
53
+ :one: "{0} minuutin p\xC3\xA4\xC3\xA4st\xC3\xA4"
54
+ :other: "{0} minuutin p\xC3\xA4\xC3\xA4st\xC3\xA4"
55
+ :"minute-past":
56
+ :default:
57
57
  0: alle minuutti sitten
58
58
  1: minuutti sitten
59
- :one: ! '{0} minuutti sitten'
60
- :other: ! '{0} minuuttia sitten'
61
- :month:
62
- :default:
63
- :one: ! '{0} kuukausi'
64
- :other: ! '{0} kuukautta'
65
- :short:
66
- :one: ! '{0} kk'
67
- :other: ! '{0} kk'
68
- :month-future:
69
- :default:
70
- 0: alle kuukauden päästä
71
- 1: kuukauden päästä
72
- :one: ! '{0} kuukauden päästä'
73
- :other: ! '{0} kuukauden päästä'
74
- :month-past:
75
- :default:
59
+ :one: "{0} minuutti sitten"
60
+ :other: "{0} minuuttia sitten"
61
+ :month:
62
+ :default:
63
+ :one: "{0} kuukausi"
64
+ :other: "{0} kuukautta"
65
+ :short:
66
+ :one: "{0} kk"
67
+ :other: "{0} kk"
68
+ :"month-future":
69
+ :default:
70
+ 0: "alle kuukauden p\xC3\xA4\xC3\xA4st\xC3\xA4"
71
+ 1: "kuukauden p\xC3\xA4\xC3\xA4st\xC3\xA4"
72
+ :one: "{0} kuukauden p\xC3\xA4\xC3\xA4st\xC3\xA4"
73
+ :other: "{0} kuukauden p\xC3\xA4\xC3\xA4st\xC3\xA4"
74
+ :"month-past":
75
+ :default:
76
76
  0: alle kuukausi sitten
77
77
  1: kuukausi sitten
78
- :one: ! '{0} kuukausi sitten'
79
- :other: ! '{0} kuukautta sitten'
80
- :second:
81
- :default:
82
- :one: ! '{0} sekunti'
83
- :other: ! '{0} sekuntia'
84
- :short:
85
- :one: ! '{0} s'
86
- :other: ! '{0} s'
87
- :second-future:
88
- :default:
89
- 0: alle sekunnin päästä
90
- 1: sekunnin päästä
91
- :one: ! '{0} sekunnin päästä'
92
- :other: ! '{0} sekunnin päästä'
93
- :second-past:
94
- :default:
78
+ :one: "{0} kuukausi sitten"
79
+ :other: "{0} kuukautta sitten"
80
+ :second:
81
+ :default:
82
+ :one: "{0} sekunti"
83
+ :other: "{0} sekuntia"
84
+ :short:
85
+ :one: "{0} s"
86
+ :other: "{0} s"
87
+ :"second-future":
88
+ :default:
89
+ 0: "alle sekunnin p\xC3\xA4\xC3\xA4st\xC3\xA4"
90
+ 1: "sekunnin p\xC3\xA4\xC3\xA4st\xC3\xA4"
91
+ :one: "{0} sekunnin p\xC3\xA4\xC3\xA4st\xC3\xA4"
92
+ :other: "{0} sekunnin p\xC3\xA4\xC3\xA4st\xC3\xA4"
93
+ :"second-past":
94
+ :default:
95
95
  0: alle sekunti sitten
96
96
  1: sekunti sitten
97
- :one: ! '{0} sekunti sitten'
98
- :other: ! '{0} sekuntia sitten'
99
- :week:
100
- :default:
101
- :one: ! '{0} viikko'
102
- :other: ! '{0} viikkoa'
103
- :short:
104
- :one: ! '{0} vk'
105
- :other: ! '{0} vk'
106
- :week-future:
107
- :default:
108
- 0: alle viikon päästä
109
- 1: viikon päästä
110
- :one: ! '{0} viikon päästä'
111
- :other: ! '{0} viikon päästä'
112
- :week-past:
113
- :default:
97
+ :one: "{0} sekunti sitten"
98
+ :other: "{0} sekuntia sitten"
99
+ :week:
100
+ :default:
101
+ :one: "{0} viikko"
102
+ :other: "{0} viikkoa"
103
+ :short:
104
+ :one: "{0} vk"
105
+ :other: "{0} vk"
106
+ :"week-future":
107
+ :default:
108
+ 0: "alle viikon p\xC3\xA4\xC3\xA4st\xC3\xA4"
109
+ 1: "viikon p\xC3\xA4\xC3\xA4st\xC3\xA4"
110
+ :one: "{0} viikon p\xC3\xA4\xC3\xA4st\xC3\xA4"
111
+ :other: "{0} viikon p\xC3\xA4\xC3\xA4st\xC3\xA4"
112
+ :"week-past":
113
+ :default:
114
114
  0: alle viikko sitten
115
115
  1: viikko sitten
116
- :one: ! '{0} viikko sitten'
117
- :other: ! '{0} viikkoa sitten'
118
- :year:
119
- :default:
120
- :one: ! '{0} vuosi'
121
- :other: ! '{0} vuotta'
122
- :short:
123
- :one: ! '{0} v'
124
- :other: ! '{0} v'
125
- :year-future:
126
- :default:
127
- 0: alle vuoden päästä
128
- 1: vuoden päästä
129
- :one: ! '{0} vuoden päästä'
130
- :other: ! '{0} vuoden päästä'
131
- :year-past:
132
- :default:
116
+ :one: "{0} viikko sitten"
117
+ :other: "{0} viikkoa sitten"
118
+ :year:
119
+ :default:
120
+ :one: "{0} vuosi"
121
+ :other: "{0} vuotta"
122
+ :short:
123
+ :one: "{0} v"
124
+ :other: "{0} v"
125
+ :"year-future":
126
+ :default:
127
+ 0: "alle vuoden p\xC3\xA4\xC3\xA4st\xC3\xA4"
128
+ 1: "vuoden p\xC3\xA4\xC3\xA4st\xC3\xA4"
129
+ :one: "{0} vuoden p\xC3\xA4\xC3\xA4st\xC3\xA4"
130
+ :other: "{0} vuoden p\xC3\xA4\xC3\xA4st\xC3\xA4"
131
+ :"year-past":
132
+ :default:
133
133
  0: alle vuosi sitten
134
134
  1: vuosi sitten
135
- :one: ! '{0} vuosi sitten'
136
- :other: ! '{0} vuotta sitten'
135
+ :one: "{0} vuosi sitten"
136
+ :other: "{0} vuotta sitten"
@@ -1,10 +1,10 @@
1
- ---
2
- :fil:
3
- :calendars:
4
- :gregorian:
5
- :days:
6
- :format:
7
- :abbreviated:
1
+ ---
2
+ :fil:
3
+ :calendars:
4
+ :gregorian:
5
+ :days:
6
+ :format:
7
+ :abbreviated:
8
8
  :fri: Bye
9
9
  :mon: Lun
10
10
  :sat: Sab
@@ -12,8 +12,8 @@
12
12
  :thu: Huw
13
13
  :tue: Mar
14
14
  :wed: Mye
15
- :narrow: :calendars.gregorian.days.stand-alone.narrow
16
- :wide:
15
+ :narrow: :"calendars.gregorian.days.stand-alone.narrow"
16
+ :wide:
17
17
  :fri: Biyernes
18
18
  :mon: Lunes
19
19
  :sat: Sabado
@@ -21,11 +21,11 @@
21
21
  :thu: Huwebes
22
22
  :tue: Martes
23
23
  :wed: Miyerkules
24
- :stand-alone:
25
- :abbreviated:
24
+ :"stand-alone":
25
+ :abbreviated:
26
26
  :fri: Biy
27
27
  :wed: Miy
28
- :narrow:
28
+ :narrow:
29
29
  :fri: B
30
30
  :mon: L
31
31
  :sat: S
@@ -33,16 +33,16 @@
33
33
  :thu: H
34
34
  :tue: M
35
35
  :wed: M
36
- :wide: :calendars.gregorian.days.format.wide
37
- :eras:
38
- :abbr:
36
+ :wide: :"calendars.gregorian.days.format.wide"
37
+ :eras:
38
+ :abbr:
39
39
  0: BC
40
40
  1: AD
41
- :name:
42
- 0: ''
43
- :narrow:
44
- 0: ''
45
- :fields:
41
+ :name:
42
+ 0: ""
43
+ :narrow:
44
+ 0: ""
45
+ :fields:
46
46
  :day: Araw
47
47
  :dayperiod: Dayperiod
48
48
  :era: Era
@@ -54,40 +54,40 @@
54
54
  :weekday: Araw ng Linggo
55
55
  :year: Taon
56
56
  :zone: Zone
57
- :formats:
58
- :date:
59
- :default: :calendars.gregorian.formats.date.medium
60
- :full:
57
+ :formats:
58
+ :date:
59
+ :default: :"calendars.gregorian.formats.date.medium"
60
+ :full:
61
61
  :pattern: EEEE, MMMM dd y
62
- :long:
62
+ :long:
63
63
  :pattern: MMMM d, y
64
- :medium:
64
+ :medium:
65
65
  :pattern: MMM d, y
66
- :short:
66
+ :short:
67
67
  :pattern: M/d/yy
68
- :datetime:
69
- :default: :calendars.gregorian.formats.datetime.medium
70
- :full:
71
- :pattern: ! '{{date}} {{time}}'
72
- :long:
73
- :pattern: ! '{{date}} {{time}}'
74
- :medium:
75
- :pattern: ! '{{date}} {{time}}'
76
- :short:
77
- :pattern: ! '{{date}} {{time}}'
78
- :time:
79
- :default: :calendars.gregorian.formats.time.medium
80
- :full:
68
+ :datetime:
69
+ :default: :"calendars.gregorian.formats.datetime.medium"
70
+ :full:
71
+ :pattern: "{{date}} {{time}}"
72
+ :long:
73
+ :pattern: "{{date}} {{time}}"
74
+ :medium:
75
+ :pattern: "{{date}} {{time}}"
76
+ :short:
77
+ :pattern: "{{date}} {{time}}"
78
+ :time:
79
+ :default: :"calendars.gregorian.formats.time.medium"
80
+ :full:
81
81
  :pattern: HH:mm:ss zzzz
82
- :long:
82
+ :long:
83
83
  :pattern: HH:mm:ss z
84
- :medium:
84
+ :medium:
85
85
  :pattern: HH:mm:ss
86
- :short:
86
+ :short:
87
87
  :pattern: HH:mm
88
- :months:
89
- :format:
90
- :abbreviated:
88
+ :months:
89
+ :format:
90
+ :abbreviated:
91
91
  1: Ene
92
92
  10: Okt
93
93
  11: Nob
@@ -100,8 +100,8 @@
100
100
  7: Hul
101
101
  8: Ago
102
102
  9: Set
103
- :narrow: :calendars.gregorian.months.stand-alone.narrow
104
- :wide:
103
+ :narrow: :"calendars.gregorian.months.stand-alone.narrow"
104
+ :wide:
105
105
  1: Enero
106
106
  10: Oktubre
107
107
  11: Nobyembre
@@ -114,9 +114,9 @@
114
114
  7: Hulyo
115
115
  8: Agosto
116
116
  9: Setyembre
117
- :stand-alone:
118
- :abbreviated: :calendars.gregorian.months.format.abbreviated
119
- :narrow:
117
+ :"stand-alone":
118
+ :abbreviated: :"calendars.gregorian.months.format.abbreviated"
119
+ :narrow:
120
120
  1: E
121
121
  10: O
122
122
  11: N
@@ -129,48 +129,49 @@
129
129
  7: H
130
130
  8: A
131
131
  9: S
132
- :wide: :calendars.gregorian.months.format.wide
133
- :periods:
134
- :format:
135
- :abbreviated:
132
+ :wide: :"calendars.gregorian.months.format.wide"
133
+ :periods:
134
+ :format:
135
+ :abbreviated:
136
136
  :am: AM
137
137
  :pm: PM
138
- :narrow:
138
+ :narrow:
139
139
  :am: a
140
140
  :pm: p
141
- :wide:
141
+ :wide:
142
142
  :am: AM
143
143
  :pm: PM
144
- :stand-alone: {}
145
- :quarters:
146
- :format:
147
- :abbreviated:
144
+ :"stand-alone": {}
145
+
146
+ :quarters:
147
+ :format:
148
+ :abbreviated:
148
149
  1: Q1
149
150
  2: Q2
150
151
  3: Q3
151
152
  4: Q4
152
- :narrow:
153
+ :narrow:
153
154
  1: 1
154
155
  2: 2
155
156
  3: 3
156
157
  4: 4
157
- :wide:
158
+ :wide:
158
159
  1: ika-1 sangkapat
159
160
  2: ika-2 sangkapat
160
161
  3: ika-3 quarter
161
162
  4: ika-4 na quarter
162
- :stand-alone:
163
- :abbreviated:
163
+ :"stand-alone":
164
+ :abbreviated:
164
165
  1: Q1
165
166
  2: Q2
166
167
  3: Q3
167
168
  4: Q4
168
- :narrow:
169
+ :narrow:
169
170
  1: 1
170
171
  2: 2
171
172
  3: 3
172
173
  4: 4
173
- :wide:
174
+ :wide:
174
175
  1: ika-1 sangkapat
175
176
  2: ika-2 quarter
176
177
  3: ika-3 sangkapat
@@ -1,6 +1,6 @@
1
- ---
2
- :fil:
3
- :languages:
1
+ ---
2
+ :fil:
3
+ :languages:
4
4
  :ab: Abkhazian
5
5
  :af: Afrikaans
6
6
  :am: Amharic
@@ -20,21 +20,21 @@
20
20
  :cy: Welsh
21
21
  :da: Danish
22
22
  :de: Aleman
23
- :de-AT: Austrian German
24
- :de-CH: Swiss High German
23
+ :"de-AT": Austrian German
24
+ :"de-CH": Swiss High German
25
25
  :dv: Divehi
26
26
  :dz: Dzongkha
27
27
  :efi: Efik
28
28
  :el: Griyego
29
29
  :en: Ingles
30
- :en-AU: Ingles sa Australia
31
- :en-CA: Canadian English
32
- :en-GB: Ingles (UK)
33
- :en-US: Ingles sa U.S.
30
+ :"en-AU": Ingles sa Australia
31
+ :"en-CA": Canadian English
32
+ :"en-GB": Ingles (UK)
33
+ :"en-US": Ingles sa U.S.
34
34
  :eo: Esperanto
35
35
  :es: Espanyol
36
- :es-419: Espanyol sa Latin America
37
- :es-ES: Espanyol sa Iberia
36
+ :"es-419": Espanyol sa Latin America
37
+ :"es-ES": Espanyol sa Iberia
38
38
  :et: Estonian
39
39
  :eu: Basque
40
40
  :fa: Persian
@@ -43,8 +43,8 @@
43
43
  :fj: Fijian
44
44
  :fo: Faroeso
45
45
  :fr: Pranses
46
- :fr-CA: Canadian French
47
- :fr-CH: Swiss French
46
+ :"fr-CA": Canadian French
47
+ :"fr-CH": Swiss French
48
48
  :fy: Western Frisian
49
49
  :ga: Irish
50
50
  :gd: Scots Gaelic
@@ -91,11 +91,11 @@
91
91
  :ms: Malay
92
92
  :mt: Maltese
93
93
  :my: Burmese
94
- :nb: Norwegian Bokmål
94
+ :nb: "Norwegian Bokm\xC3\xA5l"
95
95
  :nd: North Ndebele
96
96
  :ne: Nepali
97
97
  :nl: Olandes
98
- :nl-BE: Flemish
98
+ :"nl-BE": Flemish
99
99
  :nn: Norwegian Nynorsk
100
100
  :no: Norwegian
101
101
  :nso: Northern Sotho
@@ -107,8 +107,8 @@
107
107
  :pl: Polish
108
108
  :ps: Pushto
109
109
  :pt: Portuges
110
- :pt-BR: Portuges sa Brazil
111
- :pt-PT: Portuges sa Iberia
110
+ :"pt-BR": Portuges sa Brazil
111
+ :"pt-PT": Portuges sa Iberia
112
112
  :qu: Quechua
113
113
  :rm: Rhaeto-Romance
114
114
  :rn: Rundi
@@ -163,7 +163,7 @@
163
163
  :yo: Yoruba
164
164
  :yue: Cantonese
165
165
  :zh: Chinese
166
- :zh-Hans: Chinese (pinasimple)
167
- :zh-Hant: Chinese (tradisyunal)
166
+ :"zh-Hans": Chinese (pinasimple)
167
+ :"zh-Hant": Chinese (tradisyunal)
168
168
  :zu: Zulu
169
169
  :zxx: Walang nilalamang linguistic
@@ -0,0 +1,5 @@
1
+ ---
2
+ :fil:
3
+ :layout:
4
+ :orientation: {}
5
+
@@ -0,0 +1,7 @@
1
+ ---
2
+ :fil:
3
+ :lists:
4
+ 2: "{0} at {1}"
5
+ :end: "{0} at {1}"
6
+ :middle: "{0}, {1}"
7
+ :start: "{0}, {1}"
@@ -1,17 +1,17 @@
1
- ---
2
- :fil:
3
- :numbers:
4
- :formats:
5
- :currency:
6
- :patterns:
7
- :default: ¤ #,##0.00
8
- :unit:
9
- :one: ! '{0} {1}'
10
- :other: ! '{0} {1}'
11
- :decimal:
12
- :patterns:
13
- :default: ! '#,##0.###'
14
- :short:
1
+ ---
2
+ :fil:
3
+ :numbers:
4
+ :formats:
5
+ :currency:
6
+ :patterns:
7
+ :default: "\xC2\xA4\xC2\xA0#,##0.00"
8
+ :unit:
9
+ :one: "{0} {1}"
10
+ :other: "{0} {1}"
11
+ :decimal:
12
+ :patterns:
13
+ :default: "#,##0.###"
14
+ :short:
15
15
  1000: 0.0K
16
16
  10000: 00K
17
17
  100000: 000K
@@ -24,21 +24,21 @@
24
24
  1000000000000: 0.0T
25
25
  10000000000000: 00T
26
26
  100000000000000: 000T
27
- :percent:
28
- :patterns:
29
- :default: ! '#,##0%'
30
- :scientific:
31
- :patterns:
32
- :default: ! '#E0'
33
- :symbols:
34
- :alias: ''
27
+ :percent:
28
+ :patterns:
29
+ :default: "#,##0%"
30
+ :scientific:
31
+ :patterns:
32
+ :default: "#E0"
33
+ :symbols:
34
+ :alias: ""
35
35
  :decimal: .
36
36
  :exponential: E
37
- :group: ! ','
38
- :infinity:
37
+ :group: ","
38
+ :infinity: "\xE2\x88\x9E"
39
39
  :list: ;
40
- :minus_sign: ! '-'
40
+ :minus_sign: "-"
41
41
  :nan: NaN
42
- :per_mille:
43
- :percent_sign: ! '%'
42
+ :per_mille: "\xE2\x80\xB0"
43
+ :percent_sign: "%"
44
44
  :plus_sign: +
@@ -1,3 +1,2 @@
1
- ---
2
- :fil: ! '{ :fil => { :i18n => {:plural => { :keys => [:one, :other], :rule => lambda
3
- { |n| [0, 1].include?(n) ? :one : :other } } } } }'
1
+ ---
2
+ :fil: "{ :fil => { :i18n => {:plural => { :keys => [:one, :other], :rule => lambda { |n| [0, 1].include?(n) ? :one : :other } } } } }"