thomashempel Posted April 7, 2013 Share Posted April 7, 2013 (edited) Hi, I just finished my first workflow. It's yet another translation workflow based on Google. Right now it only translates to german and english but it easily extendable. he twist with this workflow is, that it displays the result from Google inside Alfred and does not open the Google website. Makes it very easy to pick the translation you think fits best. Just select it and it will be pasted to the clipboard. By default the following commands are implemented: gte {phrase} - Specifically translate from german to english gfe {phrase} - Specifically tranbslate from english to german gag {phrase} - Translate to german and let Google figure out what the source language is gae {phrase} - Translate to english and let Google figure out what the source language is You can download it from GitHub. Or directly. Hope someone finds this useful. Let me know what you think. :-) Best wishes, Thomas Edited April 9, 2013 by thomashempel arsenty, mklement0 and ludwip 3 Link to comment
npeeps Posted April 8, 2013 Share Posted April 8, 2013 I think this is wonderful! Thank you for sharing! I love that it shows a number of possible translations. Is there a way to make it list the article of the word as well? i.e. the dog --> der Hund? That would be wonderful! Link to comment
RBenschop Posted April 8, 2013 Share Posted April 8, 2013 Hi there, I really like your workflow! I'm not german, so I did some changes (dutch instead of german) and I changed the icons. But when I use the workflow the icons aren't working well. Can I get this to work? Screenshots: http://d.pr/i/T4gj http://d.pr/i/5mZ5 http://d.pr/i/YnKn http://d.pr/i/bQAZ Link to comment
thomashempel Posted April 9, 2013 Author Share Posted April 9, 2013 ... Is there a way to make it list the article of the word as well? i.e. the dog --> der Hund? ... That should be possible if Google returns that information. I'll look into that. Hi there, I really like your workflow! I'm not german, so I did some changes (dutch instead of german) and I changed the icons. But when I use the workflow the icons aren't working well. Can I get this to work? Screenshots: http://d.pr/i/T4gj http://d.pr/i/5mZ5 http://d.pr/i/YnKn http://d.pr/i/bQAZ Well, the icons in the result are set in the php script that does the lookup and parsing. The workflow only comes with icons for en and de. I already have plans how I can change the workflow to make it more general. Btw. Right now, the easiest way to stay up to date is following me on GitHub. Greets, Thomas Link to comment
cripto Posted April 9, 2013 Share Posted April 9, 2013 Thanks thomas, this is exceptionally useful!!! Link to comment
derfla Posted April 9, 2013 Share Posted April 9, 2013 Nice workflow! But it does not work with umlauts, try "gte über". Link to comment
thomashempel Posted April 9, 2013 Author Share Posted April 9, 2013 Nice workflow! But it does not work with umlauts, try "gte über". Japp, it still has some encoding issues. Thanks for the hint thou. Link to comment
valpackett Posted April 9, 2013 Share Posted April 9, 2013 I figured out the encoding thing. Add this to the Google request URL: &ie=UTF-8&oe=UTF-8 Decode the result: echo utf8_decode($result); Link to comment
ludwip Posted November 20, 2013 Share Posted November 20, 2013 Hi Guys, Please could you possibly let me know how and what to change in order to have it translate to language other then German? Thanks for your help. Link to comment
thomashempel Posted November 21, 2013 Author Share Posted November 21, 2013 Please could you possibly let me know how and what to change in order to have it translate to language other then German? Check out https://github.com/thomashempel/AlfredGoogleTranslateWorkflow Greets, Thomas Link to comment
MEs Posted September 3, 2016 Share Posted September 3, 2016 Hi Just to let you know that the issue (#28 on GitHub) about the name of the Alfred folder in Application Support is still here for anyone using Alfred 3. However, the beta you have on GitHub solved it. Just to let you know. Regards Link to comment
mastermouse44 Posted September 30, 2016 Share Posted September 30, 2016 Hi, Thanks for putting together this workflow. It saves me a lot of time looking up words. It was working fine until about a month ago and now it tells me "input must be longer than 2 characters" or switches to "google search gt abc..." - is there any way to fix this? Thanks in advance! MM Link to comment
MEs Posted November 13, 2016 Share Posted November 13, 2016 Because of Google API, it's not working anymore mastermouse... Link to comment
sirHydra Posted January 10, 2017 Share Posted January 10, 2017 Doesn't work for me Alfred 3.2.1 Link to comment
ABd Posted September 24, 2019 Share Posted September 24, 2019 Hi, I am trying to use it, but after you type the keyword and then a phrase to translate Alfred defaults to its 'search the web' default. Using alfred 4 Link to comment
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now