-
Notifications
You must be signed in to change notification settings - Fork 418
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
0.6 #391
base: master
Are you sure you want to change the base?
0.6 #391
Conversation
MimoGraphix
commented
May 6, 2021
- When a new key found by user URL is logged while creating.
- Possibility to ignore JSON translation entirely
- Updated translation:find command
- more specific regex
- recognizing and logging variables from source code trans('something.something', ['variable' => $var1] )
- location in the source is logged and displayed to a user
- optional warning system when a key was not found in source code
- Possibility to ignore all newly found keys by a user (for production)
- index.php converted to blades
- New editing view with focus only on one specific translation with additional details ( variables, URLs, source locations )
- improved translation finding regex, while finding logs place and possible parameters - improved translation editing view, focus on one translation and move to another by arrows - bit of code prettifying - possibility to ignore JSON translations entirely - log URL where key was found
- improved translation finding regex, while finding logs place and possible parameters - improved translation editing view, focus on one translation and move to another by arrows - bit of code prettifying - possibility to ignore JSON translations entirely - log URL where key was found
- fix missing method - fix ignore_json conditions - add indexes to ltm_translations_*
Heyy man great job you've done here. But i noticed if you use: trans_choice('user.name.age', $years, ['name' => Sam]) Then it will not see the variables. But great job. |
Hi @Slubby, Sadly I was not able to put this into regex without splitting it into two different regexes and making it unnecessarily complicated. Hope this helps. |
|
- Visual differences in detail view between empty and filled locales.