grosser / gettext_i18n_rails

Rails: FastGettext, I18n integration -- simple, threadsafe and fast!
MIT License
268 stars 90 forks source link

Filter out options unknown to msgcat #155

Closed graaff closed 8 years ago

graaff commented 8 years ago

msgcat does not have the --location option. When passed this option msgcat will abort with an error, causing e.g. the gettext:find task to be incomplete.

Fixes #152

grosser commented 8 years ago

test would have been great too ... but I'll take it ;)

grosser commented 8 years ago

1.7.1 is out!

graaff commented 8 years ago

I looked for tests related to the tasks but I couldn't seem to locate them. Did I overlook them?

grosser commented 8 years ago

nah ... might not exist

On Mon, May 16, 2016 at 11:35 AM, Hans de Graaff notifications@github.com wrote:

I looked for tests related to the tasks but I couldn't seem to locate them. Did I overlook them?

— You are receiving this because you modified the open/close state. Reply to this email directly or view it on GitHub https://github.com/grosser/gettext_i18n_rails/pull/155#issuecomment-219507549