-
-
Notifications
You must be signed in to change notification settings - Fork 104
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
Allow to change the UI language / Application default language #478
Comments
This issue has been automatically marked as stale because it has not had recent activity. It will be now be reviewed manually. Thank you for your contributions. |
This issue has been automatically marked as stale because it has not had recent activity. It will be now be reviewed manually. Thank you for your contributions. |
I made a PR to allow language change support from the settings menu. Some problems I would like to discuss are:
|
Ideal solution would to apply dynamically and directly the new UI langauge without restart. But not sure how this should be done. Otherwise I would recommend following workflow:
Qt has for sure a way to list the language available as translation for the app... the main question is if you can display each language name is there language so "Francais" for "French" etc.
Here you are :) You will have to handle a local list of language name because qt does not have them all.... |
Can you please elaborate on this |
I don't know how to do that, but the list of known language by Qt is limited, so what is the solution you plan? IMHO, you will need something custom. We have this partly already implemented in the libkiwix AFAIK. |
@sgourdas Impropose to close this PR. The work needed here is significant and I believe we might better work on other issues for the moment. But, of course, if you are really motivated, we can bring it to the end. |
I will try to give it a good push this upcoming week. Let's see how it goes and we can move accordingly. |
@sgourdas I recommend to have a look how Kiwix Server works, from both developer and user perspective. |
This might be useful for a few users (and for developers to make tests).
The text was updated successfully, but these errors were encountered: