-
Notifications
You must be signed in to change notification settings - Fork 207
Having JSON and Array translations at the same time #85
Comments
Could you give an example? How does your directory structure look, please provide output of What is the expected result, versus actual result? |
There is the tree output : ├── en the expected result is the inclusion of the translations in fr.json in the final fr.js generated in resources/assets/js/langs/fr.js, which is not the case. Only the translations in the *.php files are included. If i don't use --multi-locales options, translations from fr.js are correctly included
with --multi-locales option :
|
This should be fixed by #96 |
Thanks ! |
Hello, i reopen the issue since #96 was reverted. |
Hello,
i seems that it's not possible to have json translations and array translations at the same time,
when using --multi-locales option.
In Generator.php line 75 :
if the locale exist as a directory, then the json translation is never applied.
thanks.
The text was updated successfully, but these errors were encountered: