Gitiles
Code Review
Sign In
gerrit.avm99963.com
/
translateselectedtext
/
ec599347780d90f9ee0d5d9db08c6aa6cecae91d
/
.
/
src
/
common
/
i18n.js
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
);
}