Language Translator
by Florin Bobis
Score: 62/100
favorite
share
Description
Category: Note Enhancements

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.

Stats
49
stars
41,482
downloads
5
forks
1,234
days
51
days
401
days
9
total PRs
2
open PRs
0
closed PRs
7
merged PRs
12
total issues
1
open issues
11
closed issues
2
commits
README file from

Logo

Language Translator

An Obsidian plugin to translate selected text in the desired language.

Report a Bug · Request a Feature

GitHub release (latest by date)
GitHub Release Date
GitHub issues

GitHub all releases
GitHub

Language Translator

An Obsidian plugin to translate selected text in the desired language.

About The Project

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

Installing

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.

Settings

img/settings.jpg
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

Usage

  1. First you need to define the text to be translated. There are two options available:

    • By explicitly specifying the language code
     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.

    • Or directly, using the default source language code in the settings.
     I want to break free
  2. Select the text

  3. Execute the translation by

    • Hitting Ctrl+P and executing the Language Translator: Insert translation command
    • or by using the predefined hotkey (default is Ctrl+Shift+R)
      Logo

Contributing

Contributions are what make the open source community such an amazing place to learn, inspire, and create. Any contributions you make are greatly appreciated.

License

This project is licensed under the MIT License - see the LICENSE file for details

Contact

Florin Bobis - @twentytwokhz - florinbobis@gmail.com

Project Link: https://github.com/twentytwokhz/language-translator