update translations
This commit is contained in:
parent
835c437923
commit
ea29deaa75
10 changed files with 147 additions and 151 deletions
|
|
@ -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));
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue