Skip to content

Releases: ftp27/fastlane-plugin-translate_gpt

Release 0.1.8

26 Feb 01:18
Compare
Choose a tag to compare
  • 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

16 Nov 13:51
Compare
Choose a tag to compare
  • Added XCStrings support

Release v0.1.6

24 Aug 14:06
Compare
Choose a tag to compare
  • 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

02 Jul 10:29
Compare
Choose a tag to compare
  • Added bunch_size parameter: The new version of the plugin introduces the bunch_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 the bunch_size parameter, you can improve the speed and accuracy of the translation process.

Release v0.1.4

29 May 12:58
Compare
Choose a tag to compare
  • 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.