Actually process handlebars translations

Change-Id: I72a0ae3b36d449eb7db36bb0d921c928516f7fb5
Reviewed-on: https://gerrit.instructure.com/c/canvas-lms/+/358332
Reviewed-by: Jake Oeding <jake.oeding@instructure.com>
Tested-by: Service Cloud Jenkins <svc.cloudjenkins@instructure.com>
QA-Review: Jacob Burroughs <jburroughs@instructure.com>
Product-Review: Jacob Burroughs <jburroughs@instructure.com>
This commit is contained in:
Jacob Burroughs 2024-09-24 12:49:01 -05:00
parent 15ed413621
commit 413688e2d6
1 changed files with 1 additions and 1 deletions

View File

@ -5,7 +5,7 @@
"processor": "js"
},
{
"pattern": "**/*.{handlebars}",
"pattern": "**/*.handlebars",
"processor": "hbs"
}
]