Skip to content

Commit a0877b3

Browse files
authored
Update ko.po
This fixes two additional problems, a missing newline and an incorrect character set definition. However, the build process still fails locally during "makeqstrdata"
1 parent c542663 commit a0877b3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

locale/ko.po

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ msgstr ""
1414
"Language-Team: LANGUAGE <[email protected]>\n"
1515
"Language: ko\n"
1616
"MIME-Version: 1.0\n"
17-
"Content-Type: text/plain; charset=CHARSET\n"
17+
"Content-Type: text/plain; charset=UTF-8\n"
1818
"Content-Transfer-Encoding: 8bit\n"
1919

2020
#: main.c
@@ -291,7 +291,7 @@ msgstr ""
291291

292292
#: main.c
293293
msgid "Auto-reload is off.\n"
294-
msgstr "자동 재 장전이 꺼져 있습니다"
294+
msgstr "자동 재 장전이 꺼져 있습니다\n"
295295

296296
#: main.c
297297
msgid ""

0 commit comments

Comments
 (0)