Skip to content

Commit e2c4da8

Browse files
author
Josh Goldberg
authored
Added localization instructions to CONTRIBUTING.md
Fixes microsoft#20418
1 parent 334bf4e commit e2c4da8

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

CONTRIBUTING.md

+5
Original file line numberDiff line numberDiff line change
@@ -183,3 +183,8 @@ jake baseline-accept
183183
```
184184

185185
to establish the new baselines as the desired behavior. This will change the files in `tests\baselines\reference`, which should be included as part of your commit. It's important to carefully validate changes in the baselines.
186+
187+
## Localization
188+
189+
All strings the user may see are stored in [`diagnosticMessages.json`](./src/compiler/diagnosticMessages.json).
190+
If you make changes to it, run `jake generate-diagnostics` to push them to the generated localization and definition files.

0 commit comments

Comments
 (0)