dev
Always use %{count} variable when translating pluralized strings
[translations]
(5)
Some languages use the “zero” and/or “one” key for more than the values 0 and 1. Please use the correct variable (like %{count}) if you are translating one of those languages. The actual value will be truncated to the st…