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,10 +1,10 @@
1
- ---
2
- :de:
3
- :calendars:
4
- :gregorian:
5
- :days:
6
- :format:
7
- :abbreviated:
1
+ ---
2
+ :de:
3
+ :calendars:
4
+ :gregorian:
5
+ :days:
6
+ :format:
7
+ :abbreviated:
8
8
  :fri: Fr.
9
9
  :mon: Mo.
10
10
  :sat: Sa.
@@ -12,8 +12,8 @@
12
12
  :thu: Do.
13
13
  :tue: Di.
14
14
  :wed: Mi.
15
- :narrow: :calendars.gregorian.days.stand-alone.narrow
16
- :wide:
15
+ :narrow: :"calendars.gregorian.days.stand-alone.narrow"
16
+ :wide:
17
17
  :fri: Freitag
18
18
  :mon: Montag
19
19
  :sat: Samstag
@@ -21,8 +21,8 @@
21
21
  :thu: Donnerstag
22
22
  :tue: Dienstag
23
23
  :wed: Mittwoch
24
- :stand-alone:
25
- :abbreviated:
24
+ :"stand-alone":
25
+ :abbreviated:
26
26
  :fri: Fr
27
27
  :mon: Mo
28
28
  :sat: Sa
@@ -30,7 +30,7 @@
30
30
  :thu: Do
31
31
  :tue: Di
32
32
  :wed: Mi
33
- :narrow:
33
+ :narrow:
34
34
  :fri: F
35
35
  :mon: M
36
36
  :sat: S
@@ -38,19 +38,19 @@
38
38
  :thu: D
39
39
  :tue: D
40
40
  :wed: M
41
- :wide: :calendars.gregorian.days.format.wide
42
- :eras:
43
- :abbr:
41
+ :wide: :"calendars.gregorian.days.format.wide"
42
+ :eras:
43
+ :abbr:
44
44
  0: v. Chr.
45
45
  1: n. Chr.
46
- :name:
46
+ :name:
47
47
  0: v. Chr.
48
48
  1: n. Chr.
49
- :narrow:
50
- 0: ''
51
- :fields:
49
+ :narrow:
50
+ 0: ""
51
+ :fields:
52
52
  :day: Tag
53
- :dayperiod: Tageshälfte
53
+ :dayperiod: "Tagesh\xC3\xA4lfte"
54
54
  :era: Epoche
55
55
  :hour: Stunde
56
56
  :minute: Minute
@@ -60,81 +60,81 @@
60
60
  :weekday: Wochentag
61
61
  :year: Jahr
62
62
  :zone: Zone
63
- :formats:
64
- :date:
65
- :default: :calendars.gregorian.formats.date.medium
66
- :full:
63
+ :formats:
64
+ :date:
65
+ :default: :"calendars.gregorian.formats.date.medium"
66
+ :full:
67
67
  :pattern: EEEE, d. MMMM y
68
- :long:
68
+ :long:
69
69
  :pattern: d. MMMM y
70
- :medium:
70
+ :medium:
71
71
  :pattern: dd.MM.yyyy
72
- :short:
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:
94
+ :months:
95
+ :format:
96
+ :abbreviated:
97
97
  1: Jan
98
98
  10: Okt
99
99
  11: Nov
100
100
  12: Dez
101
101
  2: Feb
102
- 3: Mär
102
+ 3: "M\xC3\xA4r"
103
103
  4: Apr
104
104
  5: Mai
105
105
  6: Jun
106
106
  7: Jul
107
107
  8: Aug
108
108
  9: Sep
109
- :narrow: :calendars.gregorian.months.stand-alone.narrow
110
- :wide:
109
+ :narrow: :"calendars.gregorian.months.stand-alone.narrow"
110
+ :wide:
111
111
  1: Januar
112
112
  10: Oktober
113
113
  11: November
114
114
  12: Dezember
115
115
  2: Februar
116
- 3: März
116
+ 3: "M\xC3\xA4rz"
117
117
  4: April
118
118
  5: Mai
119
119
  6: Juni
120
120
  7: Juli
121
121
  8: August
122
122
  9: September
123
- :stand-alone:
124
- :abbreviated:
123
+ :"stand-alone":
124
+ :abbreviated:
125
125
  1: Jan
126
126
  10: Okt
127
127
  11: Nov
128
128
  12: Dez
129
129
  2: Feb
130
- 3: Mär
130
+ 3: "M\xC3\xA4r"
131
131
  4: Apr
132
132
  5: Mai
133
133
  6: Jun
134
134
  7: Jul
135
135
  8: Aug
136
136
  9: Sep
137
- :narrow:
137
+ :narrow:
138
138
  1: J
139
139
  10: O
140
140
  11: N
@@ -147,12 +147,12 @@
147
147
  7: J
148
148
  8: A
149
149
  9: S
150
- :wide: :calendars.gregorian.months.format.wide
151
- :periods:
152
- :format:
153
- :abbreviated: :calendars.gregorian.dayPeriods.format.wide
154
- :narrow: :calendars.gregorian.dayPeriods.format.abbreviated
155
- :wide:
150
+ :wide: :"calendars.gregorian.months.format.wide"
151
+ :periods:
152
+ :format:
153
+ :abbreviated: :"calendars.gregorian.dayPeriods.format.wide"
154
+ :narrow: :"calendars.gregorian.dayPeriods.format.abbreviated"
155
+ :wide:
156
156
  :afternoon: nachmittags
157
157
  :am: vorm.
158
158
  :earlyMorning: morgens
@@ -161,36 +161,36 @@
161
161
  :night: nachts
162
162
  :noon: Mittag
163
163
  :pm: nachm.
164
- :stand-alone:
165
- :wide:
164
+ :"stand-alone":
165
+ :wide:
166
166
  :afternoon: Nachmittag
167
167
  :earlyMorning: Morgen
168
168
  :evening: Abend
169
169
  :morning: Vormittag
170
170
  :night: Nacht
171
171
  :noon: Mittag
172
- :quarters:
173
- :format:
174
- :abbreviated:
172
+ :quarters:
173
+ :format:
174
+ :abbreviated:
175
175
  1: Q1
176
176
  2: Q2
177
177
  3: Q3
178
178
  4: Q4
179
- :narrow:
179
+ :narrow:
180
180
  1: 1
181
181
  2: 2
182
182
  3: 3
183
183
  4: 4
184
- :wide:
184
+ :wide:
185
185
  1: 1. Quartal
186
186
  2: 2. Quartal
187
187
  3: 3. Quartal
188
188
  4: 4. Quartal
189
- :stand-alone:
190
- :abbreviated: :calendars.gregorian.quarters.format.abbreviated
191
- :narrow:
189
+ :"stand-alone":
190
+ :abbreviated: :"calendars.gregorian.quarters.format.abbreviated"
191
+ :narrow:
192
192
  1: 1
193
193
  2: 2
194
194
  3: 3
195
195
  4: 4
196
- :wide: :calendars.gregorian.quarters.format.wide
196
+ :wide: :"calendars.gregorian.quarters.format.wide"
@@ -1,6 +1,6 @@
1
- ---
2
- :de:
3
- :languages:
1
+ ---
2
+ :de:
3
+ :languages:
4
4
  :aa: Afar
5
5
  :ab: Abchasisch
6
6
  :ace: Aceh-Sprache
@@ -16,14 +16,14 @@
16
16
  :akk: Akkadisch
17
17
  :ale: Aleutisch
18
18
  :alg: Algonkin-Sprache
19
- :alt: Süd-Altaisch
19
+ :alt: "S\xC3\xBCd-Altaisch"
20
20
  :am: Amharisch
21
21
  :an: Aragonesisch
22
22
  :ang: Altenglisch
23
23
  :anp: Angika
24
24
  :apa: Apache-Sprache
25
25
  :ar: Arabisch
26
- :arc: Aramäisch
26
+ :arc: "Aram\xC3\xA4isch"
27
27
  :arn: Araukanisch
28
28
  :arp: Arapaho-Sprache
29
29
  :art: Kunstsprache
@@ -43,7 +43,7 @@
43
43
  :ban: Balinesisch
44
44
  :bas: Basaa-Sprache
45
45
  :bat: Baltisch
46
- :be: Weißrussisch
46
+ :be: "Wei\xC3\x9Frussisch"
47
47
  :bej: Bedauye
48
48
  :bem: Bemba-Sprache
49
49
  :ber: Berbersprache
@@ -88,7 +88,7 @@
88
88
  :co: Korsisch
89
89
  :cop: Koptisch
90
90
  :cpe: Kreolisch-Englische Sprache
91
- :cpf: Kreolisch-Französische Sprache
91
+ :cpf: "Kreolisch-Franz\xC3\xB6sische Sprache"
92
92
  :cpp: Kreolisch-Portugiesische Sprache
93
93
  :cr: Cree
94
94
  :crh: Krimtatarisch
@@ -99,13 +99,13 @@
99
99
  :cus: Kuschitisch
100
100
  :cv: Tschuwaschisch
101
101
  :cy: Walisisch
102
- :da: Dänisch
102
+ :da: "D\xC3\xA4nisch"
103
103
  :dak: Dakota-Sprache
104
104
  :dar: Darginisch
105
105
  :day: Dajak
106
106
  :de: Deutsch
107
- :de-AT: Österreichisches Deutsch
108
- :de-CH: Schweizer Hochdeutsch
107
+ :"de-AT": "\xC3\x96sterreichisches Deutsch"
108
+ :"de-CH": Schweizer Hochdeutsch
109
109
  :del: Delaware-Sprache
110
110
  :den: Slave
111
111
  :dgr: Dogrib
@@ -114,27 +114,27 @@
114
114
  :dra: Drawidisch
115
115
  :dsb: Niedersorbisch
116
116
  :dua: Duala
117
- :dum: Mittelniederländisch
117
+ :dum: "Mittelniederl\xC3\xA4ndisch"
118
118
  :dv: Maledivisch
119
119
  :dyu: Dyula-Sprache
120
120
  :dz: Bhutanisch
121
121
  :ebu: Kiembu
122
122
  :ee: Ewe-Sprache
123
123
  :efi: Efik
124
- :egy: Ägyptisch
124
+ :egy: "\xC3\x84gyptisch"
125
125
  :eka: Ekajuk
126
126
  :el: Griechisch
127
127
  :elx: Elamisch
128
128
  :en: Englisch
129
- :en-AU: Australisches Englisch
130
- :en-CA: Kanadisches Englisch
131
- :en-GB: Britisches Englisch
132
- :en-US: Amerikanisches Englisch
129
+ :"en-AU": Australisches Englisch
130
+ :"en-CA": Kanadisches Englisch
131
+ :"en-GB": Britisches Englisch
132
+ :"en-US": Amerikanisches Englisch
133
133
  :enm: Mittelenglisch
134
134
  :eo: Esperanto
135
135
  :es: Spanisch
136
- :es-419: Lateinamerikanisches Spanisch
137
- :es-ES: Iberisches Spanisch
136
+ :"es-419": Lateinamerikanisches Spanisch
137
+ :"es-ES": Iberisches Spanisch
138
138
  :et: Estnisch
139
139
  :eu: Baskisch
140
140
  :ewo: Ewondo
@@ -146,13 +146,13 @@
146
146
  :fil: Filipino
147
147
  :fiu: Finnougrisch
148
148
  :fj: Fidschianisch
149
- :fo: Färöisch
149
+ :fo: "F\xC3\xA4r\xC3\xB6isch"
150
150
  :fon: Fon-Sprache
151
- :fr: Französisch
152
- :fr-CA: Kanadisches Französisch
153
- :fr-CH: Schweizer Französisch
154
- :frm: Mittelfranzösisch
155
- :fro: Altfranzösisch
151
+ :fr: "Franz\xC3\xB6sisch"
152
+ :"fr-CA": "Kanadisches Franz\xC3\xB6sisch"
153
+ :"fr-CH": "Schweizer Franz\xC3\xB6sisch"
154
+ :frm: "Mittelfranz\xC3\xB6sisch"
155
+ :fro: "Altfranz\xC3\xB6sisch"
156
156
  :frr: Nordfriesisch
157
157
  :frs: Ostfriesisch
158
158
  :fur: Friulisch
@@ -161,7 +161,7 @@
161
161
  :gaa: Ga-Sprache
162
162
  :gay: Gayo
163
163
  :gba: Gbaya-Sprache
164
- :gd: Schottisches Gälisch
164
+ :gd: "Schottisches G\xC3\xA4lisch"
165
165
  :gem: Germanisch
166
166
  :gez: Geez
167
167
  :gil: Gilbertesisch
@@ -181,7 +181,7 @@
181
181
  :ha: Hausa
182
182
  :hai: Haida-Sprache
183
183
  :haw: Hawaiisch
184
- :he: Hebräisch
184
+ :he: "Hebr\xC3\xA4isch"
185
185
  :hi: Hindi
186
186
  :hil: Hiligaynon-Sprache
187
187
  :him: Himachali
@@ -210,13 +210,13 @@
210
210
  :io: Ido-Sprache
211
211
  :ira: Iranische Sprache
212
212
  :iro: Irokesische Sprache
213
- :is: Isländisch
213
+ :is: "Isl\xC3\xA4ndisch"
214
214
  :it: Italienisch
215
215
  :iu: Inukitut
216
216
  :ja: Japanisch
217
217
  :jbo: Lojban
218
- :jpr: Jüdisch-Persisch
219
- :jrb: Jüdisch-Arabisch
218
+ :jpr: "J\xC3\xBCdisch-Persisch"
219
+ :jrb: "J\xC3\xBCdisch-Arabisch"
220
220
  :jv: Javanisch
221
221
  :ka: Georgisch
222
222
  :kaa: Karakalpakisch
@@ -237,7 +237,7 @@
237
237
  :ki: Kikuyu-Sprache
238
238
  :kj: Kwanyama
239
239
  :kk: Kasachisch
240
- :kl: Grönländisch
240
+ :kl: "Gr\xC3\xB6nl\xC3\xA4ndisch"
241
241
  :km: Kambodschanisch
242
242
  :kmb: Kimbundu-Sprache
243
243
  :kn: Kannada
@@ -252,7 +252,7 @@
252
252
  :kru: Oraon-Sprache
253
253
  :ks: Kaschmirisch
254
254
  :ku: Kurdisch
255
- :kum: Kumükisch
255
+ :kum: "Kum\xC3\xBCkisch"
256
256
  :kut: Kutenai-Sprache
257
257
  :kv: Komi-Sprache
258
258
  :kw: Kornisch
@@ -320,7 +320,7 @@
320
320
  :nah: Nahuatl
321
321
  :nai: Nordamerikanische Indianersprache
322
322
  :nap: Neapolitanisch
323
- :nb: Norwegisch Bokmål
323
+ :nb: "Norwegisch Bokm\xC3\xA5l"
324
324
  :nd: Nord-Ndebele-Sprache
325
325
  :nds: Niederdeutsch
326
326
  :ne: Nepalesisch
@@ -329,14 +329,14 @@
329
329
  :nia: Nias-Sprache
330
330
  :nic: Nigerkordofanisch
331
331
  :niu: Niue-Sprache
332
- :nl: Niederländisch
333
- :nl-BE: Flämisch
332
+ :nl: "Niederl\xC3\xA4ndisch"
333
+ :"nl-BE": "Fl\xC3\xA4misch"
334
334
  :nn: Norwegisch Nynorsk
335
335
  :no: Norwegisch
336
336
  :nog: Nogai
337
337
  :non: Altnordisch
338
- :nqo: N’Ko
339
- :nr: Süd-Ndebele-Sprache
338
+ :nqo: "N\xE2\x80\x99Ko"
339
+ :nr: "S\xC3\xBCd-Ndebele-Sprache"
340
340
  :nso: Nord-Sotho-Sprache
341
341
  :nub: Nubisch
342
342
  :nv: Navajo
@@ -363,7 +363,7 @@
363
363
  :pau: Palau
364
364
  :peo: Altpersisch
365
365
  :phi: Philippinen-Austronesisch
366
- :phn: Phönikisch
366
+ :phn: "Ph\xC3\xB6nikisch"
367
367
  :pi: Pali
368
368
  :pl: Polnisch
369
369
  :pon: Ponapeanisch
@@ -371,15 +371,15 @@
371
371
  :pro: Altprovenzalisch
372
372
  :ps: Paschtu
373
373
  :pt: Portugiesisch
374
- :pt-BR: Brasilianisches Portugiesisch
375
- :pt-PT: Iberisches Portugiesisch
374
+ :"pt-BR": Brasilianisches Portugiesisch
375
+ :"pt-PT": Iberisches Portugiesisch
376
376
  :qu: Quechua
377
377
  :raj: Rajasthani
378
378
  :rap: Osterinsel-Sprache
379
379
  :rar: Rarotonganisch
380
- :rm: Rätoromanisch
380
+ :rm: "R\xC3\xA4toromanisch"
381
381
  :rn: Rundi-Sprache
382
- :ro: Rumänisch
382
+ :ro: "Rum\xC3\xA4nisch"
383
383
  :roa: Romanische Sprache
384
384
  :rom: Romani
385
385
  :root: Root
@@ -389,7 +389,7 @@
389
389
  :sa: Sanskrit
390
390
  :sad: Sandawe-Sprache
391
391
  :sah: Jakutisch
392
- :sai: Südamerikanische Indianersprache
392
+ :sai: "S\xC3\xBCdamerikanische Indianersprache"
393
393
  :sal: Salish-Sprache
394
394
  :sam: Samaritanisch
395
395
  :sas: Sasak
@@ -403,7 +403,7 @@
403
403
  :sem: Semitisch
404
404
  :sg: Sango
405
405
  :sga: Altirisch
406
- :sgn: Gebärdensprache
406
+ :sgn: "Geb\xC3\xA4rdensprache"
407
407
  :sh: Serbo-Kroatisch
408
408
  :shn: Schan-Sprache
409
409
  :si: Singhalesisch
@@ -414,7 +414,7 @@
414
414
  :sl: Slowenisch
415
415
  :sla: Slawisch
416
416
  :sm: Samoanisch
417
- :sma: Süd-Samisch
417
+ :sma: "S\xC3\xBCd-Samisch"
418
418
  :smi: Lappisch
419
419
  :smj: Lule-Lappisch
420
420
  :smn: Inari-Lappisch
@@ -430,7 +430,7 @@
430
430
  :srr: Serer-Sprache
431
431
  :ss: Swazi
432
432
  :ssa: Nilosaharanisch
433
- :st: Süd-Sotho-Sprache
433
+ :st: "S\xC3\xBCd-Sotho-Sprache"
434
434
  :su: Sundanesisch
435
435
  :suk: Sukuma-Sprache
436
436
  :sus: Susu
@@ -447,7 +447,7 @@
447
447
  :ter: Tereno-Sprache
448
448
  :tet: Tetum-Sprache
449
449
  :tg: Tadschikisch
450
- :th: Thailändisch
450
+ :th: "Thail\xC3\xA4ndisch"
451
451
  :ti: Tigrinja
452
452
  :tig: Tigre
453
453
  :tiv: Tiv-Sprache
@@ -461,7 +461,7 @@
461
461
  :to: Tongaisch
462
462
  :tog: Tsonga-Sprache
463
463
  :tpi: Neumelanesisch
464
- :tr: Türkisch
464
+ :tr: "T\xC3\xBCrkisch"
465
465
  :ts: Tsonga
466
466
  :tsi: Tsimshian-Sprache
467
467
  :tt: Tatarisch
@@ -483,7 +483,7 @@
483
483
  :vai: Vai-Sprache
484
484
  :ve: Venda-Sprache
485
485
  :vi: Vietnamesisch
486
- :vo: Volapük
486
+ :vo: "Volap\xC3\xBCk"
487
487
  :vot: Wotisch
488
488
  :wa: Wallonisch
489
489
  :wak: Wakashanisch
@@ -492,7 +492,7 @@
492
492
  :was: Washo-Sprache
493
493
  :wen: Sorbisch
494
494
  :wo: Wolof
495
- :xal: Kalmückisch
495
+ :xal: "Kalm\xC3\xBCckisch"
496
496
  :xh: Xhosa
497
497
  :yao: Yao-Sprache
498
498
  :yap: Yapesisch
@@ -505,8 +505,8 @@
505
505
  :zbl: Bliss-Symbole
506
506
  :zen: Zenaga
507
507
  :zh: Chinesisch
508
- :zh-Hans: Chinesisch (vereinfacht)
509
- :zh-Hant: Chinesisch (traditionell)
508
+ :"zh-Hans": Chinesisch (vereinfacht)
509
+ :"zh-Hant": Chinesisch (traditionell)
510
510
  :znd: Zande-Sprache
511
511
  :zu: Zulu
512
512
  :zun: Zuni-Sprache
@@ -0,0 +1,5 @@
1
+ ---
2
+ :de:
3
+ :layout:
4
+ :orientation: {}
5
+
@@ -0,0 +1,7 @@
1
+ ---
2
+ :de:
3
+ :lists:
4
+ 2: "{0} und {1}"
5
+ :end: "{0} und {1}"
6
+ :middle: "{0}, {1}"
7
+ :start: "{0}, {1}"
@@ -1,44 +1,44 @@
1
- ---
2
- :de:
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
+ :de:
3
+ :numbers:
4
+ :formats:
5
+ :currency:
6
+ :patterns:
7
+ :default: "#,##0.00\xC2\xA0\xC2\xA4"
8
+ :unit:
9
+ :one: "{0} {1}"
10
+ :other: "{0} {1}"
11
+ :decimal:
12
+ :patterns:
13
+ :default: "#,##0.###"
14
+ :short:
15
15
  1000: 0
16
16
  10000: 0
17
17
  100000: 0
18
- 1000000: 0.0 Mio
19
- 10000000: 00 Mio
20
- 100000000: 000 Mio
21
- 1000000000: 0.0 Mrd
22
- 10000000000: 00 Mrd
23
- 100000000000: 000 Mrd
24
- 1000000000000: 0.0 B
25
- 10000000000000: 00 B
26
- 100000000000000: 000 B
27
- :percent:
28
- :patterns:
29
- :default: ! '#,##0 %'
30
- :scientific:
31
- :patterns:
32
- :default: ! '#E0'
33
- :symbols:
34
- :alias: ''
35
- :decimal: ! ','
18
+ 1000000: "0.0\xC2\xA0Mio"
19
+ 10000000: "00\xC2\xA0Mio"
20
+ 100000000: "000\xC2\xA0Mio"
21
+ 1000000000: "0.0\xC2\xA0Mrd"
22
+ 10000000000: "00\xC2\xA0Mrd"
23
+ 100000000000: "000\xC2\xA0Mrd"
24
+ 1000000000000: "0.0\xC2\xA0B"
25
+ 10000000000000: "00\xC2\xA0B"
26
+ 100000000000000: "000\xC2\xA0B"
27
+ :percent:
28
+ :patterns:
29
+ :default: "#,##0\xC2\xA0%"
30
+ :scientific:
31
+ :patterns:
32
+ :default: "#E0"
33
+ :symbols:
34
+ :alias: ""
35
+ :decimal: ","
36
36
  :exponential: E
37
37
  :group: .
38
- :infinity:
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
- :de: ! '{ :de => { :i18n => {:plural => { :keys => [:one, :other], :rule => lambda
3
- { |n| n == 1 ? :one : :other } } } } }'
1
+ ---
2
+ :de: "{ :de => { :i18n => {:plural => { :keys => [:one, :other], :rule => lambda { |n| n == 1 ? :one : :other } } } } }"