Skip to content

Commit 5d96164

Browse files
committed
update readme
1 parent 536b731 commit 5d96164

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -112,7 +112,7 @@ You get a table of language lines where any of the values matches the given phra
112112
php artisan langman:sync
113113
```
114114

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
116116
that it appends those keys to the files with a value equal to an empty string.
117117

118118
### Filling missing translations

0 commit comments

Comments
 (0)