Skip to content

Commit

Permalink
Merge pull request #336 from mining016/patch-1
Browse files Browse the repository at this point in the history
corrected command for json export
  • Loading branch information
barryvdh committed Oct 8, 2019
2 parents 3999902 + b609a8e commit 3a29fcd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -125,7 +125,7 @@ Supply the group name to define which groups you want to publish.

For example, `php artisan translations:export reminders` when you have 2 locales (en/nl), will write to `app/lang/en/reminders.php` and `app/lang/nl/reminders.php`

To export translation strings as keys to JSON files , use the `--json` (or `-J`) option: `php artisan translations:import --json`. This will import every entries from the __json_ group.
To export translation strings as keys to JSON files , use the `--json` (or `-J`) option: `php artisan translations:export --json`. This will import every entries from the __json_ group.

### Clean command

Expand Down

0 comments on commit 3a29fcd

Please sign in to comment.