mirror of
https://github.com/wassname/DefinitelyTyped.git
synced 2026-09-09 11:13:57 +08:00
github-electron: Add test for app.getLocale()
This commit is contained in:
@@ -111,6 +111,9 @@ app.on('ready', () => {
|
||||
mainWindow.webContents.printToPDF({}, (err, data) => {});
|
||||
});
|
||||
|
||||
// Locale
|
||||
app.getLocale();
|
||||
|
||||
// Desktop environment integration
|
||||
// https://github.com/atom/electron/blob/master/docs/tutorial/desktop-environment-integration.md
|
||||
|
||||
|
||||
Reference in New Issue
Block a user