Adrià Vilanova MartÃnez | e5263f1 | 2022-05-29 19:22:13 +0200 | [diff] [blame] | 1 | // Helper function which serves as a shorter alias to the chrome.i18n.getMessage |
2 | // method, specially useful inside lit templates. | ||||
3 | export function msg(...args) { | ||||
4 | return chrome.i18n.getMessage(...args); | ||||
5 | } |