canvas-lms/ui/.i18nrc

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

13 lines
185 B
Plaintext
Raw Normal View History

{
"files": [
{
"pattern": "**/*.{coffee,js,jsx,ts,tsx}",
"processor": "js"
},
{
"pattern": "**/*.{handlebars,hbs}",
"processor": "hbs"
}
]
}