Skip to content

Commit 3a29fcd

Browse files
authored
Merge pull request #336 from mining016/patch-1
corrected command for json export
2 parents 3999902 + b609a8e commit 3a29fcd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

readme.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -125,7 +125,7 @@ Supply the group name to define which groups you want to publish.
125125

126126
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`
127127

128-
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.
128+
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.
129129

130130
### Clean command
131131

0 commit comments

Comments
 (0)