-
Notifications
You must be signed in to change notification settings - Fork 3
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Let add local language support #139
Comments
I've been wanting to do this for a while, but this is something that people who know languages besides English will have to help with to add translations. I also don't know how to properly use the resource translation files, so I'll have to really go over that and make sure it'll work with Pig Latin instead of English for testing (that's what Microsoft did for Longhorn, and I think that's a good idea). Hopefully text still fits everywhere, as that's my main concern, but there should be a way to do it. I'll try to work on adding support for translations in the next version. |
Another GUI front end for winegt the “WingetUI” has achieved the i18n(local language support) |
Thanks, I'll have to look into that more, although from what it looks like at first glance, it seems to be mainly for webpages, might not do dotnet (in a screenshot of stuff to choose for a project, anyway), and doesn't use PRs yet (one of their open issues). I'll also check into what WingetUI did for their translations, if they use dotnet. Edit: Forgot that they used Python for their version, and it appears their translations use json, so I need to figure out an approach that would make it easy for translations to be submitted for my stuff. With Windows Forms, that would also probably involve repositioning controls to fit everything in (which is supported by resource translation files), but otherwise I'd need something else for Qt, but I know that has a translation system although I don't know about if it can do positioning. |
Not only English but also French Japanese Chinese and more!
The text was updated successfully, but these errors were encountered: