From 87e89e8ea88b4feb5152991654e0ad7c6232c68f Mon Sep 17 00:00:00 2001 From: MIZUNE Pine Date: Sun, 12 Oct 2014 11:57:02 +0900 Subject: [PATCH] Add getUILanguage function --- chrome/chrome.d.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/chrome/chrome.d.ts b/chrome/chrome.d.ts index df655e2b8..ac5fd572b 100755 --- a/chrome/chrome.d.ts +++ b/chrome/chrome.d.ts @@ -1053,6 +1053,7 @@ declare module chrome.identity { declare module chrome.i18n { export function getMessage(messageName: string, substitutions?: any): string; export function getAcceptLanguages(callback: (languages: string[]) => void): void; + export function getUILanguage(): string; } ////////////////////