Skip to content

Commit

Permalink
fix typo workspace -> workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
dazzleMesh committed May 31, 2023
1 parent 1fb5b3f commit 33c926d
Showing 1 changed file with 24 additions and 24 deletions.
48 changes: 24 additions & 24 deletions info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,25 @@
<string>Translate</string>
<key>objects</key>
<array>
<dict>
<key>config</key>
<dict>
<key>autopaste</key>
<false/>
<key>clipboardtext</key>
<string>{query}</string>
<key>ignoredynamicplaceholders</key>
<false/>
<key>transient</key>
<false/>
</dict>
<key>type</key>
<string>alfred.workflow.output.clipboard</string>
<key>uid</key>
<string>651FC5D3-99B6-45E2-A896-01E2A7D3393C</string>
<key>version</key>
<integer>3</integer>
</dict>
<dict>
<key>config</key>
<dict>
Expand Down Expand Up @@ -114,7 +133,7 @@
<key>runningsubtext</key>
<string>Translating text...</string>
<key>script</key>
<string>python3 ./main.py $@</string>
<string>python3 ./main.py $1</string>
<key>scriptargtype</key>
<integer>1</integer>
<key>scriptfile</key>
Expand All @@ -135,25 +154,6 @@
<key>version</key>
<integer>3</integer>
</dict>
<dict>
<key>config</key>
<dict>
<key>autopaste</key>
<false/>
<key>clipboardtext</key>
<string>{query}</string>
<key>ignoredynamicplaceholders</key>
<false/>
<key>transient</key>
<false/>
</dict>
<key>type</key>
<string>alfred.workflow.output.clipboard</string>
<key>uid</key>
<string>651FC5D3-99B6-45E2-A896-01E2A7D3393C</string>
<key>version</key>
<integer>3</integer>
</dict>
<dict>
<key>config</key>
<dict>
Expand All @@ -180,7 +180,7 @@ Translate words or sentences to another language via the `t` keyword.
![preview](images/preview.png)
![preview2](images/preview2.png)
↩: Copy translate to the clipboard.
+ : Paste translate to active app.
+ : Paste translate to active app.
By default, translate any language to Russian, setup your language in the **workflow settings**.</string>
<key>uidata</key>
<dict>
Expand All @@ -201,9 +201,9 @@ By default, translate any language to Russian, setup your language in the **work
<key>651FC5D3-99B6-45E2-A896-01E2A7D3393C</key>
<dict>
<key>xpos</key>
<real>550</real>
<real>525</real>
<key>ypos</key>
<real>220</real>
<real>95</real>
</dict>
<key>D2D5C5DA-1EAE-4512-B453-DEB6657BA96B</key>
<dict>
Expand Down Expand Up @@ -352,7 +352,7 @@ By default, translate any language to Russian, setup your language in the **work
<true/>
</dict>
<key>description</key>
<string>Keyword that activates the workspace</string>
<string>Keyword that activates the workflow</string>
<key>label</key>
<string>Keyword</string>
<key>type</key>
Expand Down

0 comments on commit 33c926d

Please sign in to comment.