Skip to content

Commit 65a72c3

Browse files
committed
In Qt 5.12.12, Brazilian Portuguese has its own translation files
1 parent c44f24a commit 65a72c3

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

installer/windows/translations.wxs

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -96,8 +96,8 @@
9696
<Component><File Source="$(var.QtPath)\translations\qtscript_pl.qm" /></Component>
9797
<Component><File Source="$(var.QtPath)\translations\qtxmlpatterns_pl.qm" /></Component>
9898

99-
<!-- Portuguese -->
100-
<Component><File Source="$(var.QtPath)\translations\qt_pt.qm" /></Component>
99+
<!-- Brazilian Portuguese -->
100+
<Component><File Source="$(var.QtPath)\translations\qt_pt_BR.qm" /></Component>
101101

102102
<!-- Russian -->
103103
<Component><File Source="$(var.QtPath)\translations\qt_ru.qm" /></Component>
@@ -196,8 +196,8 @@
196196
<ComponentRef Id="qtscript_pl.qm" />
197197
<ComponentRef Id="qtxmlpatterns_pl.qm" />
198198

199-
<!-- Portuguese -->
200-
<ComponentRef Id="qt_pt.qm" />
199+
<!-- Brazilian Portuguese -->
200+
<ComponentRef Id="qt_pt_BR.qm" />
201201

202202
<!-- Russian -->
203203
<ComponentRef Id="qt_ru.qm" />

0 commit comments

Comments
 (0)