Results 40 comments of Antonio Facciolo

I read the provided links. I agree with them. My issue was only not to have the theme for the pagination hardcoded, but to have an option to opt-out and...

I'm using the version 3.6.3 with rails 4.2.8 and I think I found the problem in this commit: https://github.com/leikind/wice_grid/pull/324/commits/74ef1e7dec2e0da8dfce97d15f62080f33a3a41c If I revert the changes I don't have this issue anymore

For me it doesn't work also with scope as the first option. I have something like that in one model: ``` I18n.t(name.to_s.tr('.', '_'), scope: 'configurations.categories', default: name) ``` and I'm...

It's javascript

Ah ok, in the [Usage search](https://github.com/glebm/i18n-tasks#usage-search) section of the README I read: > i18n-tasks uses an AST scanner for .rb and .html.erb files, and a regexp scanner for all other...

Could it be worth to improve the existing one? I think many users could benefit from it. First I will try to have a look at the custom scanner to...

I'll try to write some when I will work on that again. For the moment, thank you!

Or is it possible to exclude a complete translation file?

Any news about this issue or how to workaround it? Thank you!

I just found a very similar issue, I don't know if it could be related: https://github.com/svg/svgo/issues/1080