Add getUILanguage function

This commit is contained in:
MIZUNE Pine
2014-10-12 11:57:02 +09:00
parent bba33bcb0b
commit 87e89e8ea8

1
chrome/chrome.d.ts vendored
View File

@@ -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;
}
////////////////////