Skip to content

Commit

Permalink
Closes #709
Browse files Browse the repository at this point in the history
  • Loading branch information
d authored and d committed Jun 24, 2024
1 parent ef782af commit 527eb86
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
3 changes: 3 additions & 0 deletions src/Changelog
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ TESTS to do during RC releases:
- check if they are properly imported to the log.
- Test a dupe QSO, a message should be shown

TEST
Close: #396, #507, #508


Expand All @@ -39,6 +40,8 @@ TBD - 2.4
- BugFix: Country fix read failed with complex prefixes.
- Bugfix: CQ & ITU zones may be wrong for callsigns from specific DXCC if coming from WSJTX.
- Bugfix: ClubLog date was not properly managed.
- Translations: Dutch (TNX PA3FNT), Spanish (EA4K)

- Removed the message against the Russian invasion of Ukraine. No specific reason for this removal.
Just I don't feel that it is useful.

Expand Down
6 changes: 4 additions & 2 deletions src/aboutdialog.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -100,6 +100,8 @@ AboutDialog::AboutDialog(const QString &tversion, QWidget *parent)
QString translator_de = QString("<tr><td>German</td>") + QString("<td>Burhard Lück</td>") + QString("<td><a href=\"mailto://[email protected]\">KDE German translation team</a></td></tr>");
QString translator_it = QString("<tr><td>Italian</td>") + QString("<td>Simona Pisano</td>") + QString("<td><a href=\"https://www.qrz.com/db/iu5hiu\">IU5HIU</a></td></tr>");
QString translator_ja = QString("<tr><td>Japanese</td>") + QString("<td>Nick and Akihiro Koda</td>") + QString("<td><a href=\"https://www.qrz.com/db/jj1tgt\">JJ1TGT</a> and <a href=\"https://www.qrz.com/db/jl3oxr\">JL3OXR</a></td></tr>");
QString translator_nl = QString("<tr><td>Dutch</td>") + QString("<td>F Holtrop</td>") + QString("<td><a href=\"https://www.qrz.com/db/pa3fnt\">PA3FNT/a></td></tr>");

QString translator_pl = QString("<tr><td>Polish</td>") + QString("<td>Piotr Ludwig</td>") + QString("<td><a href=\"https://www.qrz.com/db/la7rra\">LA7RRA</a></td></tr>");
QString translator_es = QString("<tr><td>Spanish</td>") + QString("<td>Jaime Robles</td>") + QString("<td><a href=\"https://www.qrz.com/db/ea4k\">EA4K</a></td></tr>");
QString translator_uk = QString("<tr><td>Ukrainian</td>") + QString("<td>Mykola Papirovsky and Volodymyr Karpenko</td>") + QString("<td><a href=\"https://www.qrz.com/db/ur6qv\">UR6QV</a> and <a href=\"https://www.qrz.com/db/ur3qjw\">UR3QJW</a></td></tr>");
Expand All @@ -108,8 +110,8 @@ AboutDialog::AboutDialog(const QString &tversion, QWidget *parent)

QString translatorsText = tr("Translators bring KLog into your language. They are really an important part of the KLog development team.") + "<br><br>" + tr("If KLog is still not in your language and you want to help us, you are welcome to contact us through the <a href=\"https://groups.io/g/klog\">KLog mailing list</a>!");
QString translators = "<center><h2>" + tr("Translators") + "</h2></center><br>" + translatorsText + "<br><table>"
+ translator_ca + translator_hr + translator_cs + translator_fi + translator_fr + translator_da
+ translator_lv + translator_de + translator_it + translator_ja + translator_pl + translator_es
+ translator_ca + translator_cs + translator_da + translator_de + translator_es + translator_fi + translator_fr + translator_hr
+ translator_it + translator_ja+ translator_lv + translator_nl + translator_pl
+ translator_uk + translator_ru
+ "</table>";

Expand Down

0 comments on commit 527eb86

Please sign in to comment.