Units in singular and plural
Variables like "membership.unit_days" should be defined for the singular and the plural form like "day" and "days". The script should respect this depending on the amount like "1 day" and "2 days". This looks a lot more professional.
1
vote
2 comments
-
Sven Sevke commented
Sure, you need two fields for all related expressions/units. But this is not supposed to be very tough development work.
English
active_ago_hours_singular = "hour before"
active_ago_hours_plural = "hours before"German
active_ago_hours_singular = "Stunde vorher"
active_ago_hours_plural = "Stunden vorher" -
Carl
commented
Only if we can tanslate the plural form too, not just by adding an "s".