From 7be77ea9cc8065b793f003ff521432111e41d778 Mon Sep 17 00:00:00 2001 From: AnimiVulpis Date: Mon, 30 Oct 2017 23:07:30 +0100 Subject: [PATCH] Incorporate change requests - Remove unnecessary markdown boldness - Tokenize all the values - Change a few descriptions --- pages/common/trans.md | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/pages/common/trans.md b/pages/common/trans.md index 644e0849b7..91d39ea004 100644 --- a/pages/common/trans.md +++ b/pages/common/trans.md @@ -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}}`