gettext-parser : Parse and compile gettext po and mo files to/from json, nothing more, nothing less. You can installing gettext-parser npm packages, there are two ways to install this module locally and globaly. -g option is specified to global. Execute the below command.
$ sudo npm install gettext-parser $ sudo npm install -g gettext-parser
If want to update the gettext-parser package execute the command as below,
$ sudo npm update gettext-parser
Update package globally,
$ npm install -g gettext-parser
$ sudo git clone https://github.com/rektide/gettext-parser.git
$ sudo npm install -g ./gettext-parser
gettext-parser@1.3.0 /usr/lib/node_modules/gettext-parser
You can uninstall or remove this package from your node_modules run the command as below,
$ sudo npm uninstall gettext-parser
Package Name | gettext-parser |
Version | 1.3.0 |
Description | Parse and compile gettext po and mo files to/from json, nothing more, nothing less |
Released Date | 2017-08-03T14:14:27.865Z |
Published by | smhg |
How to Learn | https://www.npmjs.com/package/gettext-parser/tutorial |