rails-i18n 7.0.2 → 7.0.3
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.
- checksums.yaml +4 -4
- data/CHANGELOG.md +19 -0
- data/rails/locale/en.yml +3 -3
- metadata +7 -7
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 2c6fa09a4b3826f78df6a977ed76cba1c256f56fd1b541d0d466538809fa28ea
|
|
4
|
+
data.tar.gz: d60cebc84da40cfa4ca1372e294f4744a9d4056fb1dd1ad3caa0b447db458c0b
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: ea7fdb00931000219950b3f1f01ba810e8aa7731806da9cbb2b204e675072703bbe0a800f7ad27eafc761ca48a5847e473685f284cc62ee54515fad50260249f
|
|
7
|
+
data.tar.gz: 1bfc65beb552a2cd3303e059fa385bebfb5b851caae52f900550c473a4a8ffaacad4f488d4b7509164c42e8ae4a5618c060c7ec323564878c97fd86eae899eaf
|
data/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,24 @@
|
|
|
1
1
|
## unreleased
|
|
2
2
|
|
|
3
|
+
## 7.0.2 (2022-02-12)
|
|
4
|
+
|
|
5
|
+
- Fix long date format for many locales #939 #943
|
|
6
|
+
- Update following locales:
|
|
7
|
+
- Chinese (zh-TW) #941
|
|
8
|
+
- Croatian (hr) #940
|
|
9
|
+
- Danish (da) #802 #946 #947 #948
|
|
10
|
+
- Finnish (fi) #949
|
|
11
|
+
- French (fr) #968
|
|
12
|
+
- Galician (gl) #961
|
|
13
|
+
- Papiamento (pap-AW, pap-CW) #974 #975
|
|
14
|
+
- Serbian (sr) #972
|
|
15
|
+
- Spanish (es, es-CL, es-ES) #936
|
|
16
|
+
- Swedish (sv) #935
|
|
17
|
+
- Tamil (ta) #953
|
|
18
|
+
- Fix require statement in `rails/pluralization/tr` #964
|
|
19
|
+
- Add rails/ordinals to s.files in Gemspec #969
|
|
20
|
+
- Update i18n-tasks to be ActiveSupport 7+ ready #970
|
|
21
|
+
|
|
3
22
|
## 7.0.1 (2021-12-24)
|
|
4
23
|
|
|
5
24
|
- Fix ordinals loading.
|
data/rails/locale/en.yml
CHANGED
|
@@ -40,8 +40,8 @@ en:
|
|
|
40
40
|
- Saturday
|
|
41
41
|
formats:
|
|
42
42
|
default: "%Y-%m-%d"
|
|
43
|
-
long: "%
|
|
44
|
-
short: "%
|
|
43
|
+
long: "%B %d, %Y"
|
|
44
|
+
short: "%b %d"
|
|
45
45
|
month_names:
|
|
46
46
|
-
|
|
47
47
|
- January
|
|
@@ -210,6 +210,6 @@ en:
|
|
|
210
210
|
am: am
|
|
211
211
|
formats:
|
|
212
212
|
default: "%a, %d %b %Y %H:%M:%S %z"
|
|
213
|
-
long: "%
|
|
213
|
+
long: "%B %d, %Y %H:%M"
|
|
214
214
|
short: "%d %b %H:%M"
|
|
215
215
|
pm: pm
|
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: rails-i18n
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 7.0.
|
|
4
|
+
version: 7.0.3
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Rails I18n Group
|
|
8
|
-
autorequire:
|
|
8
|
+
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2022-
|
|
11
|
+
date: 2022-03-01 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: i18n
|
|
@@ -400,11 +400,11 @@ files:
|
|
|
400
400
|
- rails/transliteration/ru.rb
|
|
401
401
|
- rails/transliteration/uk.rb
|
|
402
402
|
- rails/transliteration/vi.yml
|
|
403
|
-
homepage:
|
|
403
|
+
homepage: https://github.com/svenfuchs/rails-i18n
|
|
404
404
|
licenses:
|
|
405
405
|
- MIT
|
|
406
406
|
metadata: {}
|
|
407
|
-
post_install_message:
|
|
407
|
+
post_install_message:
|
|
408
408
|
rdoc_options: []
|
|
409
409
|
require_paths:
|
|
410
410
|
- lib
|
|
@@ -419,8 +419,8 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
|
419
419
|
- !ruby/object:Gem::Version
|
|
420
420
|
version: 1.8.11
|
|
421
421
|
requirements: []
|
|
422
|
-
rubygems_version: 3.1.
|
|
423
|
-
signing_key:
|
|
422
|
+
rubygems_version: 3.1.6
|
|
423
|
+
signing_key:
|
|
424
424
|
specification_version: 4
|
|
425
425
|
summary: Common locale data and translations for Rails i18n.
|
|
426
426
|
test_files: []
|