aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to '')
-rwxr-xr-xtranslate3
1 files changed, 2 insertions, 1 deletions
diff --git a/translate b/translate
index 9415158..9894e83 100755
--- a/translate
+++ b/translate
@@ -7,4 +7,5 @@ from=$1
7to=$2 7to=$2
8 8
9shift 2 9shift 2
10open-url "${translator}?sl=${from}&tl=${to}&text=$@&op=translate" 10text=$(echo $@ | sed 's/ /\%20/g')
11open-url "${translator}?sl=${from}&tl=${to}&text=${text}&op=translate"

Generated with cgit - Back to sebastiano.tronto.net