templates/config/i18n-tasks.yml in i18n-tasks-0.8.5 vs templates/config/i18n-tasks.yml in i18n-tasks-0.8.6
- old
+ new
@@ -17,12 +17,12 @@
read:
## Default:
# - config/locales/%{locale}.yml
## More files:
# - config/locales/**/*.%{locale}.yml
- ## Another gem:
- # - "<%= %x[bundle show vagrant].chomp %>/templates/locales/%{locale}.yml"
+ ## Another gem (replace %#= with %=):
+ # - "<%#= %x[bundle show vagrant].chomp %>/templates/locales/%{locale}.yml"
# Locale files to write new keys to, based on a list of key pattern => file rules. Matched from top to bottom:
# `i18n-tasks normalize -p` will force move the keys according to these rules
write:
## For example, write devise and simple form keys to their respective files:
@@ -52,13 +52,14 @@
# paths:
# - app/
## Root directories for relative keys resolution.
# relative_roots:
- # - app/views
# - app/controllers
# - app/helpers
+ # - app/mailers
# - app/presenters
+ # - app/views
## Files or `File.fnmatch` patterns to exclude from search. Some files are always excluded regardless of this setting:
## %w(*.jpg *.png *.gif *.svg *.ico *.eot *.otf *.ttf *.woff *.woff2 *.pdf *.css *.sass *.scss *.less *.yml *.json)
exclude:
- app/assets/images