Open
Description
openedon Apr 3, 2024
Is your feature request related to a problem? Please describe.
In dotnet/aspire#3190 some template localization content got left behind because the string keys and values weren't kept in sync.
Describe the solution you'd like.
It would be good to have a test helper or build validation that verifies:
- all localization files have the same keys that are in the
template.json
file, and - the localization values in one language (default
en
) match those in thetemplate.json
file
Additional context
No response
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment