Skip to content
This repository has been archived by the owner on Jun 20, 2020. It is now read-only.

sharplab/epub-translator-spring

Repository files navigation

epub-translator

Actions Status

epub-translator is an utility to translate epub books.

  • Utilize DeepL API (You need to register DeepL API plan)
  • Leave the original text for reference, and insert the translated text below per paragraph

Build

./gradlew bootJar

Configuration

place application.yml to <epub-translator working directory>/config/application.yml

application.yml

ePubTranslator:
  deepL:
    apiKey: <put your api key here>
  language:
    source: en        # default source language
    destination: ja   # default destination language

Execution

java -jar epub-translator.jar --src <path to source epub file> [--dst <path to destination epub file>] \
[--srcLang <source language>] [--dstLang <destination language>]

About

An utility to translate epub books with DeepL

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published