Issue #9 (Sustainable Software Development) 04/15/19
If you're trying to learn a foreign language, this life hack on Reddit has a really neat tip that shows you how to use Google Sheets to tap into Google Translate.
It uses
the GOOGLETRANSLATE() function, which accepts three parameters: Source Text, Source Language, and Target Language, any of which can be a cell reference in sheets. For example:
GOOGLETRANSLATE(A1, "en", "es")
You'll have to know the two-letter codes of the languages used, which are just an online search away. Definitely a neat tip that is well-deserving of its 80k+ karma and fake internet gold. And I should point out, based on the GIF/Video, that the original tip seems to come from
Jake Miller.
Now on to this week's hand-picked productivity links!