We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
TypeError array_replace_recursive(): Argument #2 must be of type array, int given at vendor\laravel\framework\src\Illuminate\Translation\FileLoader.php:129 125▕ { 126▕ return collect($paths) 127▕ ->reduce(function ($output, $path) use ($locale, $group) { 128▕ if ($this->files->exists($full = "{$path}/{$locale}/{$group}.php")) { ➜ 129▕ $output = array_replace_recursive($output, $this->files->getRequire($full)); 130▕ } 131▕ 132▕ return $output; 133▕ }, []); 1 vendor\laravel\framework\src\Illuminate\Translation\FileLoader.php:129 2 vendor\laravel\framework\src\Illuminate\Collections\Traits\EnumeratesValues.php:791
When scannable locale does have a file but it's empty (not an array). If you are busy, I'll make pull request whenever I have time.
The text was updated successfully, but these errors were encountered:
@kropcik Thank you for opening this issue. I will look into this and try to fix it as soon as possible.
Sorry, something went wrong.
@kropcik, could you check if the fix proposed in #4 works for you?
Successfully merging a pull request may close this issue.
When scannable locale does have a file but it's empty (not an array). If you are busy, I'll make pull request whenever I have time.
The text was updated successfully, but these errors were encountered: