This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?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 | |
* |