You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
ghost
removed
the
untriaged
New issue has not been triaged by the area owner
label
Dec 2, 2022
radical
changed the title
User facing messages/warnings/errors should be localized
User facing messages/warnings/errors should be localized, and documented
Dec 2, 2022
Yes. E.g. users can suppress specific warnings using the codes. What's more, codes should be unique for a given string, so we can use them as keys for localization.
Compilation errors are documented here and only them. Aspnetcore codes are documented in their repo here and this looks like a good pattern. To keep it simple, I would create same-named doc in the corresponding location in runtime repo: https://github.com/dotnet/runtime/tree/main/docs
Uh oh!
There was an error while loading. Please reload this page.
Prompted by #78755 (comment)
The shipping tasks in
src/tasks
have user facing strings in the form of:Log.LogMessage
- especially the Normal, and High importance ones)These need to be identified, and localized.
Questions:
cc @akoeplinger @maraf @lewing @steveisok
The text was updated successfully, but these errors were encountered: