You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Searches for translation keys – inserts into JSON translation files.
1
+
# JSON Translation Helper for Laravel
2
+
JSON Translation Helper scans your project for `__()`, `lang()` translation helper methods and `@lang` directives, then it creates keys in your JSON translation files.
3
+
4
+
And yes, it avoids duplicates – helper creates only non-existing keys. Ready for your translation.
0 commit comments