Skip to content

Commit 89465bc

Browse files
authored
added missing references to Georgian translation (danmar#6926)
1 parent b0a7362 commit 89465bc

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

gui/translationhandler.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -55,6 +55,7 @@ TranslationHandler::TranslationHandler(QObject *parent) :
5555
addTranslation("German", "cppcheck_de");
5656
addTranslation("Italian", "cppcheck_it");
5757
addTranslation("Japanese", "cppcheck_ja");
58+
addTranslation("Georgian", "cppcheck_ka");
5859
addTranslation("Korean", "cppcheck_ko");
5960
addTranslation("Russian", "cppcheck_ru");
6061
addTranslation("Serbian", "cppcheck_sr");

win_installer/cppcheck.wxs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -67,6 +67,7 @@
6767
<File Id='cppcheck_fr.qm' Name='cppcheck_fr.qm' Source='$(var.TranslationsDir)\cppcheck_fr.qm' />
6868
<File Id='cppcheck_it.qm' Name='cppcheck_it.qm' Source='$(var.TranslationsDir)\cppcheck_it.qm' />
6969
<File Id='cppcheck_ja.qm' Name='cppcheck_ja.qm' Source='$(var.TranslationsDir)\cppcheck_ja.qm' />
70+
<File Id='cppcheck_ka.qm' Name='cppcheck_ka.qm' Source='$(var.TranslationsDir)\cppcheck_ka.qm' />
7071
<File Id='cppcheck_ko.qm' Name='cppcheck_ko.qm' Source='$(var.TranslationsDir)\cppcheck_ko.qm' />
7172
<File Id='cppcheck_nl.qm' Name='cppcheck_nl.qm' Source='$(var.TranslationsDir)\cppcheck_nl.qm' />
7273
<File Id='cppcheck_ru.qm' Name='cppcheck_ru.qm' Source='$(var.TranslationsDir)\cppcheck_ru.qm' />

0 commit comments

Comments
 (0)