Support for GPT-5 and app localization #258
Replies: 1 comment
-
If you want to use GPT-Subtrans in your own language then it is pretty easy to localize it - the translation process is mostly Assuming you have the project installed as source, the update_translations.py script does most of the work for you. I suppose it's possible to add a locale to a packaged build, but you won't be able to make use of the helper script. If you're familiar with PO editing tools and workflows maybe that's better for you. If you have successfully localized the app to a new language, please create a pull request to integrate it into the repository, or create an issue with the PO file attached so that I can integrate it. I'll try to keep all localizations updated as new strings are added to the application, with help from my LLM buddies. |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
Added support for the GPT-5 models
gpt-5
,gpt-5-mini
andgpt-5-nano
. These require OpenAI's newer Responses API rather than the old Chat API, so the client has been updated. Updated the documentation with recommendations on the model to use... spoiler alert: not gpt-5-nano!Something I've wanted to do for a long time is add localization to GPT-Subtrans so that you can use it in your own language - it also seemed like a good opportunity to try out AI agent workflows, so this feature was a collaboration between:
Localization is provided for Spanish and Czech to start with - I encourage users to contribute localizations to their own locale. The process is quite straightforward if you can install from source, and documented in docs/localization_contributing.md. I have no current plans to add further locales myself, but could probably be persuaded if there was a volunteer to test it.
Note that the PR was over 10,000 lines of code, most written by AI, so there are likely to be bugs in the initial release, but the standard load/translate/edit operations are all tested and working.
What's Changed
summary
tag autoclosing broken. by @zorbathut in Fix:summary
tag autoclosing broken. #247New Contributors
summary
tag autoclosing broken. #247Full Changelog: v1.1.2...v1.2.0
This discussion was created from the release Support for GPT-5 and app localization.
Beta Was this translation helpful? Give feedback.
All reactions