mirror of
https://github.com/wassname/DefinitelyTyped.git
synced 2026-09-06 16:20:26 +08:00
Add getUILanguage function
This commit is contained in:
Vendored
+1
@@ -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