mirror of
https://github.com/NinjaCheetah/NUSGet.git
synced 2026-02-28 07:35:30 -05:00
Keep "About NUSGet" and "About Qt" under the application menu on macOS
Defined menu roles for those items so that Qt knows they belong under "NUSGet" when on macOS. This worked automatically somehow in English, but when loading a localization they'd be relocated to "Help" like they are on Windows and Linux. They'll now stay in the correct place for all languages.
This commit is contained in:
@@ -140,6 +140,11 @@
|
||||
<source>General Settings</source>
|
||||
<translation>일반 설정</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../../qt/ui/MainMenu.ui" line="464"/>
|
||||
<source>About NUSGet</source>
|
||||
<translation type="unfinished">NUSGet 정보</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../../NUSGet.py" line="157"/>
|
||||
<source>Pack installable archive (WAD/TAD)</source>
|
||||
@@ -217,12 +222,11 @@ li.checked::marker { content: "\2612"; }
|
||||
<translation>도움말</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../../qt/ui/MainMenu.ui" line="464"/>
|
||||
<source>About</source>
|
||||
<translation>정보</translation>
|
||||
<translation type="vanished">정보</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../../qt/ui/MainMenu.ui" line="472"/>
|
||||
<location filename="../../qt/ui/MainMenu.ui" line="475"/>
|
||||
<source>About Qt</source>
|
||||
<translation>Qt 정보</translation>
|
||||
</message>
|
||||
|
||||
Reference in New Issue
Block a user