Skip to content

Commit

Permalink
corrected command for json export
Browse files Browse the repository at this point in the history
Here it was a typo , instead of export it was import command. Which gives error on execution.
  • Loading branch information
mining016 committed Oct 7, 2019
1 parent 9e81c4d commit b609a8e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion readme.md
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 b609a8e

Please sign in to comment.