Skip to content

Commit

Permalink
Readme
Browse files Browse the repository at this point in the history
  • Loading branch information
ben182 committed Feb 14, 2019
1 parent 36000e5 commit 6d387eb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ You can specify your source language, the target language(s), the translator and

### Missing translations

Simply call the artisan missing command for translating all the translations that are set in your source language, but not in your target language.
Simply call the artisan missing command for translating all the translations that are set in your source language, but not in your target language:

```bash
php artisan autotrans:missing
Expand Down Expand Up @@ -64,7 +64,7 @@ The artisan missing command will then translate the missing `auth.throttle` key.

### All translations

To overwrite all your existing target language keys with the translation of the source language simply call
To overwrite all your existing target language keys with the translation of the source language simply call:

```bash
php artisan autotrans:all
Expand Down

0 comments on commit 6d387eb

Please sign in to comment.