Skip to content

get language names from system, instead of hard coded list

This is a simple fix for correctness and long term maintainability of the language chooser in the preferences. This removes the static string array of language names, and instead generates that list by getting the language names from the system. That provides us proper spelling, grammar, capitalization, etc. for each of the languages.

Merge request reports