PixelFlasher
PixelFlasher copied to clipboard
i18n request
This is a great tool ! I want recommend it to more people. I'd be more than happy to be involved in localizing it so could u support any languages profile to switch ? thanks a lot !
Update: I'm not ignoring the request, it's just that it's a big undertaking, the application is very rich in text, to cover many scenarios and warn / guide the user where appropriate. Converting all that to a catalog is not a small task, and at this point I just don't have the bandwidth. I do welcome a pull request if anyone is willing to rise to the challenge.
Update: I'm not ignoring the request, it's just that it's a big undertaking, the application is very rich in text, to cover many scenarios and warn / guide the user where appropriate. Converting all that to a catalog is not a small task, and at this point I just don't have the bandwidth. I do welcome a pull request if anyone is willing to rise to the challenge.
Workflow incorrectly closed the issue
What's the best way to do it? Would the program automatically apply the system language or add the ability to select a language in the settings?
It's very tedious, the program is very verbose, there is English text all over the place. Every single one of those should be defined in a catalog and id / named string assigned to each. The code would need to be modified to reference by ID instead of direct text. And then each language would translate the entries for each ID. how the language can be chosen is super trivial after that, whether the program automatically chooses bases on locale or the user can select from the translated list, is a none issue.
Making all the coding changes is the issue.
I started working on reformatting the text: "text" to _("text")