Add new language (#303)

* Add language

* Add ja-JP

* rollback fonts change

* fix cn's language file

* fix cn's font name not rollback

* Update esp32-s3-touch-lcd-1.46.cc

---------

Co-authored-by: Xiaoxia <terrence@tenclass.com>
This commit is contained in:
kautism
2025-03-08 16:21:55 +08:00
committed by GitHub
parent 0842b8f3c3
commit e1b84e824c
21 changed files with 115 additions and 0 deletions

View File

@@ -15,8 +15,12 @@ choice
config LANGUAGE_ZH_CN
bool "Chinese"
config LANGUAGE_ZH_TW
bool "Chinese Traditional"
config LANGUAGE_EN_US
bool "English"
config LANGUAGE_JA_JP
bool "Japanese"
endchoice