rails-i18n 4.0.3 → 4.0.4

Sign up to get free protection for your applications and to get access to all the features.
Files changed (114) hide show
  1. checksums.yaml +4 -4
  2. data/CHANGELOG.md +21 -0
  3. data/README.md +2 -1
  4. data/lib/rails_i18n/common_pluralizations/east_slavic.rb +5 -4
  5. data/lib/rails_i18n/common_pluralizations/one_upto_two_other.rb +1 -1
  6. data/lib/rails_i18n/common_pluralizations/romanian.rb +1 -0
  7. data/rails/locale/af.yml +27 -29
  8. data/rails/locale/ar.yml +92 -91
  9. data/rails/locale/az.yml +37 -36
  10. data/rails/locale/be.yml +205 -0
  11. data/rails/locale/bg.yml +28 -27
  12. data/rails/locale/bn.yml +36 -35
  13. data/rails/locale/bs.yml +42 -41
  14. data/rails/locale/ca.yml +27 -26
  15. data/rails/locale/cs.yml +33 -32
  16. data/rails/locale/cy.yml +43 -42
  17. data/rails/locale/da.yml +30 -29
  18. data/rails/locale/de-AT.yml +40 -32
  19. data/rails/locale/de-CH.yml +38 -33
  20. data/rails/locale/de.yml +40 -35
  21. data/rails/locale/el.yml +28 -27
  22. data/rails/locale/en-AU.yml +29 -28
  23. data/rails/locale/en-CA.yml +29 -37
  24. data/rails/locale/en-GB.yml +29 -28
  25. data/rails/locale/en-IE.yml +29 -28
  26. data/rails/locale/en-IN.yml +29 -28
  27. data/rails/locale/en-NZ.yml +29 -28
  28. data/rails/locale/en-US.yml +32 -31
  29. data/rails/locale/en-ZA.yml +31 -30
  30. data/rails/locale/en.yml +32 -31
  31. data/rails/locale/eo.yml +29 -28
  32. data/rails/locale/es-419.yml +33 -41
  33. data/rails/locale/es-AR.yml +33 -32
  34. data/rails/locale/es-CL.yml +28 -27
  35. data/rails/locale/es-CO.yml +33 -32
  36. data/rails/locale/es-CR.yml +33 -32
  37. data/rails/locale/es-EC.yml +31 -30
  38. data/rails/locale/es-MX.yml +36 -35
  39. data/rails/locale/es-PA.yml +30 -29
  40. data/rails/locale/es-PE.yml +29 -28
  41. data/rails/locale/es-US.yml +33 -32
  42. data/rails/locale/es-VE.yml +33 -32
  43. data/rails/locale/es.yml +28 -27
  44. data/rails/locale/et.yml +32 -31
  45. data/rails/locale/eu.yml +42 -41
  46. data/rails/locale/fa.yml +30 -29
  47. data/rails/locale/fi.yml +28 -27
  48. data/rails/locale/fr-CA.yml +29 -28
  49. data/rails/locale/fr-CH.yml +28 -27
  50. data/rails/locale/fr.yml +128 -135
  51. data/rails/locale/gl.yml +33 -32
  52. data/rails/locale/he.yml +35 -34
  53. data/rails/locale/hi-IN.yml +36 -35
  54. data/rails/locale/hi.yml +38 -37
  55. data/rails/locale/hr.yml +45 -44
  56. data/rails/locale/hu.yml +28 -27
  57. data/rails/locale/id.yml +28 -27
  58. data/rails/locale/is.yml +29 -28
  59. data/rails/locale/it-CH.yml +28 -27
  60. data/rails/locale/it.yml +40 -39
  61. data/rails/locale/ja.yml +29 -28
  62. data/rails/locale/km.yml +46 -5
  63. data/rails/locale/kn.yml +39 -38
  64. data/rails/locale/ko.yml +30 -29
  65. data/rails/locale/lo.yml +70 -69
  66. data/rails/locale/lt.yml +44 -43
  67. data/rails/locale/lv.yml +35 -34
  68. data/rails/locale/mk.yml +33 -32
  69. data/rails/locale/mn.yml +51 -50
  70. data/rails/locale/ms.yml +25 -26
  71. data/rails/locale/nb.yml +30 -29
  72. data/rails/locale/ne.yml +39 -38
  73. data/rails/locale/nl.yml +39 -38
  74. data/rails/locale/nn.yml +29 -28
  75. data/rails/locale/or.yml +40 -39
  76. data/rails/locale/pl.yml +69 -50
  77. data/rails/locale/pt-BR.yml +37 -34
  78. data/rails/locale/pt.yml +29 -28
  79. data/rails/locale/rm.yml +47 -46
  80. data/rails/locale/ro.yml +34 -33
  81. data/rails/locale/ru.yml +47 -46
  82. data/rails/locale/sk.yml +36 -34
  83. data/rails/locale/sl.yml +32 -31
  84. data/rails/locale/sr.yml +45 -44
  85. data/rails/locale/sv.yml +28 -27
  86. data/rails/locale/sw.yml +25 -24
  87. data/rails/locale/ta.yml +43 -42
  88. data/rails/locale/th.yml +26 -25
  89. data/rails/locale/tl.yml +90 -115
  90. data/rails/locale/tr.yml +44 -43
  91. data/rails/locale/tt.yml +215 -0
  92. data/rails/locale/uk.yml +43 -42
  93. data/rails/locale/ur.yml +48 -46
  94. data/rails/locale/uz.yml +60 -59
  95. data/rails/locale/vi.yml +30 -29
  96. data/rails/locale/wo.yml +29 -28
  97. data/rails/locale/zh-CN.yml +37 -36
  98. data/rails/locale/zh-HK.yml +51 -50
  99. data/rails/locale/zh-TW.yml +39 -38
  100. data/rails/locale/zh-YUE.yml +49 -48
  101. data/rails/pluralization/ar.rb +1 -0
  102. data/rails/pluralization/br.rb +1 -0
  103. data/rails/pluralization/gv.rb +1 -0
  104. data/rails/pluralization/hsb.rb +1 -0
  105. data/rails/pluralization/lag.rb +1 -0
  106. data/rails/pluralization/lt.rb +1 -0
  107. data/rails/pluralization/lv.rb +1 -0
  108. data/rails/pluralization/mk.rb +1 -0
  109. data/rails/pluralization/mt.rb +1 -0
  110. data/rails/pluralization/pl.rb +1 -0
  111. data/rails/pluralization/sl.rb +1 -0
  112. data/rails/transliteration/ru.rb +2 -0
  113. data/rails/transliteration/uk.rb +3 -1
  114. metadata +5 -9
data/rails/locale/uz.yml CHANGED
@@ -1,3 +1,4 @@
1
+ ---
1
2
  uz:
2
3
  date:
3
4
  abbr_day_names:
@@ -9,7 +10,7 @@ uz:
9
10
  - Ju
10
11
  - Sh
11
12
  abbr_month_names:
12
- -
13
+ -
13
14
  - yan.
14
15
  - fev.
15
16
  - mart
@@ -31,11 +32,11 @@ uz:
31
32
  - juma
32
33
  - shanba
33
34
  formats:
34
- default: ! '%d.%m.%Y'
35
- long: ! '%d %B %Y'
36
- short: ! '%d %b'
35
+ default: "%d.%m.%Y"
36
+ long: "%d %B %Y"
37
+ short: "%d %b"
37
38
  month_names:
38
- -
39
+ -
39
40
  - yanvar
40
41
  - fevral
41
42
  - mart
@@ -76,40 +77,40 @@ uz:
76
77
  other: deyarli %{count} yil
77
78
  half_a_minute: bir daqiqadan kam
78
79
  less_than_x_minutes:
79
- few: ! '%{count} daqiqadan kam'
80
- many: ! '%{count} daqiqadan kam'
81
- one: ! '%{count} daqiqadan kam'
82
- other: ! '%{count} daqiqadan kam'
80
+ few: "%{count} daqiqadan kam"
81
+ many: "%{count} daqiqadan kam"
82
+ one: "%{count} daqiqadan kam"
83
+ other: "%{count} daqiqadan kam"
83
84
  less_than_x_seconds:
84
- few: ! '%{count} soniyadan kam'
85
- many: ! '%{count} soniyadan kam'
86
- one: ! '%{count} soniyadan kam'
87
- other: ! '%{count} soniyadan kam'
85
+ few: "%{count} soniyadan kam"
86
+ many: "%{count} soniyadan kam"
87
+ one: "%{count} soniyadan kam"
88
+ other: "%{count} soniyadan kam"
88
89
  over_x_years:
89
- few: ! '%{count} yildan ziyod'
90
- many: ! '%{count} yildan ziyod'
91
- one: ! '%{count} yildan ziyod'
92
- other: ! '%{count} yildan ziyod'
90
+ few: "%{count} yildan ziyod"
91
+ many: "%{count} yildan ziyod"
92
+ one: "%{count} yildan ziyod"
93
+ other: "%{count} yildan ziyod"
93
94
  x_days:
94
- few: ! '%{count} kun'
95
- many: ! '%{count} kun'
96
- one: ! '%{count} kun'
97
- other: ! '%{count} kun'
95
+ few: "%{count} kun"
96
+ many: "%{count} kun"
97
+ one: "%{count} kun"
98
+ other: "%{count} kun"
98
99
  x_minutes:
99
- few: ! '%{count} daqiqa'
100
- many: ! '%{count} daqiqa'
101
- one: ! '%{count} daqiqa'
102
- other: ! '%{count} daqiqa'
100
+ few: "%{count} daqiqa"
101
+ many: "%{count} daqiqa"
102
+ one: "%{count} daqiqa"
103
+ other: "%{count} daqiqa"
103
104
  x_months:
104
- few: ! '%{count} oy'
105
- many: ! '%{count} oy'
106
- one: ! '%{count} oy'
107
- other: ! '%{count} oy'
105
+ few: "%{count} oy"
106
+ many: "%{count} oy"
107
+ one: "%{count} oy"
108
+ other: "%{count} oy"
108
109
  x_seconds:
109
- few: ! '%{count} soniya'
110
- many: ! '%{count} soniya'
111
- one: ! '%{count} soniyaа'
112
- other: ! '%{count} soniya'
110
+ few: "%{count} soniya"
111
+ many: "%{count} soniya"
112
+ one: "%{count} soniyaа"
113
+ other: "%{count} soniya"
113
114
  prompts:
114
115
  day: kun
115
116
  hour: soat
@@ -118,25 +119,25 @@ uz:
118
119
  second: soniya
119
120
  year: yil
120
121
  errors:
121
- format: ! '%{attribute} %{message}'
122
+ format: "%{attribute} %{message}"
122
123
  messages:
123
124
  accepted: tasdiqlash kerak
124
125
  blank: bush bulishi mumkin emas
125
126
  confirmation: tasdiq bilan mos emas
126
127
  empty: bush bulishi mumkin emas
127
- equal_to: ! '%{count} ga teng'
128
+ equal_to: "%{count} ga teng"
128
129
  even: juft sonlar mumkin
129
130
  exclusion: mumkin emas
130
- greater_than: ! '%{count} dan yuqori'
131
- greater_than_or_equal_to: ! '%{count} ga teng yoki yuqori'
131
+ greater_than: "%{count} dan yuqori"
132
+ greater_than_or_equal_to: "%{count} ga teng yoki yuqori"
132
133
  inclusion: kutilmagan natija
133
134
  invalid: notugri
134
- less_than: ! '%{count} dan kam'
135
- less_than_or_equal_to: ! '%{count} ga teng yoki kam'
135
+ less_than: "%{count} dan kam"
136
+ less_than_or_equal_to: "%{count} ga teng yoki kam"
136
137
  not_a_number: son emas
137
138
  not_an_integer: butun son emas
138
139
  odd: toq sonlar mumkin
139
- record_invalid: ! '%{errors} ta hato bor.'
140
+ record_invalid: "%{errors} ta hato bor."
140
141
  taken: band
141
142
  too_long:
142
143
  few: uzunligi yetarligidan ortiq (%{count} ta simvoldan yuqori mumkin emas)
@@ -154,15 +155,15 @@ uz:
154
155
  one: uzunligi notugri (uzunligi %{count} simvolga teng bulishi kerak)
155
156
  other: uzunligi notugri (uzunligi %{count} simvolga teng bulishi kerak)
156
157
  template:
157
- body: ! 'Quyidagilarda hatolar mavjud:'
158
+ body: 'Quyidagilarda hatolar mavjud:'
158
159
  header:
159
- few: ! '%{count} ta hatolar sababli %{model}:ni saqlab bulmadi'
160
- many: ! '%{count} ta hatolar sababli %{model}:ni saqlab bulmadi'
161
- one: ! '%{count} ta hato sababli %{model}:ni saqlab bulmadi'
162
- other: ! '%{count} ta hatolar sababli %{model}:ni saqlab bulmadi'
160
+ few: "%{count} ta hatolar sababli %{model}:ni saqlab bulmadi"
161
+ many: "%{count} ta hatolar sababli %{model}:ni saqlab bulmadi"
162
+ one: "%{count} ta hato sababli %{model}:ni saqlab bulmadi"
163
+ other: "%{count} ta hatolar sababli %{model}:ni saqlab bulmadi"
163
164
  helpers:
164
165
  select:
165
- prompt: ! 'Tanlang: '
166
+ prompt: 'Tanlang: '
166
167
  submit:
167
168
  create: Yarat %{model}
168
169
  submit: Saqla %{model}
@@ -170,22 +171,22 @@ uz:
170
171
  number:
171
172
  currency:
172
173
  format:
173
- delimiter: ! ' '
174
- format: ! '%n %u'
174
+ delimiter: " "
175
+ format: "%n %u"
175
176
  precision: 2
176
- separator: .
177
+ separator: "."
177
178
  significant: false
178
179
  strip_insignificant_zeros: false
179
180
  unit: sum.
180
181
  format:
181
- delimiter: ! ' '
182
+ delimiter: " "
182
183
  precision: 3
183
- separator: .
184
+ separator: "."
184
185
  significant: false
185
186
  strip_insignificant_zeros: false
186
187
  human:
187
188
  decimal_units:
188
- format: ! '%n %u'
189
+ format: "%n %u"
189
190
  units:
190
191
  billion:
191
192
  few: milliard
@@ -219,7 +220,7 @@ uz:
219
220
  significant: false
220
221
  strip_insignificant_zeros: false
221
222
  storage_units:
222
- format: ! '%n %u'
223
+ format: "%n %u"
223
224
  units:
224
225
  byte:
225
226
  few: bayt
@@ -238,13 +239,13 @@ uz:
238
239
  delimiter: ''
239
240
  support:
240
241
  array:
241
- last_word_connector: ! ' va '
242
- two_words_connector: ! ' va '
243
- words_connector: ! ', '
242
+ last_word_connector: " va "
243
+ two_words_connector: " va "
244
+ words_connector: ", "
244
245
  time:
245
246
  am: ertalab
246
247
  formats:
247
- default: ! '%a, %d %b %Y, %H:%M:%S %z'
248
- long: ! '%d %B %Y, %H:%M'
249
- short: ! '%d %b, %H:%M'
248
+ default: "%a, %d %b %Y, %H:%M:%S %z"
249
+ long: "%d %B %Y, %H:%M"
250
+ short: "%d %b, %H:%M"
250
251
  pm: kechasi
data/rails/locale/vi.yml CHANGED
@@ -1,3 +1,4 @@
1
+ ---
1
2
  vi:
2
3
  date:
3
4
  abbr_day_names:
@@ -9,7 +10,7 @@ vi:
9
10
  - Thứ sáu
10
11
  - Thứ bảy
11
12
  abbr_month_names:
12
- -
13
+ -
13
14
  - Tháng một
14
15
  - Tháng hai
15
16
  - Tháng ba
@@ -31,11 +32,11 @@ vi:
31
32
  - Thứ sáu
32
33
  - Thứ bảy
33
34
  formats:
34
- default: ! '%d-%m-%Y'
35
- long: ! '%d %B, %Y'
36
- short: ! '%d %b'
35
+ default: "%d-%m-%Y"
36
+ long: "%d %B, %Y"
37
+ short: "%d %b"
37
38
  month_names:
38
- -
39
+ -
39
40
  - Tháng một
40
41
  - Tháng hai
41
42
  - Tháng ba
@@ -78,16 +79,16 @@ vi:
78
79
  other: hơn %{count} năm
79
80
  x_days:
80
81
  one: 1 ngày
81
- other: ! '%{count} ngày'
82
+ other: "%{count} ngày"
82
83
  x_minutes:
83
84
  one: 1 phút
84
- other: ! '%{count} phút'
85
+ other: "%{count} phút"
85
86
  x_months:
86
87
  one: 1 tháng
87
- other: ! '%{count} tháng'
88
+ other: "%{count} tháng"
88
89
  x_seconds:
89
90
  one: 1 giây
90
- other: ! '%{count} giây'
91
+ other: "%{count} giây"
91
92
  prompts:
92
93
  day: Ngày
93
94
  hour: Giờ
@@ -96,7 +97,7 @@ vi:
96
97
  second: Giây
97
98
  year: Năm
98
99
  errors:
99
- format: ! '%{attribute} %{message}'
100
+ format: "%{attribute} %{message}"
100
101
  messages:
101
102
  accepted: phải được đồng ý
102
103
  blank: không thể để trắng
@@ -115,20 +116,20 @@ vi:
115
116
  not_a_number: không phải là số
116
117
  not_an_integer: phải là một số nguyên
117
118
  odd: phải là số lẻ
118
- record_invalid: ! 'Có các lỗi sau: %{errors}'
119
+ record_invalid: 'Có các lỗi sau: %{errors}'
119
120
  restrict_dependent_destroy:
120
- one: "Không thể xóa do tồn tại đối tượng phụ thuộc %{record}"
121
- many: "Không thể xóa do tồn tại một số đối tượng phụ thuộc %{record}"
121
+ one: Không thể xóa do tồn tại đối tượng phụ thuộc %{record}
122
+ many: Không thể xóa do tồn tại một số đối tượng phụ thuộc %{record}
122
123
  taken: đã có
123
124
  too_long: quá dài (tối đa %{count} ký tự)
124
125
  too_short: quá ngắn (tối thiểu %{count} ký tự)
125
126
  wrong_length: độ dài không đúng (phải là %{count} ký tự)
126
- other_than: "cần phải khác %{count}"
127
+ other_than: cần phải khác %{count}
127
128
  template:
128
- body: ! 'Có lỗi với các mục sau:'
129
+ body: 'Có lỗi với các mục sau:'
129
130
  header:
130
131
  one: 1 lỗi ngăn không cho lưu %{model} này
131
- other: ! '%{count} lỗi ngăn không cho lưu %{model} này'
132
+ other: "%{count} lỗi ngăn không cho lưu %{model} này"
132
133
  helpers:
133
134
  select:
134
135
  prompt: Vui lòng chọn
@@ -139,22 +140,22 @@ vi:
139
140
  number:
140
141
  currency:
141
142
  format:
142
- delimiter: .
143
- format: ! '%n %u'
143
+ delimiter: "."
144
+ format: "%n %u"
144
145
  precision: 2
145
- separator: ! ','
146
+ separator: ","
146
147
  significant: false
147
148
  strip_insignificant_zeros: false
148
149
  unit: đồng
149
150
  format:
150
- delimiter: .
151
+ delimiter: "."
151
152
  precision: 3
152
- separator: ! ','
153
+ separator: ","
153
154
  significant: false
154
155
  strip_insignificant_zeros: false
155
156
  human:
156
157
  decimal_units:
157
- format: ! '%n %u'
158
+ format: "%n %u"
158
159
  units:
159
160
  unit: ''
160
161
  billion: Tỷ
@@ -168,7 +169,7 @@ vi:
168
169
  significant: true
169
170
  strip_insignificant_zeros: true
170
171
  storage_units:
171
- format: ! '%n %u'
172
+ format: "%n %u"
172
173
  units:
173
174
  byte:
174
175
  one: Byte
@@ -186,13 +187,13 @@ vi:
186
187
  delimiter: ''
187
188
  support:
188
189
  array:
189
- last_word_connector: ! ', và '
190
- two_words_connector: ! ' '
191
- words_connector: ! ', '
190
+ last_word_connector: ", và "
191
+ two_words_connector: ""
192
+ words_connector: ", "
192
193
  time:
193
194
  am: sáng
194
195
  formats:
195
- default: ! '%a, %d %b %Y %H:%M:%S %z'
196
- long: ! '%d %B, %Y %H:%M'
197
- short: ! '%d %b %H:%M'
196
+ default: "%a, %d %b %Y %H:%M:%S %z"
197
+ long: "%d %B, %Y %H:%M"
198
+ short: "%d %b %H:%M"
198
199
  pm: chiều
data/rails/locale/wo.yml CHANGED
@@ -1,3 +1,4 @@
1
+ ---
1
2
  wo:
2
3
  date:
3
4
  abbr_day_names:
@@ -9,7 +10,7 @@ wo:
9
10
  - Ajj
10
11
  - Gaw
11
12
  abbr_month_names:
12
- -
13
+ -
13
14
  - Jan
14
15
  - Feb
15
16
  - Mar
@@ -31,11 +32,11 @@ wo:
31
32
  - Ajjouma
32
33
  - Gaawu
33
34
  formats:
34
- default: ! '%Y-%m-%d'
35
- long: ! '%B %d, %Y'
36
- short: ! '%b %d'
35
+ default: "%Y-%m-%d"
36
+ long: "%B %d, %Y"
37
+ short: "%b %d"
37
38
  month_names:
38
- -
39
+ -
39
40
  - Tamkharit
40
41
  - Digui Gamou
41
42
  - Gamou
@@ -78,16 +79,16 @@ wo:
78
79
  other: over %{count} years
79
80
  x_days:
80
81
  one: 1 day
81
- other: ! '%{count} days'
82
+ other: "%{count} days"
82
83
  x_minutes:
83
84
  one: 1 minute
84
- other: ! '%{count} minutes'
85
+ other: "%{count} minutes"
85
86
  x_months:
86
87
  one: 1 month
87
- other: ! '%{count} months'
88
+ other: "%{count} months"
88
89
  x_seconds:
89
90
  one: 1 second
90
- other: ! '%{count} seconds'
91
+ other: "%{count} seconds"
91
92
  prompts:
92
93
  day: Day
93
94
  hour: Hour
@@ -96,11 +97,11 @@ wo:
96
97
  second: Seconds
97
98
  year: Year
98
99
  errors:
99
- format: ! '%{attribute} %{message}'
100
+ format: "%{attribute} %{message}"
100
101
  messages:
101
102
  accepted: must be accepted
102
103
  blank: can't be blank
103
- confirmation: ! "doesn't match %{attribute}"
104
+ confirmation: doesn't match %{attribute}
104
105
  empty: can't be empty
105
106
  equal_to: must be equal to %{count}
106
107
  even: must be even
@@ -114,7 +115,7 @@ wo:
114
115
  not_a_number: is not a number
115
116
  not_an_integer: must be an integer
116
117
  odd: must be odd
117
- record_invalid: ! 'Validation failed: %{errors}'
118
+ record_invalid: 'Validation failed: %{errors}'
118
119
  taken: has already been taken
119
120
  too_long:
120
121
  one: is too long (maximum is 1 character)
@@ -126,10 +127,10 @@ wo:
126
127
  one: is the wrong length (should be 1 character)
127
128
  other: is the wrong length (should be %{count} characters)
128
129
  template:
129
- body: ! 'There were problems with the following fields:'
130
+ body: 'There were problems with the following fields:'
130
131
  header:
131
132
  one: 1 error prohibited this %{model} from being saved
132
- other: ! '%{count} errors prohibited this %{model} from being saved'
133
+ other: "%{count} errors prohibited this %{model} from being saved"
133
134
  helpers:
134
135
  select:
135
136
  prompt: Please select
@@ -140,22 +141,22 @@ wo:
140
141
  number:
141
142
  currency:
142
143
  format:
143
- delimiter: ! ','
144
- format: ! '%u%n'
144
+ delimiter: ","
145
+ format: "%u%n"
145
146
  precision: 2
146
- separator: .
147
+ separator: "."
147
148
  significant: false
148
149
  strip_insignificant_zeros: false
149
- unit: $
150
+ unit: "$"
150
151
  format:
151
- delimiter: ! ','
152
+ delimiter: ","
152
153
  precision: 3
153
- separator: .
154
+ separator: "."
154
155
  significant: false
155
156
  strip_insignificant_zeros: false
156
157
  human:
157
158
  decimal_units:
158
- format: ! '%n %u'
159
+ format: "%n %u"
159
160
  units:
160
161
  billion: Billion
161
162
  million: Million
@@ -169,7 +170,7 @@ wo:
169
170
  significant: true
170
171
  strip_insignificant_zeros: true
171
172
  storage_units:
172
- format: ! '%n %u'
173
+ format: "%n %u"
173
174
  units:
174
175
  byte:
175
176
  one: Byte
@@ -186,13 +187,13 @@ wo:
186
187
  delimiter: ''
187
188
  support:
188
189
  array:
189
- last_word_connector: ! ', and '
190
- two_words_connector: ! ' and '
191
- words_connector: ! ', '
190
+ last_word_connector: ", and "
191
+ two_words_connector: " and "
192
+ words_connector: ", "
192
193
  time:
193
194
  am: am
194
195
  formats:
195
- default: ! '%a, %d %b %Y %H:%M:%S %z'
196
- long: ! '%B %d, %Y %H:%M'
197
- short: ! '%d %b %H:%M'
196
+ default: "%a, %d %b %Y %H:%M:%S %z"
197
+ long: "%B %d, %Y %H:%M"
198
+ short: "%d %b %H:%M"
198
199
  pm: pm