herbgobbler
herbgobbler copied to clipboard
Tool for Text Extraction from erb/rhtml files for internationalization (i18n) purposes
Bumps [rake](https://github.com/ruby/rake) from 0.9.2.2 to 12.3.3. Changelog *Sourced from [rake's changelog](https://github.com/ruby/rake/blob/master/History.rdoc).* > === 12.3.3 > > ==== Bug fixes > > * Use the application's name in error message if...
This fixes https://github.com/douglasjsellers/herbgobbler/issues/24
The tool doesn't consider -f flag. gobble i18n -f app/views/home/home.html.erb ****\* HerbGobbler Usage ****\* Options tr8n | i18n : Use the normal rails i18n output format or use tr8n output...
Repro. run herbgobbler once. run it again /usr/local/lib/ruby/gems/2.1.0/gems/herbgobbler-0.3.11/lib/core/rails_translation_store.rb:91:in `escape': undefined method`gsub' for nil:NilClass (NoMethodError) from /usr/local/lib/ruby/gems/2.1.0/gems/herbgobbler-0.3.11/lib/core/rails_translation_store.rb:74:in `block in serialize' from /usr/local/lib/ruby/gems/2.1.0/gems/herbgobbler-0.3.11/lib/core/base_translation_store.rb:14:in`block (2 levels) in each' from /usr/local/lib/ruby/gems/2.1.0/gems/herbgobbler-0.3.11/lib/core/base_translation_store.rb:12:in `each' from /usr/local/lib/ruby/gems/2.1.0/gems/herbgobbler-0.3.11/lib/core/base_translation_store.rb:12:in`block...
I have a link_to with a confirm: key added to it. Herbgobbler transfers the text of the link, but not the confirm. It would be great if it would move...
It would be great if one could configure how the translation is done. For example, I prefer t('.some_key') instead of the current output t '.some_key'. It would be great if...
Herbgobbler gets confused on the following line: Unhappy? This is what it generates (button_to (t '.cancel_my_1'), registration_path(resource_name), data: { confirm: "Are you sure?" }, method: :delete) %> en.yml: cancel_my_1: "Cancel...
Hey, great library! I was working on an equivalent of this for haml, as you can see here: https://github.com/shaiguitar/haml-i18n-extractor That lib has got an interactive executable as you can see...
Hey, nice approach. the automatization is great. i think it would be nice to have some more user input.... if i could enter the translation key _t("dashboard.recent_entries")_ and optional the...