修复翻译异常与应用详细页文字过长时显示不完整的问题

This commit is contained in:
2022-12-11 17:47:31 +08:00
parent 8c9c2fcf11
commit a31f724b65
5 changed files with 770 additions and 394 deletions

View File

@@ -30,6 +30,14 @@ PKGCONFIG += dtkcore dtkgui dtkwidget libnotify
# Disable qWarning / qDebug output in Release
CONFIG(release, debug|release): DEFINES += QT_NO_WARNING_OUTPUT QT_NO_DEBUG_OUTPUT
# Update translation files
CONFIG(release, debug|release): system(bash $${PWD}/translate_generation.sh)
TRANSLATIONS += \
../translations/spark-store_en.ts \
../translations/spark-store_fr.ts \
../translations/spark-store_zh_CN.ts
SOURCES += \
dbus/dbussparkstoreservice.cpp \
main.cpp \