blob: 053ea9b67cc0ba9f521ee76fb0b22ee677ddb0a8 [file] [log] [blame]
// Helper function which serves as a shorter alias to the chrome.i18n.getMessage
// method, specially useful inside lit templates.
export function msg(...args) {
return chrome.i18n.getMessage(...args);
}