mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-08-20 09:15:46 +02:00
Incorporate change requests
- Remove unnecessary markdown boldness - Tokenize all the values - Change a few descriptions
This commit is contained in:
parent
9a166ce98a
commit
7be77ea9cc
1 changed files with 6 additions and 6 deletions
|
@ -1,6 +1,6 @@
|
|||
# trans
|
||||
|
||||
> **Translate Shell** is a command-line translator.
|
||||
> Translate Shell is a command-line translator.
|
||||
|
||||
- Translate a word (language is detected automatically):
|
||||
|
||||
|
@ -12,12 +12,12 @@
|
|||
|
||||
- Translate a word into french:
|
||||
|
||||
`trans :fr {{word}}`
|
||||
`trans :{{fr}} {{word}}`
|
||||
|
||||
- Translate from a specific language:
|
||||
- Translate a word from German to English:
|
||||
|
||||
`trans de:en {{handy}}`
|
||||
`trans {{de}}:{{en}} {{handy}}`
|
||||
|
||||
- Use `trans` as a dictionary:
|
||||
- Behave like a dictionary to get the meaning of a word:
|
||||
|
||||
`trans -d handy`
|
||||
`trans -d {{handy}}`
|
||||
|
|
Loading…
Add table
Reference in a new issue