Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
D
doxverilog
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Commits
Open sidebar
Elphel
doxverilog
Commits
ce4354ac
Commit
ce4354ac
authored
Jun 18, 2013
by
Petr Prikryl
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Korean translator converted to UTF-8.
parent
f2d61620
Changes
2
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
555 additions
and
555 deletions
+555
-555
language.cpp
src/language.cpp
+8
-8
translator_kr.h
src/translator_kr.h
+547
-547
No files found.
src/language.cpp
View file @
ce4354ac
/******************************************************************************
*
*
*
*
* 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
Translator
Decoder
(
new
TranslatorKorean
)
;
theTranslator
=
new
Translator
Korean
;
}
#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
;
...
...
src/translator_kr.h
View file @
ce4354ac
This diff is collapsed.
Click to expand it.
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment