-
Notifications
You must be signed in to change notification settings - Fork 4
New issue
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
Unable to use I18n backend #5
Comments
@viveks1422, to change the currency unit, you actually have to specify the unit yourself: https://github.com/translationexchange/tml-rails/blob/master/lib/i18n/backend/tml.rb#L63 |
Hello @berk, The I want tml to be a nice guy and touch I18n.locale only when I allow it by using I18n::Backend::Tml backend. I monkey patched it, do you think my monkey patch can cause some problems? Do you plan to put Regards, |
Hi @berk ,
I am unable to use I18n backend ymls, like when I am trying to use I18n.backend = I18n::Backend::Tml.new and use this method
=number_to_currency(1000,:locale=>:fr)
It's fallback to :en and I am getting only $ is my currency unit.
Please help me ASAP
Many Thanks
The text was updated successfully, but these errors were encountered: