Closed angauber closed 3 years ago
The getFromFiles method add other language translation keys to the translations but it fails to handle multi-level file translations by only adding the first key
getFromFiles
This PR fixes that by adding flattening using the array_dot laravel helper
array_dot
The
getFromFiles
method add other language translation keys to the translations but it fails to handle multi-level file translations by only adding the first keyThis PR fixes that by adding flattening using the
array_dot
laravel helper