Identifies missing or additional translations in [schema locale files](/docs/storefronts/themes/architecture/locales/schema-locale-files). ## Examples The following examples contain code snippets that either fail or pass this check. ### ✗ Fail The following locale files aren't consistent:

`es.schema.json` is missing `greeting` and `goodbye` translations:

`fr.schema.json` is missing `greeting` and has a `goodby` tag that isn't present in the default locale:

### ✓ Pass The following locale files are consistent:

## Options The following example contains the default configuration for this check: ```yaml MatchingSchemaTranslations: enabled: true severity: error ``` | Parameter | Description | | --- | --- | | `enabled` | Whether the check is enabled. | | `severity` | The [severity](https://shopify.dev/themes/tools/theme-check/configuration#check-severity) of the check. | ## Disabling this check Disabling this check isn't recommended because it might result in an inconsistent translation experience for some users.