File tree Expand file tree Collapse file tree 6 files changed +2819
-1
lines changed Expand file tree Collapse file tree 6 files changed +2819
-1
lines changed Original file line number Diff line number Diff line change @@ -158,6 +158,7 @@ set(SQLB_TSS
158
158
"${CMAKE_SOURCE_DIR} /src/translations/sqlb_pt_BR.ts"
159
159
"${CMAKE_SOURCE_DIR} /src/translations/sqlb_en_GB.ts"
160
160
"${CMAKE_SOURCE_DIR} /src/translations/sqlb_ko_KR.ts"
161
+ "${CMAKE_SOURCE_DIR} /src/translations/sqlb_tr.ts"
161
162
)
162
163
163
164
if (USE_QT5)
Original file line number Diff line number Diff line change @@ -111,7 +111,8 @@ TRANSLATIONS += \
111
111
translations/sqlb_ru.ts \
112
112
translations/sqlb_pt_BR.ts \
113
113
translations/sqlb_en_GB.ts \
114
- translations/sqlb_ko_KR.ts
114
+ translations/sqlb_ko_KR.ts \
115
+ translations/sqlb_tr.ts
115
116
116
117
CONFIG (sqlcipher) {
117
118
QMAKE_CXXFLAGS += -DENABLE_SQLCIPHER
Original file line number Diff line number Diff line change 9
9
<file alias="en_GB">gb.png</file>
10
10
<file alias="zh_TW">roc.png</file>
11
11
<file alias="ko_KR">kr.png</file>
12
+ <file alias="tr_TR">tr.png</file>
12
13
</qresource>
13
14
</RCC>
You can’t perform that action at this time.
0 commit comments