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

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

@johansmitsnl

Description

@johansmitsnl

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"

Metadata

Metadata

Assignees

Labels

Type

No type

Projects

No projects

Relationships

None yet

Development

No branches or pull requests

Issue actions