diff --git a/debian/changelog b/debian/changelog index c784dacbb6d078f342cb7f1eb6a812f37517d691..2ddc031da11b9804a84a5064575f62d64d579c31 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,5 +1,12 @@ -gxde-timer-neo (1.2.2-1) unstable; urgency=medium +gxde-timer-neo (1.2.3) unstable; urgency=medium + + * 修复中文翻译不完整 + + -- zeqi Mon, 09 Feb 2026 11:08:52 +0800 + + gxde-timer-neo (1.2.2-1) unstable; urgency=medium * repackage scripts fix. -- ”daya” <”admin@yzzi.top”> Wed, 19 Aug 2020 23:08:35 +0800 + diff --git a/src/gxde-timer.pro b/src/gxde-timer.pro index a7c5e3fc25fec405b8c26623f7184490e3c1e7cb..fa644f62309f1f50058ccc2f7443d607b1229457 100644 --- a/src/gxde-timer.pro +++ b/src/gxde-timer.pro @@ -46,6 +46,6 @@ FORMS += \ RESOURCES += \ ../assets/assets.qrc -TRANSLATIONS += ../translations/one-tomato_zh_CN.ts +TRANSLATIONS += ../translations/gxde-timer_zh_CN.ts target.path=/usr/bin INSTALLS += target \ No newline at end of file diff --git a/src/main.cpp b/src/main.cpp index 848bef44acf931cdd1ab602dff0d30feec9f55ad..b184d5bb346bea3669aadcce3eb87e186dccdd86 100644 --- a/src/main.cpp +++ b/src/main.cpp @@ -16,7 +16,7 @@ int main(int argc, char *argv[]) a.setAttribute(Qt::AA_UseHighDpiPixmaps); a.loadTranslator(); a.setOrganizationName("GXDE"); - a.setApplicationVersion(DApplication::buildVersion("1.2.2")); + a.setApplicationVersion(DApplication::buildVersion("1.2.3")); a.setApplicationAcknowledgementPage("https://gitee.com/GXDE-OS/gxde-timer-neo"); a.setProductIcon(QIcon::fromTheme("gxde-timer")); //设置Logo a.setProductName(QObject::tr("GXDE Timer"));