Hi, I’m having an issue with my Shopify theme locale file.
My en.default.json file validates correctly and only has 502 keys.
However, my lv.json file also validates correctly as JSON, but it has around 3,400 translatable value keys. Shopify support suggested that the issue is likely caused by lv.json hitting the 3,400 key limit.
There are no missing commas, broken brackets, or invalid JSON syntax. The file parses correctly.
What is the correct way to fix this? Should I remove unused checkout translation keys from lv.json, split the locale somehow, or is there another recommended Shopify approach?
Thanks.
