i18n_generators icon indicating copy to clipboard operation
i18n_generators copied to clipboard

A pack of Rails generators gem plugin that generates Rails 3 and Rails 2 I18n locale files for almost every known locale.

Results 9 i18n_generators issues
Sort by recently updated
recently updated
newest added

I tried run this, but got error rails g i18n ru Running via Spring preloader in process 155759 fetching ru.yml from rails-i18n repository... conflict config/locales/ru.yml Overwrite /home/viktor/projects/truck_helper/config/locales/ru.yml? (enter "h" for...

@amatsuda Are you willing to accept a PR that adds action mailer subjects translations with another generator? We implemented it in our main app, and it works quite well!

the connection with google seems broken and all translations come out wrongly ``` nl: activerecord: models: action_mailbox/inbound_email: "-//W3C//DTD HTML 4.01 Transitional//EN" #g action_text/rich_text: "-//W3C//DTD HTML 4.01 Transitional//EN" #g active_storage/attachment: "-//W3C//DTD...

Will have official support for rails 5.2?

Is there any plans to add Mongoid support, or to accept a PR with this feature?

@moro @valda @scambra @amatsuda translating models to en... /Users/chuck/.rvm/gems/ruby-2.1.5/gems/activerecord-4.2.1/lib/active_record/associations.rb:1694: warning: already initialized constant Spree::Product::HABTM_Shops /Users/chuck/.rvm/gems/ruby-2.1.5/gems/activerecord-4.2.1/lib/active_record/associations.rb:1694: warning: previous definition of HABTM_Shops was here /Users/chuck/.rvm/gems/ruby-2.1.5/gems/i18n-0.7.0/lib/i18n/backend/base.rb:90:in `lookup': NotImplementedError (NotImplementedError) from /Users/chuck/.rvm/gems/ruby-2.1.5/gems/i18n_generators-1.2.1/lib/generators/i18n_translation/i18n_translation_generator.rb:96:in`block (2 levels)...

Not a classic issue, but figured this repository had something to do with it, and wanted to introduce this to you, in case you had need for it: https://github.com/shaiguitar/haml-i18n-extractor It's...

`rails g i18n_translation ru` generates not translated fields like this: ``` admin_user: current_sign_in_at: current_sign_in_at #g current_sign_in_ip: current_sign_in_ip #g email: email #g encrypted_password: encrypted_password #g last_sign_in_at: last_sign_in_at #g last_sign_in_ip: last_sign_in_ip #g...

Facing the same issue https://github.com/amatsuda/i18n_generators/issues/4 Please let me know if there any solution. Thanks