-
Notifications
You must be signed in to change notification settings - Fork 13
Open
Labels
enhancementNew feature or requestNew feature or request
Description
Description
Currently, the names of the characters in the hints are presented only in English, which makes it very difficult to use the search in different languages.
Solution
I found a database with translations of almost every Unicode character, owned by unicode-table.com (aka symbl.cc). Their license allows us to freely use their work without any restrictions, which gives us a huge potential, up to the displaying localized descriptions of each unicode character in the tooltip! (although it is much easier to implement opening a website page with a symbol by right-clicking on it)
Possible Issues
- Their database is HUGE. So, it would be too expensive to put all this information in a mod file. Perhaps it makes sense to cache the necessary part of the data automatically, depending on the interface language, or let the user do it on their own in the mod settings.
- Currently there are translations for 15 languages (except English). This is a lot, if we talk about the scale of the work done. But still not enough for Minecraft. This situation can be improved with the Language Reload mod, which adds fallbacks for languages. There may be other solutions, but so far I haven't come up with anything better.
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request