Skip to content
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

Setting for language choice #172

Closed
rawtaz opened this issue Apr 17, 2015 · 1 comment
Closed

Setting for language choice #172

rawtaz opened this issue Apr 17, 2015 · 1 comment

Comments

@rawtaz
Copy link

rawtaz commented Apr 17, 2015

A friend just asked me "How can I change the language of the application?" (he's running OS X).

While there are ways to change the language of an application in OS X, it's not straight forward, and as it's pretty common to have an option for language in an application's settings, perhaps it would be a good idea to have in Ricochet too? Use case wise it might be less common, but I do know a bunch of people (including myself) that actually do prefer other languages than the general one in the system, for specific applications.

Would it be a lot of work to implement?

@special
Copy link
Member

special commented Apr 19, 2015

I think this is worth doing. It's not hard - add configuration UI, check the config before using the system default. The only slightly tricky part is building the list of languages.

Ideally, that could be done by looking at the contents of the /lang resource and using QLocale::nativeLanguageName to get the list. Then we wouldn't have to worry about keeping it up to date.

@special special closed this as completed in 2ab254b Jul 7, 2015
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants