feat: i18n support with first translations

This commit is contained in:
2026-02-21 10:45:41 +01:00
parent a5281a7750
commit b8005bec30
48 changed files with 2792 additions and 462 deletions

View File

@@ -137,6 +137,7 @@ export const electronAPI: ElectronAPI = {
// App
app: {
getDataPaths: () => ipcRenderer.invoke('app:getDataPaths'),
getSystemLanguage: () => ipcRenderer.invoke('app:getSystemLanguage'),
getTitleBarMetrics: () => ipcRenderer.invoke('app:getTitleBarMetrics'),
openFolder: (folderPath: string) => ipcRenderer.invoke('app:openFolder', folderPath),
showItemInFolder: (itemPath: string) => ipcRenderer.invoke('app:showItemInFolder', itemPath),