Sergii Lavrin
Sergii Lavrin
Sounds reasanoble. It also will help to avoid duplicating structure in structure itself and than it's "defaults" declaration.
Thanks a lot! :) Well, in fact some libraries even use another position of arguments. Some going even further and providing chaining (like [Jed](https://slexaxton.github.io/Jed/)). But I guess ability to remap...
> I think the promise of jsxgettext is to support GNU gettext interface as closely as possible. Anything non-standard should not make it into the core package. yeah, I completely...
Maybe we can support it with regex? Users which would need only basic functionality could map each function to custom name just with object and strings inside, but if someone...
For the informations: native `xgettext` provides quite flexible way to set custom functions names and map arguments: http://poedit.net/trac/wiki/Doc/Keywords
@snowkeeper are you still up on doing this?
thumbs up for that feature
@i8degrees Thanks! Though, wow, that sounded slightly more complicated than it should be... Anyway, I guess this library isn't maintained anyway, so there little chances that it will be extended...
@capaj Thanks for the reply! I'll try to investigate how to do this since I do not have a clear picture yet. @i8degrees give me a good path to watch,...
The necessity of disk operation is no-go for me since it will impact our build system performance, which means the harder time during development. But thanks for the lead, I...