Using gettext how should a sentence with multiple numeric variables be made translatable? ngettext only takes one number as the plural parameter.
The permutations that should be allowed in the below sentence are "adult and child", "adults and child", "adult and children" and "adults and children".
"from #AVAILABILITYFROM to #AVAILABILITYTO for #NUMADULTS adult and #NUMCHILDREN child"