@kaliber/mo-compiler
v0.0.2
Published
Compile PO files to MO files.
Downloads
8
Maintainers
Keywords
Readme
Installation
yarn add @kaliber/mo-compiler
How to use
Run the command compile-po
, followed by the path to the folder containing the .po files. E.g.: compile-po path/to/translations
.
Publish
To publish a new version:
>> cd library
>> yarn publish
>> git push
>> git push --tags