Skip to content

Commit 09090d2

Browse files
fix #29: translation does not work
1 parent 63c0550 commit 09090d2

File tree

4 files changed

+17
-5
lines changed

4 files changed

+17
-5
lines changed

Deepl-Translate.alfred5workflow

108 KB
Binary file not shown.

Deepl-Translate.alfredworkflow

108 KB
Binary file not shown.

deepl.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ LANGUAGE_PREFERRED="${DEEPL_PREFERRED:-[\"DE\",\"EN\"]}"
88
KEY="${DEEPL_KEY:-}"
99
PRO="${DEEPL_PRO:-}"
1010
POSTFIX="${DEEPL_POSTFIX:-.}"
11-
VERSION="1.11"
11+
VERSION="1.12"
1212
PATH="$PATH:/usr/local/bin/"
1313
DIR="$( cd "$( dirname "${BASH_SOURCE[0]}" )" >/dev/null 2>&1 && pwd )"
1414
PARSER="jq"

info5.plist

Lines changed: 16 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,17 @@
8484
<array>
8585
<dict>
8686
<key>destinationuid</key>
87-
<string>91D16594-908E-4665-A005-0B715D96E5C2</string>
87+
<string>A222FB0A-D703-4C45-9CB0-4EDEA3399BEF</string>
88+
<key>modifiers</key>
89+
<integer>1048576</integer>
90+
<key>modifiersubtext</key>
91+
<string></string>
92+
<key>vitoclose</key>
93+
<false/>
94+
</dict>
95+
<dict>
96+
<key>destinationuid</key>
97+
<string>61BF4F8C-DC18-4BB4-8DDD-A87C45C0F79E</string>
8898
<key>modifiers</key>
8999
<integer>0</integer>
90100
<key>modifiersubtext</key>
@@ -448,9 +458,9 @@ To avoid the error message 'too many requests', please configure your free (or p
448458
<key>note</key>
449459
<string>Use this keyword to start the translation to the configured language.</string>
450460
<key>xpos</key>
451-
<real>40</real>
461+
<real>220</real>
452462
<key>ypos</key>
453-
<real>490</real>
463+
<real>500</real>
454464
</dict>
455465
<key>CAA19D9E-04B6-4AD4-A8DC-0B683215DD14</key>
456466
<dict>
@@ -598,8 +608,10 @@ To avoid the error message 'too many requests', please configure your free (or p
598608
<string>DEEPL_POSTFIX</string>
599609
</dict>
600610
</array>
611+
<key>variablesdontexport</key>
612+
<array/>
601613
<key>version</key>
602-
<string>1.11</string>
614+
<string>1.12</string>
603615
<key>webaddress</key>
604616
<string>https://github.com/AlexanderWillner/deepl-alfred-workflow2</string>
605617
</dict>

0 commit comments

Comments
 (0)