templates/locales/en.yml in lita-4.2.0 vs templates/locales/en.yml in lita-4.2.1
- old
+ new
@@ -62,15 +62,21 @@
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?
- coveralls_question: |-
+ travis_question: Do you want to test your plugin on Travis CI? ("yes" or "no", default is "no")
+ coveralls_question: >-
Do you want to generate code coverage information with SimpleCov and Coveralls.io?
+ ("yes" or "no", default is "no")
daemon_deprecated: >-
Lita's built-in daemonization is deprecated without replacement and will be removed in
Lita 5.0. Use your operating system's process manager instead.
+ license_notice: >-
+ If you plan to release this plugin as open source software, consider adding a LICENSE file
+ to the root of the repository.
+
+ Common open source software licenses can be found at http://choosealicense.com/.
config:
adapter_deprecated:
config.adapter is deprecated and will be removed in Lita 5.0. Use config.adapters instead.
exception: |
Lita configuration file could not be processed. The exception was: