Skip to content

Commit

Permalink
update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
themsaid committed Apr 4, 2016
1 parent 629e49f commit 23c8e7b
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -100,8 +100,8 @@ asking you to give a translation for each, and finally save the given values to
### Translating a key

```
php artisan langman:translate users.name
php artisan langman:translate users.name.en
php artisan langman:trans users.name
php artisan langman:trans users.name.en
```

In the first case it'll ask you to give a translation for the given key in all languages, in the second case it'll ask you only
Expand All @@ -119,7 +119,7 @@ It'll remove that key from all language files.

## Notes

`langman:sync`, `langman:missing`, `langman:translate`, and `langman:remove` updates your language files by writing them completely, meaning that any comments or special styling will get
`langman:sync`, `langman:missing`, `langman:trans`, and `langman:remove` updates your language files by writing them completely, meaning that any comments or special styling will get
removed, so I recommend you backup your files.

## Web interface
Expand Down

0 comments on commit 23c8e7b

Please sign in to comment.