Commit Graph

7 Commits

Author SHA1 Message Date
31da4eff78
Update .gitattributes export-ignore rules.
Adjusted export-ignore rules to include `.git`, `.gitignore`, and `.gitattributes` for more precise exclusions during archive creation. This ensures irrelevant files are omitted when packaging the repository.
2024-12-10 23:06:10 +05:00
5abddfbd57
Add .gitattributes file for export-ignore rules.
This ensures that the .git directory and .gitignore file are excluded when exporting the repository, improving distribution cleanliness. Including this file standardizes export behavior across clones.
2024-12-10 22:42:30 +05:00
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
4fdf7fd6f9
Relax PHP extension version constraints in composer.json.
Updated "ext-libxml" and "ext-dom" dependencies to accept any version. This change ensures broader compatibility across different environments without strictly requiring specific versions for these extensions.
2024-10-11 01:11:19 +05:00
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
0d13d602a7
Implemented translation via Yandex service. 2024-09-16 22:22:24 +05:00
82dc0b9f99 Initial commit 2024-09-08 23:09:31 +05:00