config/locales/en.yml in rails-add_ons-0.2.0 vs config/locales/en.yml in rails-add_ons-0.3.0
- old
+ new
@@ -13,10 +13,13 @@
update:
notice: "%{resource_name} was successfully updated."
destroy:
notice: "%{resource_name} was successfully destroyed."
alert: "%{resource_name} could not be destroyed."
+ perform:
+ notice: "%{resource_name} was executed."
+ alert: "%{resource_name} could not be executed. Errors: %{errors}"
i18n:
locales:
de: Deutsch
resources_controller:
base:
@@ -34,6 +37,10 @@
service_controller:
base:
create:
back: "Back"
new:
- title: "Run %{service_name}"
\ No newline at end of file
+ title: "Run %{service_name}"
+ views:
+ pagination:
+ last: '▶'
+ next: '◀'