add documentation

This commit is contained in:
Simon Vieille 2020-10-23 18:24:48 +02:00
parent ef00aae51f
commit 205a72f74d
Signed by: deblan
GPG Key ID: 03383D15A1D31745
1 changed files with 6 additions and 0 deletions

View File

@ -1,4 +1,10 @@
<?php
/**
* Generates l10n files using Yaml.
*
* Usage:
* php bin/generate_l10n.php
*/
function generateJsContent($translations)
{