summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorstreetturtle <streetturtle@gmail.com>2018-01-20 21:38:32 -0500
committerstreetturtle <streetturtle@gmail.com>2018-01-20 21:38:32 -0500
commited3bbecb953c4b8166ca180b5fd5d49fa639114c (patch)
tree7f133f1eafa27828b9ee422ff10061312e2a7577
parentb9de47d5a3be2e3c59a2e11db238eb740c8b8de8 (diff)
update readme
-rw-r--r--translate-widget/README.MD14
1 files changed, 7 insertions, 7 deletions
diff --git a/translate-widget/README.MD b/translate-widget/README.MD
index 6dbb3b1..e13b1e4 100644
--- a/translate-widget/README.MD
+++ b/translate-widget/README.MD
@@ -1,8 +1,14 @@
# Translate Widget
+This widget allows quickly translate words or phrases without opening a browser - just using Awesome. To provide direction of the translation add the 2 letters code of the source and target languages at the end of the phrase, for example _hello enfr_ will translate _hello_ from English to French. This widget is based on [Yandex.Translate API](https://tech.yandex.com/translate/).
+
![demo](./demo.gif)
-This widget is based on the [Yandex.Translate API](https://tech.yandex.com/translate/).
+## Controls
+
+ - <kbd>Mod4</kbd> + <kbd>c</kbd> - opens a translate prompt;
+ - left click on the popup widget - copies the translation to the clipboard and closes widget;
+ - right click on the popup widget - copies text to translate to the clipboard and closes widget.
## Installation
@@ -48,9 +54,3 @@ This widget is based on the [Yandex.Translate API](https://tech.yandex.com/trans
end
}
```
-
-## Controls
-
- - <kbd>Mod4</kbd> + <kbd>c</kbd> - opens a translate prompt;
- - left click on the popup widget - copies the translation to the clipboard and closes widget;
- - right click on the popup widget - copies text to translate to the clipboard and closes widget.