Now,
1 . you can set extension using setExtension(string $extension) 2 . you can set extension using setExcludeExtensions(array $exclude_extensions) 3 . you can get all the json file content as php assoc array from getJsonFilesContent($filesByFile,$lang)
i ) $filesByFile -> return value of files() method
ii ) $lang -> provide language which is in the language file path
filterByIncludedFileNames($filesByFile,$includedFileNames) -> you can include only specified names of files.
filterByExcludedFileNames($filesByFile,$excludedFileNames) -> Exclude only specified names of files.
getSupportedLanguages($filesByFile) -> you can get all supported languages after exclude or include.
writeFile($filePath, array $translations) -> updated for json file.
stringJsonLineMaker($translations) -> json string maker added for json file.
Now, 1 . you can set extension using setExtension(string $extension) 2 . you can set extension using setExcludeExtensions(array $exclude_extensions) 3 . you can get all the json file content as php assoc array from getJsonFilesContent($filesByFile,$lang)
i ) $filesByFile -> return value of files() method ii ) $lang -> provide language which is in the language file path