mirror of
https://github.com/zhigang1992/DefinitelyTyped.git
synced 2026-04-22 20:39:17 +08:00
Add getUILanguage function
This commit is contained in:
1
chrome/chrome.d.ts
vendored
1
chrome/chrome.d.ts
vendored
@@ -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;
|
||||
}
|
||||
|
||||
////////////////////
|
||||
|
||||
Reference in New Issue
Block a user