blob: a39c8ffe6d2c673f92404623d2993169408d481f (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
|
--- src/main.cpp.orig 2025-05-16 09:03:24 UTC
+++ src/main.cpp
@@ -96,7 +96,7 @@ void loadTranslations(QApplication &app, QTranslator &
missingTranslation = false;
}
- if (missingTranslation && language != "en")
+ if (missingTranslation && language != "en" && language != "C" )
{
QMessageBox::warning(nullptr, "KLog",
QString("No translation files for your language were found. KLog will be shown in English.\n")
|