-
Notifications
You must be signed in to change notification settings - Fork 12
New issue
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
Suport for laravel translation directory #90
Comments
Hi |
Sure..
the auth and validation are the files that contain php arrays with the actual keys and translations Or they could be json objects php array: 'translation of key1' ]; These can also be multidimentional arrays Would be awesome to see support for this so I can see the actual translated text of the key in the ide Let me know what you need and how I can support |
Here is the pull request with demo project: #91 |
Would be awesome if it would support the laravel resources/lang directories that hold the php arrays for translations in their file/directory structure
The text was updated successfully, but these errors were encountered: