Skip to content

Commit

Permalink
Disable Polish language
Browse files Browse the repository at this point in the history
The translation didn't arrive in time for the 3.6 release.

Contributes to issue CURA-5870.
  • Loading branch information
Ghostkeeper committed Nov 12, 2018
1 parent 32c1604 commit fe66d15
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion resources/qml/Preferences/GeneralPage.qml
Original file line number Diff line number Diff line change
Expand Up @@ -171,7 +171,7 @@ UM.PreferencesPage
append({ text: "日本語", code: "ja_JP" })
append({ text: "한국어", code: "ko_KR" })
append({ text: "Nederlands", code: "nl_NL" })
append({ text: "Polski", code: "pl_PL" })
//Polish is disabled for being incomplete: append({ text: "Polski", code: "pl_PL" })
append({ text: "Português do Brasil", code: "pt_BR" })
append({ text: "Português", code: "pt_PT" })
append({ text: "Русский", code: "ru_RU" })
Expand Down

0 comments on commit fe66d15

Please sign in to comment.