rails-i18n 8.0.1 → 8.0.2

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
data/rails/locale/sr.yml CHANGED
@@ -17,7 +17,7 @@ sr:
17
17
  - Пет
18
18
  - Суб
19
19
  abbr_month_names:
20
- -
20
+ -
21
21
  - Јан
22
22
  - Феб
23
23
  - Мар
@@ -39,13 +39,13 @@ sr:
39
39
  - Петак
40
40
  - Субота
41
41
  formats:
42
- default: "%d/%m/%Y"
43
- long: "%B %e, %Y"
44
- short: "%e %b"
42
+ default: "%d. %m. %Y"
43
+ long: "%-d. %B %Y"
44
+ short: "%-d. %b"
45
45
  month_names:
46
- -
46
+ -
47
47
  - Јануар
48
- - Фабруар
48
+ - Фебруар
49
49
  - Март
50
50
  - Април
51
51
  - Мај
@@ -187,7 +187,7 @@ sr:
187
187
  separator: "."
188
188
  significant: false
189
189
  strip_insignificant_zeros: false
190
- unit: ДИН
190
+ unit: РСД
191
191
  format:
192
192
  delimiter: "."
193
193
  precision: 3
@@ -198,11 +198,31 @@ sr:
198
198
  decimal_units:
199
199
  format: "%n %u"
200
200
  units:
201
- billion: Милијарда
202
- million: Милион
203
- quadrillion: Квадрилион
204
- thousand: Хиљаду
205
- trillion: Трилион
201
+ billion:
202
+ one: милијарда
203
+ few: милијарде
204
+ many: милијарди
205
+ other: милијарди
206
+ million:
207
+ one: милион
208
+ few: милиона
209
+ many: милиона
210
+ other: милиона
211
+ quadrillion:
212
+ one: квадрилион
213
+ few: квадрилиона
214
+ many: квадрилиона
215
+ other: квадрилиона
216
+ thousand:
217
+ one: хиљада
218
+ few: хиљаде
219
+ many: хиљада
220
+ other: хиљада
221
+ trillion:
222
+ one: трилион
223
+ few: трилиона
224
+ many: трилиона
225
+ other: трилиона
206
226
  unit: ''
207
227
  format:
208
228
  delimiter: ''
metadata CHANGED
@@ -1,14 +1,13 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: rails-i18n
3
3
  version: !ruby/object:Gem::Version
4
- version: 8.0.1
4
+ version: 8.0.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - Rails I18n Group
8
- autorequire:
9
8
  bindir: bin
10
9
  cert_chain: []
11
- date: 2024-11-10 00:00:00.000000000 Z
10
+ date: 1980-01-02 00:00:00.000000000 Z
12
11
  dependencies:
13
12
  - !ruby/object:Gem::Dependency
14
13
  name: i18n
@@ -124,6 +123,7 @@ files:
124
123
  - rails/locale/bn.yml
125
124
  - rails/locale/bs.yml
126
125
  - rails/locale/ca.yml
126
+ - rails/locale/cnr.yml
127
127
  - rails/locale/cs.yml
128
128
  - rails/locale/cy.yml
129
129
  - rails/locale/da.yml
@@ -176,6 +176,7 @@ files:
176
176
  - rails/locale/hi.yml
177
177
  - rails/locale/hr.yml
178
178
  - rails/locale/hu.yml
179
+ - rails/locale/hy.yml
179
180
  - rails/locale/id.yml
180
181
  - rails/locale/is.yml
181
182
  - rails/locale/it-CH.yml
@@ -404,8 +405,8 @@ files:
404
405
  homepage: https://github.com/svenfuchs/rails-i18n
405
406
  licenses:
406
407
  - MIT
407
- metadata: {}
408
- post_install_message:
408
+ metadata:
409
+ changelog_uri: https://github.com/svenfuchs/rails-i18n/blob/master/CHANGELOG.md
409
410
  rdoc_options: []
410
411
  require_paths:
411
412
  - lib
@@ -420,8 +421,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
420
421
  - !ruby/object:Gem::Version
421
422
  version: 1.8.11
422
423
  requirements: []
423
- rubygems_version: 3.5.16
424
- signing_key:
424
+ rubygems_version: 3.6.9
425
425
  specification_version: 4
426
426
  summary: Common locale data and translations for Rails i18n.
427
427
  test_files: []