Skip to content
This repository has been archived by the owner on Oct 19, 2018. It is now read-only.

Only the i18n translation only shows: 1 item left #4

Open
johansmitsnl opened this issue Aug 9, 2018 · 0 comments
Open

Only the i18n translation only shows: 1 item left #4

johansmitsnl opened this issue Aug 9, 2018 · 0 comments
Assignees
Labels
Milestone

Comments

@johansmitsnl
Copy link
Contributor

Only the i18n translation only shows: 1 item left. When I test in the console the translation works fine:

irb(main):001:0> I18n.t('footer.todo_count', count: 1)
=> "1 item left"
irb(main):002:0> I18n.t('footer.todo_count', count: 0)
=> "Nothing left"
irb(main):003:0> I18n.t('footer.todo_count', count: 3)
=> "3 items left"
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Projects
None yet
Development

No branches or pull requests

2 participants