Migrate translations to keys and switch to Localazy (#1198)

This commit is contained in:
Michael Telatynski
2023-09-05 17:09:47 +01:00
committed by GitHub
parent 2c62efa6e8
commit 86832a1793
63 changed files with 2857 additions and 2057 deletions
+2 -2
View File
@@ -121,12 +121,12 @@ export function initApplicationMenu(): void {
const contextMenu = Menu.buildFromTemplate([
{
label: _t("Show/Hide"),
label: _t("action|show_hide"),
click: toggleWin,
},
{ type: "separator" },
{
label: _t("Quit"),
label: _t("action|quit"),
click: function (): void {
app.quit();
},