We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fb105f6 commit 94932cfCopy full SHA for 94932cf
src/util.cpp
@@ -559,7 +559,10 @@ CAboutDlg::CAboutDlg ( QWidget* parent ) : CBaseDlg ( parent )
559
"<p>Gary Wang (<a href=\"https://github.com/BLumia\">BLumia</a>)</p>" +
560
"<p><b>" + tr ( "Norwegian Bokmål" ) +
561
"</b></p>"
562
- "<p>Allan Nordhøy (<a href=\"https://hosted.weblate.org/user/kingu/\">kingu</a>)</p>" );
+ "<p>Allan Nordhøy (<a href=\"https://hosted.weblate.org/user/kingu/\">kingu</a>)</p>" +
563
+ "<p><b>" + tr ( "Japanese" ) +
564
+ "</b></p>"
565
+ "<p>tsukurun (<a href=\"https://github.com/tsukurun\">tsukurun</a>)</p>" );
566
567
// set version number in about dialog
568
lblVersion->setText ( GetVersionAndNameStr() );
0 commit comments