diff options
| author | Jeff Epler <jepler@gmail.com> | 2019-08-06 07:33:44 -0500 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2019-08-06 07:33:44 -0500 |
| commit | a0877b3d0c8a5fcd6788b299bf510e46bb9cab38 (patch) | |
| tree | 135662185dbb814cf2dc6dda0d5231e31d4f58e2 /locale | |
| parent | c542663a33f608e0a5aeded3c6e3abda575ca3e8 (diff) | |
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"
Diffstat (limited to 'locale')
| -rw-r--r-- | locale/ko.po | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/locale/ko.po b/locale/ko.po index 640589262..b3b52c2e2 100644 --- a/locale/ko.po +++ b/locale/ko.po @@ -14,7 +14,7 @@ msgstr "" "Language-Team: LANGUAGE <LL@li.org>\n" "Language: ko\n" "MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=CHARSET\n" +"Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" #: main.c @@ -291,7 +291,7 @@ msgstr "" #: main.c msgid "Auto-reload is off.\n" -msgstr "자동 재 장전이 꺼져 있습니다" +msgstr "자동 재 장전이 꺼져 있습니다\n" #: main.c msgid "" |
