From b8020c0c21edb14d711dcf22add51b332398d0ad Mon Sep 17 00:00:00 2001 From: losernator Date: Sun, 5 Mar 2017 01:43:13 +0900 Subject: [PATCH] add support for Korean --- Makefile.common | 1 + 1 file changed, 1 insertion(+) diff --git a/Makefile.common b/Makefile.common index da242adb5f..38b31dcee1 100644 --- a/Makefile.common +++ b/Makefile.common @@ -266,6 +266,7 @@ OBJ += intl/msg_hash_de.o \ intl/msg_hash_fr.o \ intl/msg_hash_it.o \ intl/msg_hash_ja.o \ + intl/msg_hash_ko.o \ intl/msg_hash_nl.o \ intl/msg_hash_pl.o \ intl/msg_hash_pt.o \