Skip to content

Commit 9f40994

Browse files
committed
Fix incorrect language identifier of Portugal Portuguese.
1 parent 76d6b43 commit 9f40994

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/kirigami_ui/LanguageSettingsOverlay.qml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -140,7 +140,7 @@ Kirigami.OverlaySheet {
140140
},
141141
{
142142
"text": qsTr("Portuguese (Portugal)", "Language"),
143-
"value": "pt_PO"
143+
"value": "pt_PT"
144144
},
145145
{
146146
"text": qsTr("Russian", "Language"),

0 commit comments

Comments
 (0)