Skip to content

Commit 94932cf

Browse files
author
Universal Deploy System v3.1
committed
Add Japanese translator credit to About dialog
Added tsukurun as the Japanese (ja_JP) translator in the credits section of util.cpp.
1 parent fb105f6 commit 94932cf

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

src/util.cpp

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -559,7 +559,10 @@ CAboutDlg::CAboutDlg ( QWidget* parent ) : CBaseDlg ( parent )
559559
"<p>Gary Wang (<a href=\"https://github.com/BLumia\">BLumia</a>)</p>" +
560560
"<p><b>" + tr ( "Norwegian Bokmål" ) +
561561
"</b></p>"
562-
"<p>Allan Nordhøy (<a href=\"https://hosted.weblate.org/user/kingu/\">kingu</a>)</p>" );
562+
"<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>" );
563566

564567
// set version number in about dialog
565568
lblVersion->setText ( GetVersionAndNameStr() );

0 commit comments

Comments
 (0)