From 56bc529262cc8c617185f6fcfd95c334343ee50f Mon Sep 17 00:00:00 2001 From: tanyulong2021 Date: Wed, 13 Jul 2022 15:02:43 +0800 Subject: [PATCH] Update ts file and add today translation --- ...te-ts-file-and-add-today-translation.patch | 29 +++++++++++++++++++ indicator-china-weather.spec | 7 ++++- 2 files changed, 35 insertions(+), 1 deletion(-) create mode 100644 0009-Update-ts-file-and-add-today-translation.patch diff --git a/0009-Update-ts-file-and-add-today-translation.patch b/0009-Update-ts-file-and-add-today-translation.patch new file mode 100644 index 0000000..0b9ee4b --- /dev/null +++ b/0009-Update-ts-file-and-add-today-translation.patch @@ -0,0 +1,29 @@ +From a7142ce48feb6b4f865fe93bf25376971f0d0546 Mon Sep 17 00:00:00 2001 +From: tanyulong2021 +Date: Wed, 13 Jul 2022 14:58:18 +0800 +Subject: [PATCH] Update ts file and add today translation + +--- + translations/indicator-china-weather_zh_CN.ts | 8 ++++++++ + 1 file changed, 8 insertions(+) + +diff --git a/translations/indicator-china-weather_zh_CN.ts b/translations/indicator-china-weather_zh_CN.ts +index e656456..a525289 100644 +--- a/translations/indicator-china-weather_zh_CN.ts ++++ b/translations/indicator-china-weather_zh_CN.ts +@@ -184,4 +184,12 @@ + 支持:support@kylinos.cn + + ++ ++ Information ++ ++ ++ Today ++ 今天 ++ ++ + +-- +2.33.0 + diff --git a/indicator-china-weather.spec b/indicator-china-weather.spec index 889a69e..5a86a10 100644 --- a/indicator-china-weather.spec +++ b/indicator-china-weather.spec @@ -1,7 +1,7 @@ %define debug_package %{nil} Name: indicator-china-weather Version: 3.1.0 -Release: 15 +Release: 16 Summary: The weather data are from the heweather API s6 version. License: GPL-3.0+ URL: https://github.com/UbuntuKylin/indicator-china-weather @@ -30,6 +30,7 @@ patch5: 0005-Increase-the-drag-bar-of-forecast-part.patch patch6: 0006-Hide-tray-icon-in-case-of-network-exception.patch patch7: 0007-Repair-menu-button-hover-style-exception.patch patch8: 0008-Solve-the-problem-of-button-backlighting.patch +patch9: 0009-Update-ts-file-and-add-today-translation.patch %description Indicator that displays China weather information @@ -48,6 +49,7 @@ patch8: 0008-Solve-the-problem-of-button-backlighting.patch %patch6 -p1 %patch7 -p1 %patch8 -p1 +%patch9 -p1 %build %{qmake_qt5} %{_qt5_qmake_flags} CONFIG+=enable-by-default indicator-china-weather.pro @@ -79,6 +81,9 @@ rm -rf $RPM_BUILD_ROOT %{_datadir}/man/man1/indicator-china-weather.1.gz %changelog +* Wed Jul 13 2022 tanyulong - 3.1.0-16 +- Update ts file and add today translation + * Mon Jul 11 2022 peijiankang - 3.1.0-15 - 解决按钮反白的问题