So I would find something I wanted to read and then had to ask friends at other schools to get it for me.
I still have to do this sometimes. A few times I even scanned a whole article from a physical journal for a friend, because it was faster and more hassle-free than the interlibrary loan.
May I ask what you are studying? And at what University?
I’m studying linguistics at MUNI in Brno.
You can use
localectl
to change the locale on Fedora. Here’s what you need to do:ja_JP.UTF-8
should be in the output oflocalectl list-locales
.sudo dnf install langpacks-ja
(I’m not 100 % sure about this and I don’t have a Fedora system to test it on.)sudo localectl set-locale LANG=ja_JP.UTF-8
This will (probably) change everything to Japanese – texts in menus, error messages in the terminal, and also the font rendering. This answer on Stack Overflow suggests to do something with your
fonts.conf
. This way your UI would be in English (or your preferred language) and kanji would render as the Japanese variants.