Skip to content

Latest commit

 

History

History
18 lines (12 loc) · 305 Bytes

README.md

File metadata and controls

18 lines (12 loc) · 305 Bytes

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