Merge pull request #2958 from pine613/feature/chrome/i18n

Add getUILanguage function
This commit is contained in:
Masahiro Wakame
2014-10-14 11:30:30 +09:00
+1
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;
}
////////////////////