Skip to content

Commit 23c8e7b

Browse files
committed
update readme
1 parent 629e49f commit 23c8e7b

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -100,8 +100,8 @@ asking you to give a translation for each, and finally save the given values to
100100
### Translating a key
101101

102102
```
103-
php artisan langman:translate users.name
104-
php artisan langman:translate users.name.en
103+
php artisan langman:trans users.name
104+
php artisan langman:trans users.name.en
105105
```
106106

107107
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
@@ -119,7 +119,7 @@ It'll remove that key from all language files.
119119

120120
## Notes
121121

122-
`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
122+
`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
123123
removed, so I recommend you backup your files.
124124

125125
## Web interface

0 commit comments

Comments
 (0)