Size lcd_status_message based on language (#9545)

This commit is contained in:
Scott Lahteine
2018-02-08 23:03:47 -06:00
committed by GitHub
parent 545cd8fa60
commit 5a70887467
26 changed files with 36 additions and 3 deletions

View File

@@ -30,6 +30,8 @@
#ifndef LANGUAGE_ZH_TW_H
#define LANGUAGE_ZH_TW_H
#define CHARSIZE 3
#define WELCOME_MSG MACHINE_NAME _UxGT("已就緒.") //" ready."
#define MSG_SD_INSERTED _UxGT("記憶卡已插入") //"Card inserted"
#define MSG_SD_REMOVED _UxGT("記憶卡被拔出") //"Card removed"