Allows users to auto-translate messages using libretranslate or google.
Find a file
2025-04-07 21:35:56 +02:00
Assets Initial commit 2025-01-27 18:37:17 +01:00
Commands fix: Fix method 2025-04-07 21:35:56 +02:00
Entities Initial commit 2025-01-27 18:37:17 +01:00
Tools@9f9113fdad Initial commit 2025-01-27 18:37:17 +01:00
Translations Initial commit 2025-01-27 18:37:17 +01:00
.build.cmd Initial commit 2025-01-27 18:37:17 +01:00
.build.sh Initial commit 2025-01-27 18:37:17 +01:00
.editorconfig Initial commit 2025-01-27 18:37:17 +01:00
.gitattributes Initial commit 2025-01-27 18:37:17 +01:00
.gitignore Initial commit 2025-01-27 18:37:17 +01:00
.gitmodules Initial commit 2025-01-27 18:37:17 +01:00
Globals.cs Initial commit 2025-01-27 18:37:17 +01:00
GlobalSuppressions.cs Initial commit 2025-01-27 18:37:17 +01:00
GoogleTranslateClient.cs Initial commit 2025-01-27 18:37:17 +01:00
LICENSE Initial commit 2025-01-27 18:37:17 +01:00
MSBuild.props Initial commit 2025-01-27 18:37:17 +01:00
ProjectMakoto.Plugins.Translations.csproj Initial commit 2025-01-27 18:37:17 +01:00
ProjectMakoto.Plugins.Translations.sln Initial commit 2025-01-27 18:37:17 +01:00
README.md Initial commit 2025-01-27 18:37:17 +01:00
RunTranslationGenerator.sh Initial commit 2025-01-27 18:37:17 +01:00
TranslationPlugin.cs Initial commit 2025-01-27 18:37:17 +01:00

Makoto Translation Plugin

Allows users to automatically translate messages using LibreTranslate or Google!

Prerequisites

  • ProjectMakoto-ready development environment
    • LibreTranslate
      • By far easiest way to set up a LibreTranslate instance is by using Docker
      • After installing Docker, run: docker run -ti --rm -p 5000:5000 libretranslate/libretranslate