Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mono/monodevelop.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Hutchinson <m.j.hutchinson@gmail.com>2014-05-14 04:12:42 +0400
committerMichael Hutchinson <m.j.hutchinson@gmail.com>2014-05-14 04:12:55 +0400
commit8c05492222320a5f1ba73dcfbdb7802607a23695 (patch)
tree5883811cae8264b25c1416f7957997baf5c3154b /main/configure.in
parent420e94540acab35f640422b73895f652ed8c16eb (diff)
[po] Include Korean (ko) localization on Unix
Diffstat (limited to 'main/configure.in')
-rw-r--r--main/configure.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/main/configure.in b/main/configure.in
index 4d4d722bfb..87c83846cd 100644
--- a/main/configure.in
+++ b/main/configure.in
@@ -235,7 +235,7 @@ fi
AM_CONDITIONAL(ENABLE_WINDOWSPLATFORM, [test x$enable_windowsplatform = xyes])
dnl Intl
-ALL_LINGUAS="cs da de es fr ja pt_BR tr pl it zh_TW zh_CN ru sl ca gl pt sv nl id hu nb"
+ALL_LINGUAS="cs da de es fr ja pt_BR tr pl it zh_TW zh_CN ru sl ca gl pt sv nl id hu nb ko"
AC_SUBST(ALL_LINGUAS)
GETTEXT_PACKAGE=monodevelop
AC_SUBST(GETTEXT_PACKAGE)