Skip to content

Commit 5a365c4

Browse files
committed
Happy new year!
1 parent ba48eb4 commit 5a365c4

3 files changed

Lines changed: 4 additions & 4 deletions

File tree

dlgAbout.ui

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@
7373
<item row="3" column="0">
7474
<widget class="QLabel" name="labCopyright">
7575
<property name="text">
76-
<string>Copyright © GoodCoder666 2024</string>
76+
<string>Copyright © GoodCoder666 2025</string>
7777
</property>
7878
</widget>
7979
</item>

translations/en_US.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -61,8 +61,8 @@
6161
</message>
6262
<message>
6363
<location filename="../dlgAbout.ui" line="76"/>
64-
<source>Copyright © GoodCoder666 2024</source>
65-
<translation>Copyright © GoodCoder666 2024</translation>
64+
<source>Copyright © GoodCoder666 2025</source>
65+
<translation>Copyright © GoodCoder666 2025</translation>
6666
</message>
6767
<message>
6868
<location filename="../dlgAbout.ui" line="83"/>

ui_dlgAbout.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,7 @@ def retranslateUi(self, Dialog):
8989
self.readmeLink.setText(QCoreApplication.translate("Dialog", u"README \u5e2e\u52a9\u6587\u4ef6", None))
9090
self.readmeLink.setDescription(QCoreApplication.translate("Dialog", u"https://github.com/GoodCoder666/GoogleTranslate_IPFinder/blob/main/README.md", None))
9191
self.btnUpdate.setText(QCoreApplication.translate("Dialog", u"\u68c0\u67e5\u66f4\u65b0", None))
92-
self.labCopyright.setText(QCoreApplication.translate("Dialog", u"Copyright \u00a9 GoodCoder666 2024", None))
92+
self.labCopyright.setText(QCoreApplication.translate("Dialog", u"Copyright \u00a9 GoodCoder666 2025", None))
9393
self.label.setText(QCoreApplication.translate("Dialog", u"<html><head/><body><p>\u611f\u8c22\u4f7f\u7528<span style=\" font-weight:700;\"> GoogleTranslate_IPFinder</span>\uff01\u6b22\u8fce\u5728 <a href=\"https://github.com/GoodCoder666/GoogleTranslate_IPFinder/issues\"><span style=\" text-decoration: underline; color:#0000ff;\">issues</span></a> \u6307\u51fa bug \u6216\u63d0\u51fa\u4fee\u6539\u610f\u89c1\u3002 </p><p>\u5728 <a href=\"https://github.com/GoodCoder666/GoogleTranslate_IPFinder\"><span style=\" text-decoration: underline; color:#0000ff;\">GitHub</span></a> \u4e0a Star \u6b64\u9879\u76ee\uff1a<a href=\"https://github.com/GoodCoder666/GoogleTranslate_IPFinder\"><span style=\" text-decoration: underline; color:#0000ff;\">GoodCoder666/GoogleTranslate_IPFinder</span></a></p></body></html>", None))
9494
# retranslateUi
9595

0 commit comments

Comments
 (0)