We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
I'm using https://github.com/redealumni/i18n_yaml_sorter
The gem has a rake task that is ran by rake i18n:sort, which works fine running manually
rake i18n:sort
Guardfile
guard 'rake', task: 'i18n:sort' do watch(%r{^config/locales/.+\.yml}) end
But I'm getting an error
14:10:54 - INFO - Starting guard-rake i18n:sort 14:10:59 - INFO - running i18n:sort 14:10:59 - ERROR - Guard::Rake failed to run rake task <i18n:sort>, exception was: > [#76a7d63a12cd] RuntimeError: Don't know how to build task 'i18n:sort' (see --tasks)
rake --tasks shows
rake --tasks
rake i18n:sort[path_to_file] # Sort locales keys in alphabetic order
Ideas? :)
The text was updated successfully, but these errors were encountered:
No branches or pull requests
I'm using https://github.com/redealumni/i18n_yaml_sorter
The gem has a rake task that is ran by
rake i18n:sort
, which works fine running manuallyGuardfile
But I'm getting an error
rake --tasks
showsIdeas? :)
The text was updated successfully, but these errors were encountered: