feat: adding i18n for cloud sync

This commit is contained in:
Chubby Granny Chaser 2024-09-25 22:22:26 +01:00
parent 32fa69627c
commit 9b5e13ad35
No known key found for this signature in database
13 changed files with 59 additions and 27 deletions

View file

@ -115,7 +115,7 @@ contextBridge.exposeInMainWorld("electron", {
getDiskFreeSpace: (path: string) =>
ipcRenderer.invoke("getDiskFreeSpace", path),
/* Cloud sync */
/* Cloud save */
uploadSaveGame: (objectId: string, shop: GameShop) =>
ipcRenderer.invoke("uploadSaveGame", objectId, shop),
downloadGameArtifact: (