Skip to content

Commit 215a5b7

Browse files
committed
Turkish language has been added.
1 parent 2576f47 commit 215a5b7

10 files changed

+1420
-232
lines changed

Languages.qrc

+2
Original file line numberDiff line numberDiff line change
@@ -2,5 +2,7 @@
22
<qresource prefix="/translations">
33
<file>qt_ru.qm</file>
44
<file>language_ru.qm</file>
5+
<file>language_tr.qm</file>
6+
<file>qt_tr.qm</file>
57
</qresource>
68
</RCC>

SASM.pro

+2-1
Original file line numberDiff line numberDiff line change
@@ -86,4 +86,5 @@ RESOURCES += \
8686
RC_FILE = icon.rc
8787

8888
CODECFORTR = UTF-8
89-
TRANSLATIONS += language_ru.ts
89+
TRANSLATIONS += language_ru.ts \
90+
language_tr.ts

language_ru.qm

144 Bytes
Binary file not shown.

language_ru.ts

+288-226
Large diffs are not rendered by default.

language_tr.qm

18.8 KB
Binary file not shown.

0 commit comments

Comments
 (0)