2 comments (2 comments)4 reactions (4 reactions)0 assignees (0 assignees)C#3,486 stars (3,486 stars)1,125 forks (1,125 forks)batch import
help wantedtask
Description
Add German (de) Localization.
If you want I can provide a PR for it.
Contributor guide
- Tech stack
- csharp
- Domain
- internationalization
- Issue type
- feature
- DifficultyEstimated implementation difficulty for a new contributor, from 1 for very small changes to 5 for expert-level work.
- 2
- Estimated timeA rough time range for an experienced contributor to investigate, implement, test, and prepare a pull request.
- 1-3 hours
- Activity statusHow available the issue appears right now: fresh, active, stale, blocked, or waiting on maintainer input.
- stale
- ClarityHow clearly the issue explains the expected change, acceptance criteria, and next step.
- clear
- Prerequisites
- Basic C# and localization concepts
- Newbie friendlinessA 1-100 score estimating how approachable this issue is for first-time contributors.
- 70
- Research direction
- Examine the existing localization resource files (typically .resx files) in the project, for example under a 'Resources' directory. Identify the pattern used for other languages (e.g., en, fr) and replicate it for German (de). Translate the UI strings accordingly. Check if there is a contributing guide or documentation on adding localizations. The repository likely uses ASP.NET Core localization, so ensure the new resource file is registered correctly.