diff --git a/github-electron/github-electron.d.ts b/github-electron/github-electron.d.ts index a02a1edb6..ef870d5af 100644 --- a/github-electron/github-electron.d.ts +++ b/github-electron/github-electron.d.ts @@ -1022,6 +1022,10 @@ declare module Electron { * name by Electron. */ getName(): string; + /** + * @returns The current application locale. + **/ + getLocale(): string; /** * Resolves the proxy information for url, the callback would be called with * callback(proxy) when the request is done.