Identifies references to translations that don't exist.
## Examples
The following examples contain code snippets that either fail or pass this check.
### ✗ Fail
### ✓ Pass
## Options
The following example contains the default configuration for this check:
```yaml
TranslationKeyExists:
enabled: true
severity: error
```
| Parameter | Description |
| --- | --- |
| `enabled` | Whether this 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.