mirror of
https://github.com/brentvollebregt/auto-py-to-exe.git
synced 2026-04-25 19:55:49 +03:00
[GH-ISSUE #512] Missing hint localization #399
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @mcagriaksoy on GitHub (Dec 10, 2024).
Original GitHub issue: https://github.com/brentvollebregt/auto-py-to-exe/issues/512
Originally assigned to: @brentvollebregt on GitHub.
Hi Brent,
Today I came with another feature request or possible missing feature.
When I have changed the language of app, I cannot still see the localized hints of fields like attached image below:

Reason For New Feature
I think, these hint information localization is also important. I cannot find these kind of informations in source code so that I am suspecting, these coming directly from the "pyinstaller --help".
So what do you think? Is it possible to add these translated sentences?
@brentvollebregt commented on GitHub (Dec 10, 2024):
This is dynamic content obtained from the PyInstaller CLI - it's read at runtime, thus no reference in this codebase.
Since this is dynamic content, it makes it a bit harder to translate properly - if PyInstaller changes something (adds, modifies, removes), the translations defined in this application will not immediately reflect the change.
@brentvollebregt commented on GitHub (Dec 26, 2024):
I'll close this for now as it's not planned