Indentation fixed

This commit is contained in:
Alexey Gerasimov 2018-04-23 20:02:34 +03:00
parent cb3061b43f
commit fd49e41c55
1 changed files with 1 additions and 1 deletions

View File

@ -11,7 +11,7 @@
$localization = './'.$PROJECT_NAME.'/Resources/Localization/';
$baseFile = file_get_contents(array_pop(glob($COMMON_STRINGS_PATH.'/default*.json')));
$baseJson = json_decode($baseFile, true);
$baseJson = json_decode($baseFile, true);
foreach (glob($COMMON_STRINGS_PATH.'/*.json') as $file) {
$languageName = array_pop(explode('_', basename($file, '.json')));