From 58b2c9e1a83ef50b401b6e020dd0b29fa60336c3 Mon Sep 17 00:00:00 2001 From: Jeffrey van Ostayen Date: Thu, 15 Apr 2021 12:14:57 +0200 Subject: [PATCH] added dutch document culture --- .../DocumentationResources.nl-NL.resx | 171 ++++++++++++++++++ documentation/Configuration.md | 1 + 2 files changed, 172 insertions(+) create mode 100644 StyleCop.Analyzers/StyleCop.Analyzers/DocumentationRules/DocumentationResources.nl-NL.resx diff --git a/StyleCop.Analyzers/StyleCop.Analyzers/DocumentationRules/DocumentationResources.nl-NL.resx b/StyleCop.Analyzers/StyleCop.Analyzers/DocumentationRules/DocumentationResources.nl-NL.resx new file mode 100644 index 000000000..e7ce6bf0f --- /dev/null +++ b/StyleCop.Analyzers/StyleCop.Analyzers/DocumentationRules/DocumentationResources.nl-NL.resx @@ -0,0 +1,171 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + text/microsoft-resx + + + 2.0 + + + System.Resources.ResXResourceReader, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + System.Resources.ResXResourceWriter, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + Finaliseert een instantie van de + + + class. + + + Initialiseert een nieuwe instantie van de + + + {0} + + + De parameter wordt niet gebruikt. + + + Voorkomt het aanmaken van een standaardinstantie van de + + + {0} + + + Leest + + + Leest of schrijft + + + Leest of schrijft een waarde welke aangeeft + + + Leest een waarde welke aangeeft + + + Schrijft + + + Schrijft een waarde welke aangeeft + + + Initialiseert statische leden van de + + + {0}. + + + class + + + struct + + \ No newline at end of file diff --git a/documentation/Configuration.md b/documentation/Configuration.md index 773923ad0..e90cc608e 100644 --- a/documentation/Configuration.md +++ b/documentation/Configuration.md @@ -618,6 +618,7 @@ The following values are currently supported. Unsupported values will automatica * `"en-US"` * `"es-MX"` * `"fr-FR"` +* `"nl-NL"` * `"pl-PL"` * `"pt-BR"` * `"ru-RU"`