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
+ :cs:
3
+ :layout:
4
+ :orientation: {}
5
+
@@ -0,0 +1,7 @@
1
+ ---
2
+ :cs:
3
+ :lists:
4
+ 2: "{0} a {1}"
5
+ :end: "{0} a {1}"
6
+ :middle: "{0}, {1}"
7
+ :start: "{0}, {1}"
@@ -1,45 +1,45 @@
1
- ---
2
- :cs:
3
- :numbers:
4
- :formats:
5
- :currency:
6
- :patterns:
7
- :default: ! '#,##0.00 ¤'
8
- :unit:
9
- :few: ! '{0} {1}'
10
- :one: ! '{0} {1}'
11
- :other: ! '{0} {1}'
12
- :decimal:
13
- :patterns:
14
- :default: ! '#,##0.###'
15
- :short:
16
- 1000: 0.0 tis'.'
17
- 10000: 00 tis'.'
18
- 100000: 000 tis'.'
19
- 1000000: 0.0 mil'.'
20
- 10000000: 00 mil'.'
21
- 100000000: 000 mil'.'
22
- 1000000000: 0.0 mld'.'
23
- 10000000000: 00 mld'.'
24
- 100000000000: 000 mld'.'
25
- 1000000000000: 0.0 bil'.'
26
- 10000000000000: 00 bil'.'
27
- 100000000000000: 000 bil'.'
28
- :percent:
29
- :patterns:
30
- :default: ! '#,##0 %'
31
- :scientific:
32
- :patterns:
33
- :default: ! '#E0'
34
- :symbols:
35
- :alias: ''
36
- :decimal: ! ','
1
+ ---
2
+ :cs:
3
+ :numbers:
4
+ :formats:
5
+ :currency:
6
+ :patterns:
7
+ :default: "#,##0.00\xC2\xA0\xC2\xA4"
8
+ :unit:
9
+ :few: "{0} {1}"
10
+ :one: "{0} {1}"
11
+ :other: "{0} {1}"
12
+ :decimal:
13
+ :patterns:
14
+ :default: "#,##0.###"
15
+ :short:
16
+ 1000: "0.0\xC2\xA0tis'.'"
17
+ 10000: "00\xC2\xA0tis'.'"
18
+ 100000: "000\xC2\xA0tis'.'"
19
+ 1000000: "0.0\xC2\xA0mil'.'"
20
+ 10000000: "00\xC2\xA0mil'.'"
21
+ 100000000: "000\xC2\xA0mil'.'"
22
+ 1000000000: "0.0\xC2\xA0mld'.'"
23
+ 10000000000: "00\xC2\xA0mld'.'"
24
+ 100000000000: "000\xC2\xA0mld'.'"
25
+ 1000000000000: "0.0\xC2\xA0bil'.'"
26
+ 10000000000000: "00\xC2\xA0bil'.'"
27
+ 100000000000000: "000\xC2\xA0bil'.'"
28
+ :percent:
29
+ :patterns:
30
+ :default: "#,##0\xC2\xA0%"
31
+ :scientific:
32
+ :patterns:
33
+ :default: "#E0"
34
+ :symbols:
35
+ :alias: ""
36
+ :decimal: ","
37
37
  :exponential: E
38
- :group:  
39
- :infinity:
38
+ :group: "\xC2\xA0"
39
+ :infinity: "\xE2\x88\x9E"
40
40
  :list: ;
41
- :minus_sign: ! '-'
41
+ :minus_sign: "-"
42
42
  :nan: NaN
43
- :per_mille:
44
- :percent_sign: ! '%'
43
+ :per_mille: "\xE2\x80\xB0"
44
+ :percent_sign: "%"
45
45
  :plus_sign: +
@@ -1,3 +1,2 @@
1
- ---
2
- :cs: ! '{ :cs => { :i18n => {:plural => { :keys => [:one, :few, :other], :rule =>
3
- lambda { |n| n == 1 ? :one : [2, 3, 4].include?(n) ? :few : :other } } } } }'
1
+ ---
2
+ :cs: "{ :cs => { :i18n => {:plural => { :keys => [:one, :few, :other], :rule => lambda { |n| n == 1 ? :one : [2, 3, 4].include?(n) ? :few : :other } } } } }"
@@ -1,164 +1,164 @@
1
- ---
2
- :cs:
3
- :units:
4
- :day:
5
- :default:
6
- :few: ! '{0} dny'
7
- :one: ! '{0} den'
8
- :other: ! '{0} dní'
9
- :short:
10
- :few: ! '{0} dny'
11
- :one: ! '{0} den'
12
- :other: ! '{0} dní'
13
- :day-future:
14
- :default:
15
- 0: za 0 dní
1
+ ---
2
+ :cs:
3
+ :units:
4
+ :day:
5
+ :default:
6
+ :few: "{0} dny"
7
+ :one: "{0} den"
8
+ :other: "{0} dn\xC3\xAD"
9
+ :short:
10
+ :few: "{0} dny"
11
+ :one: "{0} den"
12
+ :other: "{0} dn\xC3\xAD"
13
+ :"day-future":
14
+ :default:
15
+ 0: "za 0 dn\xC3\xAD"
16
16
  1: za 1 den
17
17
  :few: za {0} dny
18
18
  :one: za {0} den
19
- :other: za {0} dní
20
- :day-past:
21
- :default:
22
- 0: před 0 dny
23
- 1: před 1 dnem
24
- :few: před {0} dny
25
- :one: před {0} dnem
26
- :other: před {0} dny
27
- :hour:
28
- :default:
29
- :few: ! '{0} hodiny'
30
- :one: ! '{0} hodina'
31
- :other: ! '{0} hodin'
32
- :short:
33
- :few: ! '{0} hod.'
34
- :one: ! '{0} hod.'
35
- :other: ! '{0} hod.'
36
- :hour-future:
37
- :default:
19
+ :other: "za {0} dn\xC3\xAD"
20
+ :"day-past":
21
+ :default:
22
+ 0: "p\xC5\x99ed 0 dny"
23
+ 1: "p\xC5\x99ed 1 dnem"
24
+ :few: "p\xC5\x99ed {0} dny"
25
+ :one: "p\xC5\x99ed {0} dnem"
26
+ :other: "p\xC5\x99ed {0} dny"
27
+ :hour:
28
+ :default:
29
+ :few: "{0} hodiny"
30
+ :one: "{0} hodina"
31
+ :other: "{0} hodin"
32
+ :short:
33
+ :few: "{0} hod."
34
+ :one: "{0} hod."
35
+ :other: "{0} hod."
36
+ :"hour-future":
37
+ :default:
38
38
  0: za 0 hodin
39
39
  1: za 1 hodinu
40
40
  :few: za {0} hodiny
41
41
  :one: za {0} hodinu
42
42
  :other: za {0} hodin
43
- :hour-past:
44
- :default:
45
- 0: před 0 hodinami
46
- 1: před 1 hodinou
47
- :few: před {0} hodinami
48
- :one: před {0} hodinou
49
- :other: před {0} hodinami
50
- :minute:
51
- :default:
52
- :few: ! '{0} minuty'
53
- :one: ! '{0} minuta'
54
- :other: ! '{0} minut'
55
- :short:
56
- :few: ! '{0} min.'
57
- :one: ! '{0} min.'
58
- :other: ! '{0} min.'
59
- :minute-future:
60
- :default:
43
+ :"hour-past":
44
+ :default:
45
+ 0: "p\xC5\x99ed 0 hodinami"
46
+ 1: "p\xC5\x99ed 1 hodinou"
47
+ :few: "p\xC5\x99ed {0} hodinami"
48
+ :one: "p\xC5\x99ed {0} hodinou"
49
+ :other: "p\xC5\x99ed {0} hodinami"
50
+ :minute:
51
+ :default:
52
+ :few: "{0} minuty"
53
+ :one: "{0} minuta"
54
+ :other: "{0} minut"
55
+ :short:
56
+ :few: "{0} min."
57
+ :one: "{0} min."
58
+ :other: "{0} min."
59
+ :"minute-future":
60
+ :default:
61
61
  0: za 0 minut
62
62
  1: za 1 minutu
63
63
  :few: za {0} minuty
64
64
  :one: za {0} minutu
65
65
  :other: za {0} minut
66
- :minute-past:
67
- :default:
68
- 0: před 0 minutami
69
- 1: před 1 minutou
70
- :few: před {0} minutami
71
- :one: před {0} minutou
72
- :other: před {0} minutami
73
- :month:
74
- :default:
75
- :few: ! '{0} měsíce'
76
- :one: ! '{0} měsíc'
77
- :other: ! '{0} měsíců'
78
- :short:
79
- :few: ! '{0} měs.'
80
- :one: ! '{0} měs.'
81
- :other: ! '{0} měs.'
82
- :month-future:
83
- :default:
84
- 0: za 0 měsíců
85
- 1: za 1 měsíc
86
- :few: za {0} měsíce
87
- :one: za {0} měsíc
88
- :other: za {0} měsíců
89
- :month-past:
90
- :default:
91
- 0: před 0 měsíci
92
- 1: před 1 měsícem
93
- :few: před {0} měsíci
94
- :one: před {0} měsícem
95
- :other: před {0} měsíci
96
- :second:
97
- :default:
98
- :few: ! '{0} sekundy'
99
- :one: ! '{0} sekunda'
100
- :other: ! '{0} sekund'
101
- :short:
102
- :few: ! '{0} sek.'
103
- :one: ! '{0} sek.'
104
- :other: ! '{0} sek.'
105
- :second-future:
106
- :default:
66
+ :"minute-past":
67
+ :default:
68
+ 0: "p\xC5\x99ed 0 minutami"
69
+ 1: "p\xC5\x99ed 1 minutou"
70
+ :few: "p\xC5\x99ed {0} minutami"
71
+ :one: "p\xC5\x99ed {0} minutou"
72
+ :other: "p\xC5\x99ed {0} minutami"
73
+ :month:
74
+ :default:
75
+ :few: "{0} m\xC4\x9Bs\xC3\xADce"
76
+ :one: "{0} m\xC4\x9Bs\xC3\xADc"
77
+ :other: "{0} m\xC4\x9Bs\xC3\xADc\xC5\xAF"
78
+ :short:
79
+ :few: "{0} m\xC4\x9Bs."
80
+ :one: "{0} m\xC4\x9Bs."
81
+ :other: "{0} m\xC4\x9Bs."
82
+ :"month-future":
83
+ :default:
84
+ 0: "za 0 m\xC4\x9Bs\xC3\xADc\xC5\xAF"
85
+ 1: "za 1 m\xC4\x9Bs\xC3\xADc"
86
+ :few: "za {0} m\xC4\x9Bs\xC3\xADce"
87
+ :one: "za {0} m\xC4\x9Bs\xC3\xADc"
88
+ :other: "za {0} m\xC4\x9Bs\xC3\xADc\xC5\xAF"
89
+ :"month-past":
90
+ :default:
91
+ 0: "p\xC5\x99ed 0 m\xC4\x9Bs\xC3\xADci"
92
+ 1: "p\xC5\x99ed 1 m\xC4\x9Bs\xC3\xADcem"
93
+ :few: "p\xC5\x99ed {0} m\xC4\x9Bs\xC3\xADci"
94
+ :one: "p\xC5\x99ed {0} m\xC4\x9Bs\xC3\xADcem"
95
+ :other: "p\xC5\x99ed {0} m\xC4\x9Bs\xC3\xADci"
96
+ :second:
97
+ :default:
98
+ :few: "{0} sekundy"
99
+ :one: "{0} sekunda"
100
+ :other: "{0} sekund"
101
+ :short:
102
+ :few: "{0} sek."
103
+ :one: "{0} sek."
104
+ :other: "{0} sek."
105
+ :"second-future":
106
+ :default:
107
107
  0: za 0 sekund
108
108
  1: za 1 sekundu
109
109
  :few: za {0} sekundy
110
110
  :one: za {0} sekundu
111
111
  :other: za {0} sekund
112
- :second-past:
113
- :default:
114
- 0: před 0 sekundami
115
- 1: před 1 sekundou
116
- :few: před {0} sekundami
117
- :one: před {0} sekundou
118
- :other: před {0} sekundami
119
- :week:
120
- :default:
121
- :few: ! '{0} týdny'
122
- :one: ! '{0} týden'
123
- :other: ! '{0} týdnů'
124
- :short:
125
- :few: ! '{0} týd.'
126
- :one: ! '{0} týd.'
127
- :other: ! '{0} týd.'
128
- :week-future:
129
- :default:
130
- 0: za 0 týdnů
131
- 1: za 1 týden
132
- :few: za {0} týdny
133
- :one: za {0} týden
134
- :other: za {0} týdnů
135
- :week-past:
136
- :default:
137
- 0: před 0 týdny
138
- 1: před 1 týdnem
139
- :few: před {0} týdny
140
- :one: před {0} týdnem
141
- :other: před {0} týdny
142
- :year:
143
- :default:
144
- :few: ! '{0} roky'
145
- :one: ! '{0} rok'
146
- :other: ! '{0} let'
147
- :short:
148
- :few: ! '{0} roky'
149
- :one: ! '{0} rok'
150
- :other: ! '{0} let'
151
- :year-future:
152
- :default:
153
- 0: za 0 roků
112
+ :"second-past":
113
+ :default:
114
+ 0: "p\xC5\x99ed 0 sekundami"
115
+ 1: "p\xC5\x99ed 1 sekundou"
116
+ :few: "p\xC5\x99ed {0} sekundami"
117
+ :one: "p\xC5\x99ed {0} sekundou"
118
+ :other: "p\xC5\x99ed {0} sekundami"
119
+ :week:
120
+ :default:
121
+ :few: "{0} t\xC3\xBDdny"
122
+ :one: "{0} t\xC3\xBDden"
123
+ :other: "{0} t\xC3\xBDdn\xC5\xAF"
124
+ :short:
125
+ :few: "{0} t\xC3\xBDd."
126
+ :one: "{0} t\xC3\xBDd."
127
+ :other: "{0} t\xC3\xBDd."
128
+ :"week-future":
129
+ :default:
130
+ 0: "za 0 t\xC3\xBDdn\xC5\xAF"
131
+ 1: "za 1 t\xC3\xBDden"
132
+ :few: "za {0} t\xC3\xBDdny"
133
+ :one: "za {0} t\xC3\xBDden"
134
+ :other: "za {0} t\xC3\xBDdn\xC5\xAF"
135
+ :"week-past":
136
+ :default:
137
+ 0: "p\xC5\x99ed 0 t\xC3\xBDdny"
138
+ 1: "p\xC5\x99ed 1 t\xC3\xBDdnem"
139
+ :few: "p\xC5\x99ed {0} t\xC3\xBDdny"
140
+ :one: "p\xC5\x99ed {0} t\xC3\xBDdnem"
141
+ :other: "p\xC5\x99ed {0} t\xC3\xBDdny"
142
+ :year:
143
+ :default:
144
+ :few: "{0} roky"
145
+ :one: "{0} rok"
146
+ :other: "{0} let"
147
+ :short:
148
+ :few: "{0} roky"
149
+ :one: "{0} rok"
150
+ :other: "{0} let"
151
+ :"year-future":
152
+ :default:
153
+ 0: "za 0 rok\xC5\xAF"
154
154
  1: za 1 rok
155
155
  :few: za {0} roky
156
156
  :one: za {0} rok
157
157
  :other: za {0} let
158
- :year-past:
159
- :default:
160
- 0: před 0 roky
161
- 1: před 1 rokem
162
- :few: před {0} lety
163
- :one: před {0} rokem
164
- :other: před {0} lety
158
+ :"year-past":
159
+ :default:
160
+ 0: "p\xC5\x99ed 0 roky"
161
+ 1: "p\xC5\x99ed 1 rokem"
162
+ :few: "p\xC5\x99ed {0} lety"
163
+ :one: "p\xC5\x99ed {0} rokem"
164
+ :other: "p\xC5\x99ed {0} lety"
@@ -1,29 +1,29 @@
1
- ---
2
- :da:
3
- :calendars:
4
- :gregorian:
5
- :days:
6
- :format:
7
- :abbreviated:
1
+ ---
2
+ :da:
3
+ :calendars:
4
+ :gregorian:
5
+ :days:
6
+ :format:
7
+ :abbreviated:
8
8
  :fri: fre
9
9
  :mon: man
10
- :sat: lør
11
- :sun: søn
10
+ :sat: "l\xC3\xB8r"
11
+ :sun: "s\xC3\xB8n"
12
12
  :thu: tor
13
13
  :tue: tir
14
14
  :wed: ons
15
- :narrow: :calendars.gregorian.days.stand-alone.narrow
16
- :wide:
15
+ :narrow: :"calendars.gregorian.days.stand-alone.narrow"
16
+ :wide:
17
17
  :fri: fredag
18
18
  :mon: mandag
19
- :sat: lørdag
20
- :sun: søndag
19
+ :sat: "l\xC3\xB8rdag"
20
+ :sun: "s\xC3\xB8ndag"
21
21
  :thu: torsdag
22
22
  :tue: tirsdag
23
23
  :wed: onsdag
24
- :stand-alone:
25
- :abbreviated: :calendars.gregorian.days.format.abbreviated
26
- :narrow:
24
+ :"stand-alone":
25
+ :abbreviated: :"calendars.gregorian.days.format.abbreviated"
26
+ :narrow:
27
27
  :fri: F
28
28
  :mon: M
29
29
  :sat: L
@@ -31,63 +31,63 @@
31
31
  :thu: T
32
32
  :tue: T
33
33
  :wed: O
34
- :wide: :calendars.gregorian.days.format.wide
35
- :eras:
36
- :abbr:
34
+ :wide: :"calendars.gregorian.days.format.wide"
35
+ :eras:
36
+ :abbr:
37
37
  0: f.Kr.
38
38
  1: e.Kr.
39
- :name:
39
+ :name:
40
40
  0: f.Kr.
41
41
  1: e.Kr.
42
- :narrow:
42
+ :narrow:
43
43
  0: f.Kr.
44
44
  1: e.Kr.
45
- :fields:
45
+ :fields:
46
46
  :day: dag
47
47
  :dayperiod: dagtid
48
- :era: æra
48
+ :era: "\xC3\xA6ra"
49
49
  :hour: time
50
50
  :minute: minut
51
- :month: måned
51
+ :month: "m\xC3\xA5ned"
52
52
  :second: sekund
53
53
  :week: uge
54
54
  :weekday: ugedag
55
- :year: år
55
+ :year: "\xC3\xA5r"
56
56
  :zone: tidszone
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 'den' d. MMMM y
62
- :long:
62
+ :long:
63
63
  :pattern: d. MMM y
64
- :medium:
64
+ :medium:
65
65
  :pattern: dd/MM/yyyy
66
- :short:
66
+ :short:
67
67
  :pattern: dd/MM/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: jan.
92
92
  10: okt.
93
93
  11: nov.
@@ -100,8 +100,8 @@
100
100
  7: jul.
101
101
  8: aug.
102
102
  9: sep.
103
- :narrow: :calendars.gregorian.months.stand-alone.narrow
104
- :wide:
103
+ :narrow: :"calendars.gregorian.months.stand-alone.narrow"
104
+ :wide:
105
105
  1: januar
106
106
  10: oktober
107
107
  11: november
@@ -114,8 +114,8 @@
114
114
  7: juli
115
115
  8: august
116
116
  9: september
117
- :stand-alone:
118
- :abbreviated:
117
+ :"stand-alone":
118
+ :abbreviated:
119
119
  1: jan
120
120
  10: okt
121
121
  11: nov
@@ -128,7 +128,7 @@
128
128
  7: jul
129
129
  8: aug
130
130
  9: sep
131
- :narrow:
131
+ :narrow:
132
132
  1: J
133
133
  10: O
134
134
  11: N
@@ -141,43 +141,43 @@
141
141
  7: J
142
142
  8: A
143
143
  9: S
144
- :wide: :calendars.gregorian.months.format.wide
145
- :periods:
146
- :format:
147
- :abbreviated:
144
+ :wide: :"calendars.gregorian.months.format.wide"
145
+ :periods:
146
+ :format:
147
+ :abbreviated:
148
148
  :noon: middag
149
- :narrow:
149
+ :narrow:
150
150
  :noon: middag
151
- :wide:
151
+ :wide:
152
152
  :am: f.m.
153
153
  :noon: middag
154
154
  :pm: e.m.
155
- :stand-alone:
156
- :wide:
155
+ :"stand-alone":
156
+ :wide:
157
157
  :am: formiddag
158
158
  :pm: eftermiddag
159
- :quarters:
160
- :format:
161
- :abbreviated:
159
+ :quarters:
160
+ :format:
161
+ :abbreviated:
162
162
  1: K1
163
163
  2: K2
164
164
  3: K3
165
165
  4: K4
166
- :narrow:
166
+ :narrow:
167
167
  1: 1
168
168
  2: 2
169
169
  3: 3
170
170
  4: 4
171
- :wide:
171
+ :wide:
172
172
  1: 1. kvartal
173
173
  2: 2. kvartal
174
174
  3: 3. kvartal
175
175
  4: 4. kvartal
176
- :stand-alone:
177
- :abbreviated: :calendars.gregorian.quarters.format.abbreviated
178
- :narrow:
176
+ :"stand-alone":
177
+ :abbreviated: :"calendars.gregorian.quarters.format.abbreviated"
178
+ :narrow:
179
179
  1: 1
180
180
  2: 2
181
181
  3: 3
182
182
  4: 4
183
- :wide: :calendars.gregorian.quarters.format.wide
183
+ :wide: :"calendars.gregorian.quarters.format.wide"