Commit 3338fe20 authored by minicom's avatar minicom
Browse files

Add translation of the UI to ko-KR

오타수정

update

update

update

Add translation of the UI to ko-KR

오타수정

update

update

update
parent 37eeaf7c
Loading
Loading
Loading
Loading

translate/ko_KR.qm

0 → 100644
+18.5 KiB

File added.

No diff preview for this file type.

translate/ko_KR.ts

0 → 100644
+1364 −0

File added.

Preview size limit exceeded, changes collapsed.

+1 −1
Original line number Diff line number Diff line
@@ -179,7 +179,7 @@ class LeftBar(Widget):
        openBtnToolBar.addWidget(self.openBtn)
        
        self.runImgtransBtn = QPushButton()
        self.runImgtransBtn.setText('RUN')
        self.runImgtransBtn.setText(self.tr('RUN'))
        self.runImgtransBtn.setFixedSize(LEFTBTN_WIDTH, LEFTBTN_WIDTH)
        self.run_imgtrans = self.runImgtransBtn.clicked
        self.runImgtransBtn.setFixedSize(LEFTBTN_WIDTH, LEFTBTN_WIDTH)
+2 −1
Original line number Diff line number Diff line
@@ -68,7 +68,8 @@ DISPLAY_LANGUAGE_MAP = {
    "English": "English",
    "简体中文": "zh_CN",
    "Русский": "ru_RU",
    "Português (Brasil)": "pt_BR"
    "Português (Brasil)": "pt_BR",
    "한국어": "ko_KR"
}
VALID_LANG_SET = set(list(DISPLAY_LANGUAGE_MAP.values()))