Hey, so I've run in to a really weird problem. The following JSON and HTML produced "Page Height" rather than "Height". How is that possible? Even when I remove the JSON, the span still says "Page Height". I can't find anything in the code that explains this and I've worked around it by changing the translation code to something other than "height". I just don't know where this is coming from. translation.json {
"height": "Height"
} sheet.html <span data-i18n="height">Height</span>