Some projects uses another gettext function names, like, _t() for singular forms and _pt() for plurals, etc.
Is there any chances to see ability pass to jsxgettext object which will map custom function names to gettext(), ngettext() and so on?
grunt-xgettext partially implemented that feature, maybe something can be learned from it. Besides, there were issue about even further expending of that feature: https://github.com/arendjr/grunt-xgettext/issues/8
Some projects uses another gettext function names, like,
_t()for singular forms and_pt()for plurals, etc.Is there any chances to see ability pass to jsxgettext object which will map custom function names to
gettext(),ngettext()and so on?grunt-xgettext partially implemented that feature, maybe something can be learned from it. Besides, there were issue about even further expending of that feature: https://github.com/arendjr/grunt-xgettext/issues/8