-
Notifications
You must be signed in to change notification settings - Fork 39
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
Dot notation not supported #18
Comments
Hello, you cannot use dots in lemma tokens!
I could add an option to unsupport dot notation and keep translations in a flat mode. Is this really what you want? |
I think i missed the Laravel documentation part about the dots, i looked now but there's no mention about it. |
And I think I missed the Laravel documentation part about flat lemma ! I am totally rewritting the extension to support all laravel version, add automatic translations with Bing Translator, add output formatting options (PSR0, 2, etc...) so I will add this option in the next release. For the end of the month I hope... |
Hi ! The new version with your feature is ready. I have totally rewritten the package and added new features like automatic translations with Bing Translator, code style for lang files, etc... Do you want to test it before going on production? |
Ok, the new version is released. You need to change your composer version and set the correct package version according to your laravel version. |
Sorry @potsky 'been quite busy lately. I'll test it ASAP, thanks for your work! |
If i have
after
localization:missing
i'll getAs you can see the first keyword is lost. Would it be possible to support dot notation, maybe through an option?
The text was updated successfully, but these errors were encountered: