Skip to content

Commit b7f4e27

Browse files
authored
Merge pull request #154 from alglus/portuguese-language
Feature: Portuguese language
2 parents 028a88c + 2ce29ce commit b7f4e27

File tree

6 files changed

+1120
-6
lines changed

6 files changed

+1120
-6
lines changed

Languages.qrc

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,5 +16,7 @@
1616
<file>qt_he.qm</file>
1717
<file>language_es.qm</file>
1818
<file>qt_es.qm</file>
19+
<file>language_pt.qm</file>
20+
<file>qt_pt.qm</file>
1921
</qresource>
2022
</RCC>

SASM.pro

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -109,4 +109,5 @@ TRANSLATIONS += language_ru.ts \
109109
language_it.ts \
110110
language_pl.ts \
111111
language_he.ts \
112-
language_es.ts
112+
language_es.ts \
113+
language_pt.ts

language_pt.qm

19.3 KB
Binary file not shown.

0 commit comments

Comments
 (0)