aboutsummaryrefslogtreecommitdiff
path: root/src/components/interface_language_switcher/interface_language_switcher.vue
Commit message (Collapse)AuthorAge
* remove all "fallback variables"Henry Jameson2024-03-04
|
* lintHenry Jameson2023-03-12
|
* Fix stylelinttusooa2023-01-25
|
* Optimize UItusooa2022-12-23
|
* Add support for multiple interface languagesTusooa Zhu2022-12-23
|
* --fixHenry Jameson2022-07-31
|
* Revert "Merge branch 'revert-a88abc7e' into 'develop'"HJ2022-05-22
| | | This reverts merge request !1526
* Revert "Merge branch 'from/develop/tusooa/lang-opts' into 'develop'"HJ2022-05-22
| | | This reverts merge request !1494
* Add email language option to registration formTusooa Zhu2022-04-29
|
* Add config opts for email languageTusooa Zhu2022-04-29
|
* Set userLanguage cookie when setting interface languageTusooa Zhu2022-04-29
|
* fix all the spacings i could findHenry Jameson2022-03-23
|
* Made Select component to make using styled selects easierHenry Jameson2021-03-11
|
* Use native language names in the language pickerrinpatch2021-01-21
| | | | | This seems more intuitive to me and is what I've seen in most other language pickers.
* Added Traditional Chinese to language swithcerKana2021-01-01
|
* lintHenry Jameson2020-10-21
|
* more replacements + small renamesHenry Jameson2020-10-20
|
* chevrons-downs, settingsHenry Jameson2020-10-20
|
* 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