QmlDesigner: Update translation icons

* Fix characters U+009c and U+00ad not working by skipping those

Change-Id: I7c156184c1bd2ca6116d1bbdf8f0a61382340ce2
Reviewed-by: Thomas Hartmann <thomas.hartmann@qt.io>
Reviewed-by: Samuel Ghinet <samuel.ghinet@qt.io>
This commit is contained in:
Henning Gruendl
2021-11-10 11:34:55 +01:00
committed by Henning Gründl
parent 983ca3106d
commit 87c8f4890e
3 changed files with 16 additions and 18 deletions

View File

@@ -158,16 +158,15 @@ QtObject {
readonly property string transparent: "\u0099"
readonly property string triState: "\u009A"
readonly property string triangleArcA: "\u009B"
readonly property string triangleArcB: "\u009C"
readonly property string triangleCornerA: "\u009D"
readonly property string triangleCornerB: "\u009E"
readonly property string unLinked: "\u009F"
readonly property string undo: "\u00A0"
readonly property string unpin: "\u00A1"
readonly property string upDownIcon: "\u00A2"
readonly property string upDownSquare2: "\u00A3"
readonly property string visibilityOffBroken: "\u00A4" // visibilityOff
readonly property string visibilityOff: "\u00A5" // visibilityOff2
readonly property string triangleArcB: "\u009D"
readonly property string triangleCornerA: "\u009E"
readonly property string triangleCornerB: "\u009F"
readonly property string unLinked: "\u00A0"
readonly property string undo: "\u00A1"
readonly property string unpin: "\u00A2"
readonly property string upDownIcon: "\u00A3"
readonly property string upDownSquare2: "\u00A4"
readonly property string visibilityOff: "\u00A5"
readonly property string visibilityOn: "\u00A6"
readonly property string wildcard: "\u00A7"
readonly property string wizardsAutomotive: "\u00A8"
@@ -175,12 +174,12 @@ QtObject {
readonly property string wizardsGeneric: "\u00AA"
readonly property string wizardsMcuEmpty: "\u00AB"
readonly property string wizardsMcuGraph: "\u00AC"
readonly property string wizardsMobile: "\u00AD"
readonly property string wizardsUnknown: "\u00AE"
readonly property string zoomAll: "\u00AF"
readonly property string zoomIn: "\u00B0"
readonly property string zoomOut: "\u00B1"
readonly property string zoomSelection: "\u00B2"
readonly property string wizardsMobile: "\u00AE"
readonly property string wizardsUnknown: "\u00AF"
readonly property string zoomAll: "\u00B0"
readonly property string zoomIn: "\u00B1"
readonly property string zoomOut: "\u00B2"
readonly property string zoomSelection: "\u00B3"
readonly property font iconFont: Qt.font({
"family": controlIcons.name,

View File

@@ -174,8 +174,7 @@ public:
unpin,
upDownIcon,
upDownSquare2,
visibilityOffBroken, // visibilityOff
visibilityOff, // visibilityOff2
visibilityOff,
visibilityOn,
wildcard,
wizardsAutomotive,