mirror of https://github.com/PCSX2/pcsx2.git
Qt:Mac: Add Qt mac application menu strings
The official Qt translations don't match the rest of macOS for some reason
This commit is contained in:
parent
4262715590
commit
d46b8390f1
|
@ -39,6 +39,17 @@
|
|||
#include <ShlObj.h>
|
||||
#endif
|
||||
|
||||
#if 0
|
||||
// Qt internal strings we'd like to have translated
|
||||
QT_TRANSLATE_NOOP("MAC_APPLICATION_MENU", "Services")
|
||||
QT_TRANSLATE_NOOP("MAC_APPLICATION_MENU", "Hide %1")
|
||||
QT_TRANSLATE_NOOP("MAC_APPLICATION_MENU", "Hide Others")
|
||||
QT_TRANSLATE_NOOP("MAC_APPLICATION_MENU", "Show All")
|
||||
QT_TRANSLATE_NOOP("MAC_APPLICATION_MENU", "Preferences...")
|
||||
QT_TRANSLATE_NOOP("MAC_APPLICATION_MENU", "Quit %1")
|
||||
QT_TRANSLATE_NOOP("MAC_APPLICATION_MENU", "About %1")
|
||||
#endif
|
||||
|
||||
namespace QtHost
|
||||
{
|
||||
struct GlyphInfo
|
||||
|
|
Loading…
Reference in New Issue