We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7746221 commit 4590fd3Copy full SHA for 4590fd3
README.md
@@ -106,7 +106,7 @@ php artisan langman:find 'log in first'
106
107
You get a table of language lines where any of the values matches the given phrase by close match.
108
109
-### Search view files for missing translations
+### Searching view files for missing translations
110
111
```
112
php artisan langman:sync
@@ -115,7 +115,7 @@ php artisan langman:sync
115
This command will look into your view files and find all translation keys that are not covered in your translation files, after
116
that it appends those keys to the files with a value equal to an empty string.
117
118
-### Fill missing translations
+### Filling missing translations
119
120
121
php artisan langman:missing
0 commit comments