Skip to content
This repository has been archived by the owner on Jan 10, 2023. It is now read-only.

FEATURE: Translate CR Nodes automatically. #1

Open
wants to merge 4 commits into
base: main
Choose a base branch
from

Commits on Sep 28, 2021

  1. FEATURE: Translate CR Nodes on create.

    This has still lots of limitations an probably needs tweaking.
    mficzel committed Sep 28, 2021
    Configuration menu
    Copy the full SHA
    56e7cc1 View commit details
    Browse the repository at this point in the history

Commits on Sep 29, 2021

  1. TASK: Move translation cache to the EelHelper

    This is in preparation of translating multiple texts with one api call in the deepl service.
    mficzel committed Sep 29, 2021
    Configuration menu
    Copy the full SHA
    fe0a17b View commit details
    Browse the repository at this point in the history
  2. TASK: Adjust translation api to support the translation of multiple f…

    …ragments with a single request.
    mficzel committed Sep 29, 2021
    Configuration menu
    Copy the full SHA
    eac360d View commit details
    Browse the repository at this point in the history

Commits on Oct 5, 2021

  1. TASK: Use PSR7 and flow httpFactories

    This avoids the direct dependency to guzzle but still uses psr factories and requests as much as possible.
    Only the http timeout is set as curl option.
    mficzel committed Oct 5, 2021
    Configuration menu
    Copy the full SHA
    e2c963e View commit details
    Browse the repository at this point in the history