Skip to content

Commit

Permalink
Bump to version 1.30.2. Updated language files.
Browse files Browse the repository at this point in the history
  • Loading branch information
FelixdelasPozas committed Sep 26, 2024
1 parent 7b23b5e commit 195429b
Show file tree
Hide file tree
Showing 15 changed files with 2,727 additions and 4,236 deletions.
2 changes: 1 addition & 1 deletion AboutDialog.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
#include <QDateTime>
#include <QApplication>

const QString AboutDialog::VERSION{"1.30.1"};
const QString AboutDialog::VERSION{"1.30.2"};
const QString COPYRIGHT{"Copyright (c) 2016-%1 Félix de las Pozas Álvarez"};

//-----------------------------------------------------------------
Expand Down
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ project(TrayWeather)
# Version Number
set (TRAYWEATHER_VERSION_MAJOR 1)
set (TRAYWEATHER_VERSION_MINOR 30)
set (TRAYWEATHER_VERSION_PATCH 1)
set (TRAYWEATHER_VERSION_PATCH 2)

set(CMAKE_CXX_STANDARD 17)
set(CMAKE_CXX_STANDARD_REQUIRED ON)
Expand Down
580 changes: 227 additions & 353 deletions languages/de_DE.ts

Large diffs are not rendered by default.

578 changes: 227 additions & 351 deletions languages/empty.ts

Large diffs are not rendered by default.

580 changes: 227 additions & 353 deletions languages/es_ES.ts

Large diffs are not rendered by default.

579 changes: 227 additions & 352 deletions languages/fr_FR.ts

Large diffs are not rendered by default.

580 changes: 227 additions & 353 deletions languages/ko_KR.ts

Large diffs are not rendered by default.

580 changes: 227 additions & 353 deletions languages/pl_PL.ts

Large diffs are not rendered by default.

580 changes: 227 additions & 353 deletions languages/pt_BR.ts

Large diffs are not rendered by default.

580 changes: 227 additions & 353 deletions languages/ru_RU.ts

Large diffs are not rendered by default.

580 changes: 227 additions & 353 deletions languages/sl_SI.ts

Large diffs are not rendered by default.

580 changes: 227 additions & 353 deletions languages/tr_TR.ts

Large diffs are not rendered by default.

580 changes: 227 additions & 353 deletions languages/uk_UA.ts

Large diffs are not rendered by default.

580 changes: 227 additions & 353 deletions languages/zh_CN.ts

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -160,7 +160,7 @@ To the translation in your language. For example in Spanish it is:

# Repository information

**Version**: 1.30.1
**Version**: 1.30.2

**Status**: finished.

Expand Down

0 comments on commit 195429b

Please sign in to comment.