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
@NachoPal When I use I18n.transliterate with dry_i18n gem, happens the following error:
I18n.transliterate
I18n.transliterate('something') # => NoMethodError: undefined method `scan' for {}:Hash # from /usr/local/rvm/gems/ruby-2.4.1@my_app/gems/dry_i18n-1.0.0/lib/dry_i18n.rb:31:in `variables?'
The text was updated successfully, but these errors were encountered:
@NachoPal The pull request #2 of @MiguelSavignano fixed my issue. Thanks guys! 👍
Sorry, something went wrong.
No branches or pull requests
@NachoPal When I use
I18n.transliterate
with dry_i18n gem, happens the following error:The text was updated successfully, but these errors were encountered: