summaryrefslogtreecommitdiffstats
path: root/src/language.cpp
diff options
context:
space:
mode:
authorPetr Prikryl <prikryl@atlas.cz>2013-06-18 07:32:25 (GMT)
committerPetr Prikryl <prikryl@atlas.cz>2013-06-18 07:32:25 (GMT)
commitce4354ace7da0d743518f6128cf9698a221468f5 (patch)
treeeff4feab4d5db96b992b20d749333ac4619f216a /src/language.cpp
parentf2d616203ef5d2cace7b01d794791cf350a8b2c7 (diff)
downloadDoxygen-ce4354ace7da0d743518f6128cf9698a221468f5.zip
Doxygen-ce4354ace7da0d743518f6128cf9698a221468f5.tar.gz
Doxygen-ce4354ace7da0d743518f6128cf9698a221468f5.tar.bz2
Korean translator converted to UTF-8.
Diffstat (limited to 'src/language.cpp')
-rw-r--r--src/language.cpp16
1 files changed, 8 insertions, 8 deletions
diff --git a/src/language.cpp b/src/language.cpp
index dec1157..6ed22dd 100644
--- a/src/language.cpp
+++ b/src/language.cpp
@@ -1,12 +1,12 @@
/******************************************************************************
*
- *
+ *
*
* Copyright (C) 1997-2013 by Dimitri van Heesch.
*
* Permission to use, copy, modify, and distribute this software and its
- * documentation under the terms of the GNU General Public License is hereby
- * granted. No representations are made about the suitability of this software
+ * documentation under the terms of the GNU General Public License is hereby
+ * granted. No representations are made about the suitability of this software
* for any purpose. It is provided "as is" without express or implied warranty.
* See the GNU General Public License for more details.
*
@@ -198,19 +198,19 @@ bool setTranslator(const char *langName)
theTranslator=new TranslatorCzech;
}
#endif
-#ifdef LANG_FR
+#ifdef LANG_FR
else if (L_EQUAL("french"))
{
theTranslator=new TranslatorFrench;
}
#endif
-#ifdef LANG_ID
+#ifdef LANG_ID
else if (L_EQUAL("indonesian"))
{
theTranslator=new TranslatorDecoder(new TranslatorIndonesian);
}
#endif
-#ifdef LANG_IT
+#ifdef LANG_IT
else if (L_EQUAL("italian"))
{
theTranslator=new TranslatorItalian;
@@ -279,7 +279,7 @@ bool setTranslator(const char *langName)
#ifdef LANG_KR
else if (L_EQUAL("korean"))
{
- theTranslator=new TranslatorDecoder(new TranslatorKorean);
+ theTranslator=new TranslatorKorean;
}
#endif
#ifdef LANG_KE
@@ -426,7 +426,7 @@ bool setTranslator(const char *langName)
theTranslator=new TranslatorEnglish;
return FALSE;
}
-
+
QCString msg = theTranslator->updateNeededMessage();
if (!msg.isEmpty()) warn_uncond(msg);
return TRUE;