Basic usage¶
Download the command-line tool¶
Download the CLI tool and move it to your $PATH
(you may need to use sudo
):
curl -sSL "https://cdn.openl10n.io/cli/releases/current/openl10n.phar" -o /usr/local/bin/openl10n
chmod a+x /usr/local/bin/openl10n
Configure your project¶
See https://github.com/openl10n/openl10n-cli/blob/master/README.md#usage
Synchronize your translations¶
WIP