rails-i18n 8.0.0 → 8.0.1

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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 641d4bcf65ad23bf092e18739381e15be37c35b4be8de8f01c49c2f6e14004c5
4
- data.tar.gz: fede876f23dfce53ceb04fa7c897eef0e21142ce2b973eaeb0b4c0ecb1910c6d
3
+ metadata.gz: d2459b1e777f151a6d1dfb7565f45604fc730c518f5e700fc6a328755ade0f74
4
+ data.tar.gz: 91b77c69aa1b543de0433d258565633ec08ce11bafa736cd3de774295d7aff73
5
5
  SHA512:
6
- metadata.gz: 05bb380dffe70a9975d50d5527ac5569fd8e92097879e01d566d98c22b9ce726348b4980e4b10efc237578db955a20b135764cb9408a00b932b508ba7ea30d4f
7
- data.tar.gz: 86cb86473bbe5045af2deda68aa82697a4ce3e20e87bfe3ab9eec3b1e47c173a2c82789bffc0dc3a8a0b3a6ebd82bbd384cd336d173ae84d27fba0aba43b41fc
6
+ metadata.gz: c0104fd3167ab5282de30ff0ce95f651ee05c0923d9b555fb6fc9fba83d3a89aae2dd56bedba1600dfce13da5252638e20bf252217ff60166281f390a6379925
7
+ data.tar.gz: 56180e14621ef59b9a61e82505749415a69d0c3a3d60bb8f70b508341a890366bfb458a957b36f4acc7e1cb9d350f85d6597700e6c98972434b41b95ff20dff1
data/CHANGELOG.md CHANGED
@@ -1,9 +1,17 @@
1
1
  ## unreleased
2
2
 
3
3
 
4
- ## 8.0.0 (2024-11-09)
4
+ ## 8.0.1 (2024-11-10)
5
+
6
+ - Update following locales:
7
+ - English (en): Add missing key (`password_too_long`)
8
+ - Portuguese (pt): Add missing keys (`password_too_long`, `negative_format`, and `zb`)
9
+ - Update Gemfile
10
+
11
+ ## 8.0.0 (2024-11-10)
5
12
 
6
13
  - Update to Rails 8.0.x
14
+ - Drop support for Ruby 3.0 and 3.1
7
15
 
8
16
  ## 7.0.10 (2024-10-28)
9
17
 
data/rails/locale/en.yml CHANGED
@@ -128,6 +128,7 @@ en:
128
128
  not_an_integer: must be an integer
129
129
  odd: must be odd
130
130
  other_than: must be other than %{count}
131
+ password_too_long: is too long
131
132
  present: must be blank
132
133
  required: must exist
133
134
  taken: has already been taken
data/rails/locale/pt.yml CHANGED
@@ -57,9 +57,9 @@ pt:
57
57
  - novembro
58
58
  - dezembro
59
59
  order:
60
- - :day
61
- - :month
62
- - :year
60
+ - day
61
+ - month
62
+ - year
63
63
  datetime:
64
64
  distance_in_words:
65
65
  about_x_hours:
@@ -128,6 +128,7 @@ pt:
128
128
  not_an_integer: tem de ser um inteiro
129
129
  odd: tem de ser ímpar
130
130
  other_than: tem de ser diferente de %{count}
131
+ password_too_long: é muita longa
131
132
  present: não pode estar em branco
132
133
  required: é obrigatório
133
134
  taken: não está disponível
@@ -151,6 +152,7 @@ pt:
151
152
  format:
152
153
  delimiter: "."
153
154
  format: "%n %u"
155
+ negative_format: "-%u%n"
154
156
  precision: 2
155
157
  separator: ","
156
158
  significant: false
@@ -198,6 +200,7 @@ pt:
198
200
  mb: MB
199
201
  pb: PB
200
202
  tb: TB
203
+ zb: ZB
201
204
  percentage:
202
205
  format:
203
206
  delimiter: ''
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: rails-i18n
3
3
  version: !ruby/object:Gem::Version
4
- version: 8.0.0
4
+ version: 8.0.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Rails I18n Group