Skip to content

Commit c5a42a1

Browse files
authored
Merge pull request #23 from rickgoud/patch-1
Update DutchLanguageTranslation.cs
2 parents 4b6e0e3 + c445be6 commit c5a42a1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Nager.Country.Translation/LanguageTranslations/DutchLanguageTranslation.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ public class DutchLanguageTranslation : ILanguageTranslation
1010
///<inheritdoc/>
1111
public TranslationInfo[] Translations => new[]
1212
{
13-
new TranslationInfo(LanguageCode.AF, "Duits"),
13+
new TranslationInfo(LanguageCode.AF, "Nederlands"),
1414
new TranslationInfo(LanguageCode.AM, "ደች"),
1515
new TranslationInfo(LanguageCode.AR, "الهولندي"),
1616
new TranslationInfo(LanguageCode.AZ, "Hollandiya"),

0 commit comments

Comments
 (0)