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
rails g i18n_translation ru generates not translated fields like this:
rails g i18n_translation ru
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 remember_created_at: remember_created_at #g reset_password_sent_at: reset_password_sent_at #g reset_password_token: reset_password_token #g
The text was updated successfully, but these errors were encountered:
No branches or pull requests
rails g i18n_translation ru
generates not translated fields like this:The text was updated successfully, but these errors were encountered: