Open tsundoku39 opened 4 years ago
I tested the Japanese locale. Everything works perfectly. Check your system font settings. Try choose Noto Sans CJK JP fonts by default (see screenshot).
I see what you mean, but there is still a problem. Native Haiku applications are able to use fallback fonts to substitute missing glyphs, so Qt applications should be able to do this too instead of relying on one font containing everything. See:
https://git.haiku-os.org/haiku/tree/src/servers/app/font/GlyphLayoutEngine.h
Maybe add a bunch of other families to https://github.com/threedeyes/qthaikuplugins/blob/f74f391faa55fea110f95b93e53930582f9994b7/platforms/qhaikuplatform/haiku/qhaikuplatformfontdatabase.cpp#L124?
When the system language is set to Japanese, most of the UI strings in Qt applications appear blank. Roman text (like keyboard shortcuts) is still displayed.