aboutsummaryrefslogtreecommitdiff
path: root/src/components/interface_language_switcher
Commit message (Collapse)AuthorAge
* Added user option to hide instance-specific panel, rearranged config screen toHenry Jameson2018-12-05
| | | | better categorize it / adjustments to language selector
* Make interface language configurable from settingsEkaterina Vaartis2018-08-25
The locale can now be configured in settings and is stored in Vuex. The changes are applied immidiately after selection. The list of languages is taken from the messages file, which contains all the available locales (and a new value, `interfaceLanguage`, to control the translation of this option in the options menu) Closes #36