[i18n] Improve easy/pedantic Japanese switching
requested to merge hakabahitoyo/pleroma-fe:i18n/improve-easy-pedantic-japanese-switching-system into develop
This MR is not change the user experience, just brings a small improvement of our code.
For some ideograph-phobic instances, all they have to do is modifying just 2 constatnces: specialLanguageNames
in interface_language_switcher.vue
and messages
in messages.js
. There will be no conflict when merging ja.json
anymore. ja_easy.json
and ja_pedantic.json
are named descriptively, which include no information about which is the default.