🐛 Change font for selected language (#22381)

This commit is contained in:
Scott Lahteine
2021-07-18 19:56:28 -05:00
committed by Scott Lahteine
parent e190684fe6
commit 0074ea5e0b
39 changed files with 1095 additions and 1000 deletions

View File

@ -31,7 +31,7 @@ namespace Language_zh_CN {
using namespace Language_en; // Inherit undefined strings from English
constexpr uint8_t CHARSIZE = 3;
PROGMEM Language_Str LANGUAGE = _UxGT("简体中文");
PROGMEM Language_Str LANGUAGE = _UxGT("Simplified Chinese");
PROGMEM Language_Str WELCOME_MSG = MACHINE_NAME _UxGT("已就绪."); //" ready."
PROGMEM Language_Str MSG_MARLIN = _UxGT("马林");