Skip to content

kaliberjs/mo-compiler

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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