Skip to content

Commit 7e51c1a

Browse files
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

1 file changed

+2
-2
lines changed

StyleCop.Analyzers/StyleCop.Analyzers/DocumentationRules/DocumentationResources.nl-NL.resx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -121,7 +121,7 @@
121121
<value>Finaliseert een instantie van de </value>
122122
</data>
123123
<data name="DestructorStandardTextSecondPart" xml:space="preserve">
124-
<value> class.</value>
124+
<value> klasse.</value>
125125
</data>
126126
<data name="NonPrivateConstructorStandardTextFirstPart" xml:space="preserve">
127127
<value>Initialiseert een nieuwe instantie van de </value>
@@ -163,7 +163,7 @@
163163
<value> {0}.</value>
164164
</data>
165165
<data name="TypeTextClass" xml:space="preserve">
166-
<value>class</value>
166+
<value>klasse</value>
167167
</data>
168168
<data name="TypeTextStruct" xml:space="preserve">
169169
<value>struct</value>

0 commit comments

Comments
 (0)