Releases: ftp27/fastlane-plugin-translate_gpt
Releases · ftp27/fastlane-plugin-translate_gpt
Release v0.1.10
Release v0.1.9
- Added the ability to mark translated strings for review in XCStrings. This is enabled by default. If you want to revert to the previous behavior, use the "mark_for_review" option.
- Fixed the issue with the order of locales in XCStrings.
Release v0.1.8
- Added Plurals XCStrings support.
Note: It's functional but not ideal. At least it stopped crashing during translation attempts and attempting to translate the original plural text.
Release v0.1.7
- Added XCStrings support
Release v0.1.6
- Improved the prompt for translating a bunch of strings.
- Added processing for handling a potential failure of the JSON parser during bunch translation.
Release v0.1.5
- Added
bunch_size
parameter: The new version of the plugin introduces thebunch_size
parameter, which enhances the translation process. This feature allows you to send requests to the translation service with a bunch of strings at once. By specifying thebunch_size
parameter, you can improve the speed and accuracy of the translation process.
Release v0.1.4
- Refactored the plugin codebase for improved maintainability.
- Added colored output for better visibility during translation tasks. Translated strings are now displayed in a more readable format.
- Implemented retry mechanism on timeouts from OpenAI API. If a translation request times out, the plugin will automatically retry the request to ensure a successful translation.