🌐 Skip non-essential translations

This commit is contained in:
Scott Lahteine
2021-09-19 19:25:01 -05:00
parent 008284934c
commit 216a66b42c
28 changed files with 30 additions and 311 deletions

View File

@@ -41,7 +41,6 @@ namespace Language_tr {
LSTR LANGUAGE = _UxGT("Turkish");
LSTR WELCOME_MSG = MACHINE_NAME _UxGT(" hazır.");
LSTR MSG_MARLIN = _UxGT("Marlin");
LSTR MSG_YES = _UxGT("EVET");
LSTR MSG_NO = _UxGT("HAYIR");
LSTR MSG_BACK = _UxGT("Geri");
@@ -583,12 +582,6 @@ namespace Language_tr {
LSTR MSG_SERVICE_RESET = _UxGT("Resetle");
LSTR MSG_SERVICE_IN = _UxGT(" içinde:");
LSTR MSG_BACKLASH = _UxGT("Ters Tepki");
LSTR MSG_BACKLASH_A = LCD_STR_A;
LSTR MSG_BACKLASH_B = LCD_STR_B;
LSTR MSG_BACKLASH_C = LCD_STR_C;
LSTR MSG_BACKLASH_I = LCD_STR_I;
LSTR MSG_BACKLASH_J = LCD_STR_J;
LSTR MSG_BACKLASH_K = LCD_STR_K;
LSTR MSG_BACKLASH_CORRECTION = _UxGT("Düzeltme");
LSTR MSG_BACKLASH_SMOOTHING = _UxGT("Yumuşatma");
}