Skip to content

Commit

Permalink
qt6: update window title
Browse files Browse the repository at this point in the history
  • Loading branch information
Chilledheart committed Aug 29, 2024
1 parent 5344a78 commit 1ef4898
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
Binary file modified src/qt6/lang/yass_en.qm
Binary file not shown.
10 changes: 5 additions & 5 deletions src/qt6/lang/yass_en.ts
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="utf-8"?>
<!DOCTYPE TS>
<TS version="2.1">
<TS version="2.1" language="en_US">
<context>
<name>OptionDialog</name>
<message>
Expand Down Expand Up @@ -80,10 +80,6 @@
</context>
<context>
<name>YASSWindow</name>
<message>
<source>YASS</source>
<translation type="unfinished"></translation>
</message>
<message>
<source>Start</source>
<translation type="unfinished"></translation>
Expand Down Expand Up @@ -220,5 +216,9 @@
<source>&amp;About...</source>
<translation type="unfinished"></translation>
</message>
<message>
<source>YASS</source>
<translation>YASS (Yet Another Shadow Socket)</translation>
</message>
</context>
</TS>
Binary file modified src/qt6/lang/yass_zh_CN.qm
Binary file not shown.
2 changes: 1 addition & 1 deletion src/qt6/lang/yass_zh_CN.ts
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@
<name>YASSWindow</name>
<message>
<source>YASS</source>
<translation>YASS</translation>
<translation>YASS (Yet Another Shadow Socket)</translation>
</message>
<message>
<source>Start</source>
Expand Down

0 comments on commit 1ef4898

Please sign in to comment.