feat: i18n support with first translations
This commit is contained in:
@@ -516,6 +516,7 @@ export interface ElectronAPI {
|
||||
};
|
||||
app: {
|
||||
getDataPaths: () => Promise<{ database: string; posts: string; media: string }>;
|
||||
getSystemLanguage: () => Promise<string>;
|
||||
getTitleBarMetrics: () => Promise<{ macosLeftInset: number } | null>;
|
||||
openFolder: (folderPath: string) => Promise<string>;
|
||||
showItemInFolder: (itemPath: string) => Promise<void>;
|
||||
|
||||
Reference in New Issue
Block a user