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 c13cd46 commit 111dc1eCopy full SHA for 111dc1e
README.md
@@ -251,10 +251,24 @@ Missing translations are keys found in your codebase but missing in translation
251
252
### CLI Usage
253
254
+Find the missing keys in your default driver:
255
+
256
```bash
257
php artisan translator:missing en
258
```
259
260
+Specify a driver:
261
262
+```bash
263
+php artisan translator:missing en --driver=json
264
+```
265
266
+Add the missing keys to your driver:
267
268
269
+php artisan translator:missing en --sync
270
271
272
### Programmatic Usage
273
274
```php
0 commit comments