GUI: Added Korean translation

This commit is contained in:
Changkyoon Kim 2012-07-28 15:10:39 +02:00 committed by Daniel Marjamäki
parent 79c84029fb
commit 9d0fb1a169
3 changed files with 1238 additions and 0 deletions

1236
gui/cppcheck_ko.ts Normal file

File diff suppressed because it is too large Load Diff

View File

@ -39,6 +39,7 @@ TRANSLATIONS = cppcheck_de.ts \
cppcheck_fi.ts \
cppcheck_fr.ts \
cppcheck_ja.ts \
cppcheck_ko.ts \
cppcheck_nl.ts \
cppcheck_pl.ts \
cppcheck_ru.ts \

View File

@ -35,6 +35,7 @@ TranslationHandler::TranslationHandler(QObject *parent) :
AddTranslation(QT_TRANSLATE_NOOP("MainWindow", "French"), "cppcheck_fr");
AddTranslation(QT_TRANSLATE_NOOP("MainWindow", "German"), "cppcheck_de");
AddTranslation(QT_TRANSLATE_NOOP("MainWindow", "Japanese"), "cppcheck_ja");
AddTranslation(QT_TRANSLATE_NOOP("MainWindow", "Korean"), "cppcheck_ko");
AddTranslation(QT_TRANSLATE_NOOP("MainWindow", "Polish"), "cppcheck_pl");
AddTranslation(QT_TRANSLATE_NOOP("MainWindow", "Russian"), "cppcheck_ru");
AddTranslation(QT_TRANSLATE_NOOP("MainWindow", "Serbian"), "cppcheck_sr");