README.md in base_editing_bootstrap-0.14.0 vs README.md in base_editing_bootstrap-0.15.0

- old
+ new

@@ -219,9 +219,32 @@ RSpec.describe ServicePolicy, type: :policy do it_behaves_like "a standard base model policy", :service, check_default_responses: false end ``` +## Message translations +I messaggi di generati per il flash provengono dal metodo BaseEditingBootstrap::ActionTranslation.human_action_message +e seguono una logica simile ad human_attribute_name. +Sono già presenti i messaggi di default, a cui viene passato il nome del modello, +ma è possibile fare override del messaggio con la classe: + +```yaml +LANG: + activerecord: + successful: + messages: + created: "example %{model}" + updated: + destroyed: + CLASS_NAME: + created: "customized %{model} created" + unsuccessful: + messages: + created: + updated: +``` + + ## Contributing 1. Setup env with: ```shell docker compose run app spec/dummy/bin/setup