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
Copy file name to clipboardExpand all lines: README.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -112,7 +112,7 @@ You get a table of language lines where any of the values matches the given phra
112
112
php artisan langman:sync
113
113
```
114
114
115
-
This command will look into your view files and find all translation keys that are not covered in your translation files, after
115
+
This command will look into all files in `resources/views` and `app` and find all translation keys that are not covered in your translation files, after
116
116
that it appends those keys to the files with a value equal to an empty string.
0 commit comments