aboutsummaryrefslogtreecommitdiffstats
path: root/ui/qt/main.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'ui/qt/main.cpp')
-rw-r--r--ui/qt/main.cpp3
1 files changed, 3 insertions, 0 deletions
diff --git a/ui/qt/main.cpp b/ui/qt/main.cpp
index bcf4f62634..19087c5789 100644
--- a/ui/qt/main.cpp
+++ b/ui/qt/main.cpp
@@ -966,6 +966,9 @@ int main(int argc, char *argv[])
case 4: /* Chinese */
locale = "zh_CN";
break;
+ case 5: /* Polish */
+ locale = "pl";
+ break;
default: /* Auto-Detect */
locale = QLocale::system().name();
break;