-
Notifications
You must be signed in to change notification settings - Fork 171
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
Separate each language folder #120
Comments
This sound like an interesting improvement for this library. Currently, we generate everything in one single file (unfortunately). BTW, @AliN11 are you using webpack? If yes, check this: https://github.com/rmariuzzo/laravel-localization-loader/ it may help for you specific case. Otherwise, I will think of a solution for your particular case. |
Yes I am using Webpack but didn't try given repository 😉.
|
Another feature or complexity can be like I want to use this with modular project build with https://github.com/nWidart/laravel-modules, There is separate translation folder for each module. |
I think this will definitely be a nice addition, it would bring further consistency with the Laravel Localization API. |
I think it is not possible to separate each language folder.
For example I don't need Italian language while default locate is set to English.
It could be a big issue if we have many languages and files.
I expect each language folder to be generated in separate file (not all languages in one file). something like this after generation:
The text was updated successfully, but these errors were encountered: