Skip to content

Commit 111dc1e

Browse files
committed
readme
1 parent c13cd46 commit 111dc1e

File tree

1 file changed

+14
-0
lines changed

1 file changed

+14
-0
lines changed

README.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -251,10 +251,24 @@ Missing translations are keys found in your codebase but missing in translation
251251

252252
### CLI Usage
253253

254+
Find the missing keys in your default driver:
255+
254256
```bash
255257
php artisan translator:missing en
256258
```
257259

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+
```bash
269+
php artisan translator:missing en --sync
270+
```
271+
258272
### Programmatic Usage
259273

260274
```php

0 commit comments

Comments
 (0)