alexanderwallin / node-gettext

A JavaScript implementation of gettext, a localization framework.
Other
188 stars 36 forks source link

How to invoke msgen? #39

Closed sabsaxo closed 6 years ago

sabsaxo commented 6 years ago

I need to copy the msgid to msgstr, and see that this is a method of the gettext itself. Can I reach this somehow in node?

ArmorDarks commented 6 years ago

Whole instance object exposed to you, so after invocation, you can do with it whatever you want.

and see that this is a method of the gettext itself

What exactly are you trying to do?

alexanderwallin commented 6 years ago

node-gettext doesn't really deal with creating .po or .pot files at the moment.