Skip to content

Commit 31500c3

Browse files
committed
Merge branch 'main' of github.com:Heroic-Games-Launcher/HeroicGamesLauncher
2 parents 5ce9324 + d3e793d commit 31500c3

69 files changed

Lines changed: 366 additions & 364 deletions

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

electron/main.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -113,6 +113,7 @@ async function createWindow(): Promise<BrowserWindow> {
113113

114114
mainWindow.setIcon(icon)
115115
app.setAppUserModelId('Heroic')
116+
app.commandLine.appendSwitch('enable-spatial-navigation')
116117

117118
if (isDev) {
118119
/* eslint-disable @typescript-eslint/ban-ts-comment */

public/locales/bg/login.json

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,6 @@
22
"button": {
33
"login": "Вход"
44
},
5-
"info": {
6-
"needHelp": "Need Help?"
7-
},
85
"input": {
96
"placeholder": "Въведете своя SID тук"
107
},

public/locales/bg/translation.json

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -120,6 +120,10 @@
120120
"loading": {
121121
"website": "Loading Website"
122122
},
123+
"login": {
124+
"loginWithEpic": "Login With Epic",
125+
"loginWithSid": "Login with SID"
126+
},
123127
"message": {
124128
"sync": "Синхронизацията е завършена",
125129
"unsync": "Десинхронизацията е завършена"

public/locales/ca/login.json

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,6 @@
22
"button": {
33
"login": "Iniciar sessió"
44
},
5-
"info": {
6-
"needHelp": "Necessites ajuda?"
7-
},
85
"input": {
96
"placeholder": "Enganxa l'SID aquí"
107
},

public/locales/ca/translation.json

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -120,6 +120,10 @@
120120
"loading": {
121121
"website": "Loading Website"
122122
},
123+
"login": {
124+
"loginWithEpic": "Login With Epic",
125+
"loginWithSid": "Login with SID"
126+
},
123127
"message": {
124128
"sync": "Sincronització completa",
125129
"unsync": "Des-sincronització completa"

public/locales/cs/login.json

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,6 @@
22
"button": {
33
"login": "Přihlásit"
44
},
5-
"info": {
6-
"needHelp": "Need Help?"
7-
},
85
"input": {
96
"placeholder": "Sem vložte číslo SID"
107
},

public/locales/cs/translation.json

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -120,6 +120,10 @@
120120
"loading": {
121121
"website": "Loading Website"
122122
},
123+
"login": {
124+
"loginWithEpic": "Login With Epic",
125+
"loginWithSid": "Login with SID"
126+
},
123127
"message": {
124128
"sync": "Synchronizace dokončena",
125129
"unsync": "Desynchronizace dokončena"

public/locales/de/login.json

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,6 @@
22
"button": {
33
"login": "Anmelden"
44
},
5-
"info": {
6-
"needHelp": "Brauchen Sie Hilfe?"
7-
},
85
"input": {
96
"placeholder": "Fügen Sie hier die SID-Nummer ein"
107
},

public/locales/de/translation.json

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -120,6 +120,10 @@
120120
"loading": {
121121
"website": "Lade Webseite"
122122
},
123+
"login": {
124+
"loginWithEpic": "Login With Epic",
125+
"loginWithSid": "Login with SID"
126+
},
123127
"message": {
124128
"sync": "Synchronisation abgeschlossen",
125129
"unsync": "Synchronisation erfolgreich aufgehoben"

public/locales/el/login.json

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,6 @@
22
"button": {
33
"login": "Σύνδεση"
44
},
5-
"info": {
6-
"needHelp": "Χρειάζεστε βοήθεια;"
7-
},
85
"input": {
96
"placeholder": "Επικολλήστε τον αριθμό SID εδώ"
107
},

0 commit comments

Comments
 (0)