-
Notifications
You must be signed in to change notification settings - Fork 77
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Support simplified chinese #452
Conversation
The lvgl private font library was removed by mistake and needs to be repaired.
Awesome! I've got some suggestions for performance and future l10ns:
Another thing I don't understand is why do you search for an integer match in You should also change the type of I'd also suggest adding a CMake target for generating and copying the Chinese font file (and possibly more to come) automatically before compiling (if necessary). I can help with that if you like and give me write access to your branch 😉 |
|
Fair enough. I just read through the manual of minIni and found that there is a way to accomplish what I was intending concerning caching and not having to read the file over and over again. I'll start with that as soon as this PR has been merged 👍
Alright, I overlooked the necessity to npm install the conversion package and all. You're right, that's not really feasable for a CMake target. |
Considering that some users have difficulty reading English, I decided not to add a language option in the menu.
We use the SD card method to change the language.
--
CHN.TXT
orchn.txt
mean Chinese.--
ENG.TXT
oreng.txt
mean English.