Skip to content

Commit

Permalink
Happy new year!
Browse files Browse the repository at this point in the history
  • Loading branch information
GoodCoder666 committed Jan 1, 2025
1 parent ba48eb4 commit 5a365c4
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion dlgAbout.ui
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@
<item row="3" column="0">
<widget class="QLabel" name="labCopyright">
<property name="text">
<string>Copyright © GoodCoder666 2024</string>
<string>Copyright © GoodCoder666 2025</string>
</property>
</widget>
</item>
Expand Down
4 changes: 2 additions & 2 deletions translations/en_US.ts
Original file line number Diff line number Diff line change
Expand Up @@ -61,8 +61,8 @@
</message>
<message>
<location filename="../dlgAbout.ui" line="76"/>
<source>Copyright © GoodCoder666 2024</source>
<translation>Copyright © GoodCoder666 2024</translation>
<source>Copyright © GoodCoder666 2025</source>
<translation>Copyright © GoodCoder666 2025</translation>
</message>
<message>
<location filename="../dlgAbout.ui" line="83"/>
Expand Down
2 changes: 1 addition & 1 deletion ui_dlgAbout.py
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ def retranslateUi(self, Dialog):
self.readmeLink.setText(QCoreApplication.translate("Dialog", u"README \u5e2e\u52a9\u6587\u4ef6", None))
self.readmeLink.setDescription(QCoreApplication.translate("Dialog", u"https://github.com/GoodCoder666/GoogleTranslate_IPFinder/blob/main/README.md", None))
self.btnUpdate.setText(QCoreApplication.translate("Dialog", u"\u68c0\u67e5\u66f4\u65b0", None))
self.labCopyright.setText(QCoreApplication.translate("Dialog", u"Copyright \u00a9 GoodCoder666 2024", None))
self.labCopyright.setText(QCoreApplication.translate("Dialog", u"Copyright \u00a9 GoodCoder666 2025", None))
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))
# retranslateUi

0 comments on commit 5a365c4

Please sign in to comment.