The other gettext repo https://github.com/etnt/gettext has a parse transform for extracting strings (i.e. the job of xgettext). This could be more or less easily ported to gettexter. Then, it would be fairly easy to add support for binaries ?_(<<"foo">>) and handle Erlang-specific string syntax better than xgettext, s.t. adjacent string literals ?_("string" "42") and odd Erlang-specific escape sequences ?_("\x{128525}") (the 😍 symbol).
We are willing to implement this. Hopefully you'll be interested to merge a pull request in the following days or weeks....
The other gettext repo https://github.com/etnt/gettext has a parse transform for extracting strings (i.e. the job of xgettext). This could be more or less easily ported to gettexter. Then, it would be fairly easy to add support for binaries
?_(<<"foo">>)and handle Erlang-specific string syntax better than xgettext, s.t. adjacent string literals?_("string" "42")and odd Erlang-specific escape sequences?_("\x{128525}")(the 😍 symbol).We are willing to implement this. Hopefully you'll be interested to merge a pull request in the following days or weeks....