We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2aa48ed commit 066eba9Copy full SHA for 066eba9
radio/src/translations/ko.h
@@ -1144,6 +1144,11 @@
1144
#define TR_BL_FLASH_KEY "Hold [SW1A] long to flash"
1145
#define TR_BL_ERASE_KEY "Hold [SW1A] long to erase"
1146
#define TR_BL_EXIT_KEY "[SW1B] to exit"
1147
+ #elif defined(RADIO_PL18U)
1148
+ #define TR_BL_SELECT_KEY "[KR Dn] to select file"
1149
+ #define TR_BL_FLASH_KEY "Hold [KR Dn] long to flash"
1150
+ #define TR_BL_ERASE_KEY "Hold [KR Dn] long to erase"
1151
+ #define TR_BL_EXIT_KEY "[KR Up] to exit"
1152
#else
1153
#define TR_BL_SELECT_KEY "[TR4 Dn] to select file"
1154
#define TR_BL_FLASH_KEY "Hold [TR4 Dn] long to flash"
0 commit comments