I'm looking for a simple-proper-elegant way to handle grammatical gender with Angular-Gettext. Is it possible to do something with the translate-plural directive or by using ng-pluralize ?
Asked
Active
Viewed 526 times
1 Answers
1
Not currently. Gettext doesn't natively support that.
Answer received by rubenv

Jade Hamel
- 1,360
- 1
- 15
- 30
-
3Though, it should be noted, it could be added: it's just a matter of extracting and selecting the right strings (it'd basically be a layer on top of gettext). The challenge is to make the API of this usable. – Ruben Vermeersch Feb 18 '14 at 19:10