mirror of https://github.com/rails/rails
Remove not used button translation from av locale
This commit is contained in:
parent
65ffcec5a6
commit
bb461248f0
|
@ -147,15 +147,8 @@
|
|||
# Default value for :prompt => true in FormOptionsHelper
|
||||
prompt: "Please select"
|
||||
|
||||
# Default translation keys for submit FormHelper
|
||||
# Default translation keys for submit and button FormHelper
|
||||
submit:
|
||||
create: 'Create %{model}'
|
||||
update: 'Update %{model}'
|
||||
submit: 'Save %{model}'
|
||||
|
||||
# Default translation keys for button FormHelper
|
||||
button:
|
||||
create: 'Create %{model}'
|
||||
update: 'Update %{model}'
|
||||
submit: 'Save %{model}'
|
||||
|
||||
|
|
Loading…
Reference in New Issue