Skip to content

Instantly share code, notes, and snippets.

View Bakual's full-sized avatar

Thomas Hunziker Bakual

View GitHub Profile
@Bakual
Bakual / crowdin.php
Last active October 28, 2019 19:37
Crowdin Update Source or Translation
<?php
/**
* Crowdin Upload Translation
* Usage:
* - Upload (latvian) translation: php crowdin.php --key=abcdefg --lang_joomla=lv-LV --lang_crowdin=lv
* The argument `--approved=1` will upload the source or translation as approved
* The argument `--branch=4.0-dev will upload the translations for Joomla 4.0. By default it will upload to staging.
*
* @package Joomla.Cli
*