This check makes sure the theme has a default translation file.
This check makes sure a theme has a default locale.
👎 Example of incorrect theme for this check:
locales/
├── en.json
├── fr.json
└── zh-TW.json
👍 Example of correct theme for this check:
locales/
├── en.default.json # a default translation file is required
├── fr.json
└── zh-TW.json
The default configuration for this check is the following:
DefaultLocale:
enabled: true
This check has been introduced in Theme Check 0.1.0.