Commit 7e51c1a
committed
Updated the existing Dutch resources to fix mismatches
Localized the destructor ending to Dutch: DocumentationResources.nl-NL.resx
(line 124) now reads “klasse.” instead of “class.” so destructor
summaries won’t mix languages.
Localized the type token for classes: DocumentationResources.nl-NL.resx
(line 166) is now “klasse”; constructor/destructor/static texts will no
longer emit “class” in Dutch output.
The remaining 15 validation-related entries read naturally enough for
.NET doc summaries and match the expected patterns (gets/sets phrasing,
constructor/destructor templates, “ParameterNotUsed”, etc.).1 parent 552f384 commit 7e51c1a
File tree
1 file changed
+2
-2
lines changed- StyleCop.Analyzers/StyleCop.Analyzers/DocumentationRules
1 file changed
+2
-2
lines changedLines changed: 2 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
121 | 121 | | |
122 | 122 | | |
123 | 123 | | |
124 | | - | |
| 124 | + | |
125 | 125 | | |
126 | 126 | | |
127 | 127 | | |
| |||
163 | 163 | | |
164 | 164 | | |
165 | 165 | | |
166 | | - | |
| 166 | + | |
167 | 167 | | |
168 | 168 | | |
169 | 169 | | |
| |||
0 commit comments