dotnet-api-docs icon indicating copy to clipboard operation
dotnet-api-docs copied to clipboard

Incorrect german translation for system.collections.generic.dictionary

Open wech71 opened this issue 1 month ago • 1 comments

Describe the issue or suggestion

The german translation for system.collections.generic.dictionary is misleading

https://learn.microsoft.com/de-de/dotnet/api/system.collections.generic.dictionary-2.tryadd?view=net-8.0

currently:

Im Gegensatz zum Dictionary-Indexer wird das Element nicht außer Kraft gesetzt,

should read

Im Gegensatz zum Dictionary-Indexer wird das Element nicht überschrieben,

This is probably because the englisch version of this sentence is also irritating for non-native speakers:

Unlike the Dictionary indexer, TryAdd doesn't override the element

I would have expected.

Unlike the Dictionary indexer, TryAdd doesn't overwrite the element

wech71 avatar Nov 27 '25 10:11 wech71