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
Such as:
# config/locales/en.yml en: notification: one: You have 1 notification other: You have %{count} notifications
#app/views/notifications/index.html.erb <%= t("notification", count: current_user.notifications.count) %>
From watching the tests and doing some tests myself I cant see that, this library is doing like the the above?
The text was updated successfully, but these errors were encountered:
As I know, the pluralization support in Rails that not a I18n feature, it a ActiveSupport feature to do text convert.
pluralization
https://api.rubyonrails.org/classes/ActiveSupport/Inflector.html
If you have any link referenced for how to arrive this, please noted me.
Sorry, something went wrong.
No branches or pull requests
Such as:
From watching the tests and doing some tests myself I cant see that, this library is doing like the the above?
The text was updated successfully, but these errors were encountered: