mirror of
https://github.com/sqlitebrowser/sqlitebrowser.git
synced 2026-01-19 10:20:17 -06:00
trans: add french translation to build process
This commit is contained in:
@@ -103,6 +103,7 @@ set(SQLB_RESOURCES
|
||||
set(SQLB_TSS
|
||||
"${CMAKE_SOURCE_DIR}/src/translations/sqlb_de.ts"
|
||||
"${CMAKE_SOURCE_DIR}/src/translations/sqlb_ru.ts"
|
||||
"${CMAKE_SOURCE_DIR}/src/translations/sqlb_fr.ts"
|
||||
)
|
||||
|
||||
if(USE_QT5)
|
||||
|
||||
@@ -84,6 +84,7 @@ FORMS += \
|
||||
|
||||
TRANSLATIONS += \
|
||||
translations/sqlb_de.ts \
|
||||
translations/sqlb_fr.ts \
|
||||
translations/sqlb_ru.ts
|
||||
|
||||
LIBPATH_QHEXEDIT=$$PWD/../libs/qhexedit
|
||||
|
||||
Reference in New Issue
Block a user