0

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 ?

Knut Holm
  • 3,988
  • 4
  • 32
  • 54
Jade Hamel
  • 1,360
  • 1
  • 15
  • 30

1 Answers1

1

Not currently. Gettext doesn't natively support that.

Answer received by rubenv

Angular GetText grammatical gender issue

Jade Hamel
  • 1,360
  • 1
  • 15
  • 30
  • 3
    Though, 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