Skip to content

Commit 527eb86

Browse files
dd
d
authored and
d
committed
Closes #709
1 parent ef782af commit 527eb86

File tree

2 files changed

+7
-2
lines changed

2 files changed

+7
-2
lines changed

src/Changelog

+3
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,7 @@ TESTS to do during RC releases:
2121
- check if they are properly imported to the log.
2222
- Test a dupe QSO, a message should be shown
2323

24+
TEST
2425
Close: #396, #507, #508
2526

2627

@@ -39,6 +40,8 @@ TBD - 2.4
3940
- BugFix: Country fix read failed with complex prefixes.
4041
- Bugfix: CQ & ITU zones may be wrong for callsigns from specific DXCC if coming from WSJTX.
4142
- Bugfix: ClubLog date was not properly managed.
43+
- Translations: Dutch (TNX PA3FNT), Spanish (EA4K)
44+
4245
- Removed the message against the Russian invasion of Ukraine. No specific reason for this removal.
4346
Just I don't feel that it is useful.
4447

src/aboutdialog.cpp

+4-2
Original file line numberDiff line numberDiff line change
@@ -100,6 +100,8 @@ AboutDialog::AboutDialog(const QString &tversion, QWidget *parent)
100100
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>");
101101
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>");
102102
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>");
103+
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>");
104+
103105
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>");
104106
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>");
105107
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>");
@@ -108,8 +110,8 @@ AboutDialog::AboutDialog(const QString &tversion, QWidget *parent)
108110

109111
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>!");
110112
QString translators = "<center><h2>" + tr("Translators") + "</h2></center><br>" + translatorsText + "<br><table>"
111-
+ translator_ca + translator_hr + translator_cs + translator_fi + translator_fr + translator_da
112-
+ translator_lv + translator_de + translator_it + translator_ja + translator_pl + translator_es
113+
+ translator_ca + translator_cs + translator_da + translator_de + translator_es + translator_fi + translator_fr + translator_hr
114+
+ translator_it + translator_ja+ translator_lv + translator_nl + translator_pl
113115
+ translator_uk + translator_ru
114116
+ "</table>";
115117

0 commit comments

Comments
 (0)