diff --git a/resources/qml/Preferences/GeneralPage.qml b/resources/qml/Preferences/GeneralPage.qml index 260c23c4ba..7460504c3f 100755 --- a/resources/qml/Preferences/GeneralPage.qml +++ b/resources/qml/Preferences/GeneralPage.qml @@ -157,6 +157,7 @@ UM.PreferencesPage append({ text: "日本語", code: "jp" }) append({ text: "한국어", code: "ko" }) append({ text: "Nederlands", code: "nl" }) + append({ text: "Polszczyzna", code: "pl" }) append({ text: "Português do Brasil", code: "ptbr" }) append({ text: "Русский", code: "ru" }) append({ text: "Türkçe", code: "tr" })