Commit Graph

7 Commits

Author SHA1 Message Date
kor-elf e2eb80f140 Update Yandex Translate documentation link in README. 2026-06-20 16:04:21 +05:00
kor-elf 91be5052ed Fix missing new keyword in README code example. 2025-01-16 21:20:16 +05:00
kor-elf e63ded1708 Replaced TranslationCompletedListener with AfterTranslateDto across translation-related classes to streamline and enhance the job chaining logic. Added validation to ensure the provided class implements the required interface and included support for additional contextual data in the translation process. This change improves flexibility and simplifies the translation workflow. 2025-01-16 21:04:46 +05:00
kor-elf 7e05777385 Add LogDriver for translation with configuration support.
Introduced a new LogDriver for logging translation operations. Updated the README and configuration file to include support for the LogDriver and its associated limits. This feature enables the use of a logging-based translation driver for testing and debugging purposes.
2024-12-10 21:54:11 +05:00
kor-elf 55b04f0eab Add DTOs, exceptions, and jobs for translation service.
Introduced new Data Transfer Objects (DTOs), exceptions, and jobs to enhance the translation service functionality. Updated namespaces for consistency and added rate limiting to the translation provider. Expanded the README with detailed usage instructions.
2024-10-11 00:22:46 +05:00
kor-elf 0d13d602a7 Implemented translation via Yandex service. 2024-09-16 22:22:24 +05:00
kor-elf 82dc0b9f99 Initial commit 2024-09-08 23:09:31 +05:00