Commit Graph

13 Commits

Author SHA1 Message Date
149994fae7 Merge pull request 'Version 1.2.2' (#6) from develop into main
Reviewed-on: #6
2024-12-10 23:07:42 +05:00
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
083f7576ee Merge pull request 'Version 1.2.1' (#5) from develop into main
Reviewed-on: #5
2024-12-10 22:46:42 +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
23c4458d9b Merge pull request 'Version 1.2.0' (#4) from develop into main
Reviewed-on: #4
2024-12-10 22:00:04 +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
2c026fd5ed Merge pull request 'Version 1.1.1' (#3) from develop into main
Reviewed-on: #3
2024-10-11 01:15:10 +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
8ce9900afb Merge pull request 'Version 1.1.0' (#2) from develop into main
Reviewed-on: #2
2024-10-11 00:53:29 +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
2af65cb5db Merge pull request 'Version 1.0.0' (#1) from develop into main
Reviewed-on: #1
2024-09-16 22:37:07 +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