templates/locales/en.yml in lita-4.0.0.rc1 vs templates/locales/en.yml in lita-4.0.0.rc2

- old
+ new

@@ -52,11 +52,11 @@ require_config_deprecated: >- Lita::Adapter.require_config is deprecated and will be removed in Lita 5.0. Use Lita::Adapter.config instead. required_configs_deprecated: >- Lita::Adapter.required_configs is deprecated and will be removed in Lita 5.0. - Use Lita::Adapter.configuration instead. + Use Lita::Adapter.configuration_builder instead. cli: no_gemfile_warning: >- The default command "start" must be run inside a Lita project. Try running `lita new` to generate a new Lita project or `lita help` to see all commands. travis_question: Do you want to test your plugin on Travis CI? @@ -81,9 +81,13 @@ config.redis is now a hash. missing_required_adapter_attribute: >- Configuration attribute "%{attribute}" is required for "%{adapter}" adapter. missing_required_handler_attribute: >- Configuration attribute "%{attribute}" is required for "%{handler}" handler. + type_error: >- + Configuration type error: "%{attribute}" must be one of: %{types}. + validation_error: >- + Validation error on attribute "%{attribute}": %{message} daemon: pid_exists: >- PID file exists at %{path}. Lita may already be running. Kill the existing process or remove the PID file and then start Lita. kill_failure: "Failed to kill existing Lita process %{pid}."