Freeseer / freeseer

Designed for capturing presentations at conferences. Pre-fill a list of talks to record, record them, and upload them to YouTube with our YouTube Uploader.
http://freeseer.readthedocs.org
GNU General Public License v3.0
215 stars 110 forks source link

Suggestion: change the default language while the user select a language #600

Closed Cryspia closed 9 years ago

Cryspia commented 10 years ago

There is default language selection in the new configtool framework. Where the user can change the default when start the program. However, user can still change languages in the "Language" menu, and that choice will not be recorded as default. IMO, it could be better that these two choices can be related. Besides, is that really necessary to keep both of them?

zxiiro commented 10 years ago

The intent but was never fully implemented is that when you open Freeseer for the first time (no config file exists) it should detect what the locale is on your system and set the language to the user's detected system language.

If the user later decides they want to different language they can select it in the UI and save it. I think the auto-detection should only happen on first run and not later runs where the user might have selected a preferred language.

dideler commented 10 years ago

Related discussion in IRC:

dideler commented 9 years ago

Fixed in #609