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 +4 -4
- data/CHANGELOG.md +9 -1
- data/rails/locale/en.yml +1 -0
- data/rails/locale/pt.yml +6 -3
- metadata +1 -1
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: d2459b1e777f151a6d1dfb7565f45604fc730c518f5e700fc6a328755ade0f74
|
|
4
|
+
data.tar.gz: 91b77c69aa1b543de0433d258565633ec08ce11bafa736cd3de774295d7aff73
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
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.
|
|
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
data/rails/locale/pt.yml
CHANGED
|
@@ -57,9 +57,9 @@ pt:
|
|
|
57
57
|
- novembro
|
|
58
58
|
- dezembro
|
|
59
59
|
order:
|
|
60
|
-
-
|
|
61
|
-
-
|
|
62
|
-
-
|
|
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: ''
|