update translations
Some checks are pending
ci/woodpecker/push/build Pipeline is pending approval
ci/woodpecker/push/security Pipeline is pending approval

This commit is contained in:
Simon Vieille 2025-04-16 17:24:10 +02:00
commit ea29deaa75
Signed by: deblan
GPG key ID: 579388D585F70417
10 changed files with 147 additions and 151 deletions

View file

@ -31,6 +31,7 @@ function generateJsonContent($translations)
chdir(__DIR__.'/../');
foreach (glob('src/l10n/fixtures/*.yaml') as $file) {
echo "$file\n";
$lang = str_replace('.yaml', '', basename($file));
$translations = yaml_parse(file_get_contents($file));