blob: 38bb0ca08fe4553ddf3c35e8a2d182cd0f9f71cb [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.
Adrià Vilanova Martínez5bdc4732022-05-31 20:12:21 +02003export const msg = chrome.i18n.getMessage;