blob: 053ea9b67cc0ba9f521ee76fb0b22ee677ddb0a8 [file] [log] [blame]
Adrià Vilanova Martíneze5263f12022-05-29 19:22:13 +02001// Helper function which serves as a shorter alias to the chrome.i18n.getMessage
2// method, specially useful inside lit templates.
3export function msg(...args) {
4 return chrome.i18n.getMessage(...args);
5}