Shopify / theme-check

The Ultimate Shopify Theme Linter
Other
337 stars 95 forks source link

TranslationKeyExists doesn't check section translations #473

Closed andershagbard closed 2 years ago

andershagbard commented 2 years ago

If i have a section with translations, it will send this error: "submit" does not have a matching entry in 'locales/en.default.json'.

{{ 'submit' | t }}
{
  ...
  "locales": {
    "en": {
      "submit": "Subscribe"
    }
  }
}