aboutsummaryrefslogtreecommitdiff
path: root/src/components/interface_language_switcher
Commit message (Collapse)AuthorAge
* Messages: Load languages asynchronously.lain2020-06-08
| | | | Reduces the size of the initial app bundle by about half.
* Use kana+kanji as default for Japanese translationAkiraFukushima2019-11-17
|
* Fix tests, more replacing with mergedConfigHenry Jameson2019-10-06
|
* all the manual fixesHenry Jameson2019-07-07
|
* eslint --fix --ext .js,.vue srcHenry Jameson2019-07-05
|
* i18n/Add Japanese with kanji (2)Hakaba Hitoyo2019-05-29
|
* 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