drafts icon indicating copy to clipboard operation
drafts copied to clipboard

Google Translate Action

Open extratone opened this issue 2 years ago • 1 comments
trafficstars

Google Translate Action

Updated 03082023-105614


Resources

googletranslate://?sl=en&tl=tr&text=hello%20world

  • sl = source language
  • tl = translation language
  • text = the thing you want to translate

Update: I found that setting sl=auto sets the source language to "Detect Language", and that the language values are ISO 639 codes. This discussion has some other potentially useful parameters.

googletranslate://?sl=auto&tl=en&text=[selection]


Description

Send the selected text to the Google Translate app via URL scheme.

Directory Description

Google Translate Icon

Send the selected text to Google Translate for iOS/iPadOS via its URL scheme. If no text is selected, the entire draft contents will be passed.

By default, this action is configured to auto-detect the source (input) language and translate it into English. Using ISO-639 codes (as mentioned in the documentation below,) you should be able to customize this action for your own use.

If you have questions, please do reach out via this Action's Issue on my Drafts-specific GitHub Repository or by any other means.

Documentation

The only available documentation (that I could find, anyway) for the Google Translate app's URL scheme is in the form of this Stack Overflow answer, copied below.

  • sl = source language
  • tl = translation language
  • text = the thing you want to translate

Update: I found that setting sl=auto sets the source language to "Detect Language", and that the language values are ISO 639 codes. This discussion has some other potentially useful parameters.

googletranslate://?sl=auto&tl=en&text=[selection]


ISO-639

extratone avatar Mar 08 '23 16:03 extratone

Video Demo

https://user-images.githubusercontent.com/43663476/223781314-f8d15467-da28-4730-afc3-07090a8ca8ea.MOV

extratone avatar Mar 08 '23 17:03 extratone