dzle_n Posted May 29 Share Posted May 29 (edited) Hey everyone, I am submitting Translate. Another workflow to translate words and sentences free, fast and without limitations (use Google Translate) I am the original author, source on Github: https://github.com/meshchaninov/alfred-translate-workflow Workflow Features: You can translate from any languages to your target language (choose your language in configurations. Example: `en -> ru`) You can do a reverse translation (the second language is selected in the configurations. Example: `ru -> en`) No need any API keys Copy the translation by pressing enter Submission Requirements: It uses the new Workflow Configuration It doesn't have auto-updates - as requested It doesn't include any binaries or other libraries, use only python 3 standard library All instructions are in Englisch A large-enough icon is included I would appreciate any feedback, thanks 😄 Edited May 29 by dzle_n Link to comment Share on other sites More sharing options...
vitor Posted May 29 Share Posted May 29 Thank you for the submission. A few short notes:Always prefer with input as argv over with input as {query}.The keyword is too short. Either make it longer than a single character or make it configurable (the default can still be t).This one is your choice, but I found it confusing that the target language is on top and the input is on the bottom. I’d expect it to be the input first and the target second.Other than that, everything looks good.The second point is the most important. Once that’s updated we can proceed with adding. Link to comment Share on other sites More sharing options...
dzle_n Posted May 30 Author Share Posted May 30 15 hours ago, vitor said: Thank you for the submission. A few short notes: Always prefer with input as argv over with input as {query}. The keyword is too short. Either make it longer than a single character or make it configurable (the default can still be t). This one is your choice, but I found it confusing that the target language is on top and the input is on the bottom. I’d expect it to be the input first and the target second. Other than that, everything looks good.The second point is the most important. Once that’s updated we can proceed with adding. Thanks for your quick response! I updated the workspace with your comments Link to comment Share on other sites More sharing options...
vitor Posted May 30 Share Posted May 30 Thank you, @dzle_n. Just one thing: it’s a workflow, not a workspace. You’ve made that typo in the Keyword configuration. Could you fix that? After that’s done it can be published, I have the page ready. Link to comment Share on other sites More sharing options...
dzle_n Posted May 31 Author Share Posted May 31 9 hours ago, vitor said: Thank you, @dzle_n. Just one thing: it’s a workflow, not a workspace. You’ve made that typo in the Keyword configuration. Could you fix that? After that’s done it can be published, I have the page ready. I fixed that Link to comment Share on other sites More sharing options...
vitor Posted May 31 Share Posted May 31 Thank you. It will be live later today at https://alfred.app/workflows/meshchaninov/translate/. Link to comment Share on other sites More sharing options...
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