More language fixes and the remaining four languages (Ukrainian, Vietnamese, Simplified Chinese, and Traditional Chinese).

This commit is contained in:
OBattler
2024-11-19 03:46:03 +01:00
parent 48d4ac730c
commit c38fc46670
24 changed files with 3921 additions and 138 deletions

View File

@@ -2058,7 +2058,7 @@ escp_close(void *priv)
}
const lpt_device_t lpt_prt_escp_device = {
.name = "Generic ESC/P Dot-Matrix",
.name = "Generic ESC/P Dot-Matrix Printer",
.internal_name = "dot_matrix",
.init = escp_init,
.close = escp_close,