The Language Translator plugin is a powerful tool for Obsidian users who need to translate selected text in their notes. With this plugin, you can easily convert your text into the desired language using Azure Translator or your own hosted services. The plugin offers various settings, such as target language, API type, and region, allowing you to customize your translation experience. You can also use hotkeys to execute translations quickly. Whether you're a student, researcher, or simply someone who likes to read in multiple languages, this plugin is an excellent addition to your Obsidian workflow.
An Obsidian plugin to translate selected text in the desired language.
Report a Bug
·
Request a Feature
An Obsidian plugin to translate selected text in the desired language.
This plugin allows you to translate selected text into the desired language.
It's based on a free instance of Azure Translator. Please do not abuse it :)
Word of advice
Keep in mind this is an initial version and that the plugin interface is subject to change!
PS: If you have recommendations please see the Contributing section
Find this plugin in the listing of community plugins in Obsidian and add it to your application.
Or, if you'd like to install it manually, clone this repository to the .obsidian/plugins/
directory in your vault, navigate to your newly cloned folder, run npm i
or yarn
to install dependencies, and run npm run build
or yarn build
to compile the plugin.
The plugin allows for certain types of configuration:
Target Language
Here we select what is the default target for our translation.
API Type
The plugin allows choice between the Builtin Azure API (limited version) and your own hosted services in Azure or LibreTranslate.
Azure Translator region
This setting is to allow you to set up your own Azure Translator instance with your predefined region.
The default Azure region used by the builtin API is global
API Url
This is to distinguish between the default Azure API Url and other possible hosting locations
API Token
This token is required only for privately hosted instances of Azure or LibreTranslate
First you need to define the text to be translated. There are two options available:
fr:I want to break free
First part is the prefix containing the language code (See codes here). The second part is the actual text for translation.
I want to break free
Select the text
Execute the translation by
Ctrl+P
and executing the Language Translator: Insert translation
commandCtrl+Shift+R
)Contributions are what make the open source community such an amazing place to learn, inspire, and create. Any contributions you make are greatly appreciated.
This project is licensed under the MIT License - see the LICENSE
file for details
Florin Bobis - @twentytwokhz - florinbobis@gmail.com
Project Link: https://github.com/twentytwokhz/language-translator