File tree Expand file tree Collapse file tree 3 files changed +7
-4
lines changed Expand file tree Collapse file tree 3 files changed +7
-4
lines changed Original file line number Diff line number Diff line change 18
18
too_long :
19
19
one : " is too long (maximum is 1 character)"
20
20
other : " is too long (maximum is %{count} characters)"
21
+ password_too_long : " is too long"
21
22
too_short :
22
23
one : " is too short (minimum is 1 character)"
23
24
other : " is too short (minimum is %{count} characters)"
Original file line number Diff line number Diff line change 57
57
format :
58
58
# Where is the currency sign? %u is the currency unit, %n is the number (default: $5.00)
59
59
format : " %u%n"
60
+ negative_format : " -%u%n"
60
61
unit : " $"
61
62
# These six are to override number.format and are optional
62
63
separator : " ."
112
113
tb : " TB"
113
114
pb : " PB"
114
115
eb : " EB"
116
+ zb : " ZB"
115
117
# Used in NumberHelper.number_to_human()
116
118
decimal_units :
117
119
format : " %n %u"
Original file line number Diff line number Diff line change 4
4
puts "Fetching latest Rails locale files to #{ rails_locale_dir } "
5
5
6
6
exec %(
7
- curl -Lo '#{ rails_locale_dir } /action_view.yml' https://raw.githubusercontent.com/rails/rails/7 -0-stable/actionview/lib/action_view/locale/en.yml
7
+ curl -Lo '#{ rails_locale_dir } /action_view.yml' https://raw.githubusercontent.com/rails/rails/8 -0-stable/actionview/lib/action_view/locale/en.yml
8
8
9
- curl -Lo '#{ rails_locale_dir } /active_model.yml' https://raw.githubusercontent.com/rails/rails/7 -0-stable/activemodel/lib/active_model/locale/en.yml
9
+ curl -Lo '#{ rails_locale_dir } /active_model.yml' https://raw.githubusercontent.com/rails/rails/8 -0-stable/activemodel/lib/active_model/locale/en.yml
10
10
11
- curl -Lo '#{ rails_locale_dir } /active_record.yml' https://raw.githubusercontent.com/rails/rails/7 -0-stable/activerecord/lib/active_record/locale/en.yml
11
+ curl -Lo '#{ rails_locale_dir } /active_record.yml' https://raw.githubusercontent.com/rails/rails/8 -0-stable/activerecord/lib/active_record/locale/en.yml
12
12
13
- curl -Lo '#{ rails_locale_dir } /active_support.yml' https://raw.githubusercontent.com/rails/rails/7 -0-stable/activesupport/lib/active_support/locale/en.yml
13
+ curl -Lo '#{ rails_locale_dir } /active_support.yml' https://raw.githubusercontent.com/rails/rails/8 -0-stable/activesupport/lib/active_support/locale/en.yml
14
14
)
You can’t perform that action at this time.
0 commit comments