-
Notifications
You must be signed in to change notification settings - Fork 264
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Can't use exclude option without explicit include #137
Comments
Currently, setting |
I think one never needs to look through the default files, so one should simply add to the list. |
* upstream/master: (58 commits) Bump to 0.8.3 ActiveSupport < 4 compat Bump to 0.8.2 Fix failure on nil values in the data config glebm#142 Bump to 0.8.1 bump to 0.8.0 Update the default config file, edit the Readme Config appends to and not overrides the list glebm#137 Update CHANGES.md Don't require spec_helper where you don't need to. Add missing keys detected in source to all locales glebm#134 cli cli.rb: extract help_option Verbose option help improve CLI DSL update template defaults to match cli.rb codeclimate minor fixes test-infra slop -> optparse ...
I don't want i18n-tasks to search for translations in abstract controllers and helpers like
ApplicationHelper
, where I have this method for example:I tried
But this resulted in
I had to explicitly also add
include
to make it work:Is this expected behaviour?
The text was updated successfully, but these errors were encountered: