6 comments (6 comments)0 reactions (0 reactions)0 assignees (0 assignees)TypeScript123,243 stars (123,243 stars)13,649 forks (13,649 forks)batch import
enhancementgood first issuehelp wantedi18n
Description
This issue does not include a description.
Contributor guide
- Tech stack
- typescriptreact
- Domain
- localization
- 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.
- fresh
- ClarityHow clearly the issue explains the expected change, acceptance criteria, and next step.
- mostly clear
- Prerequisites
- Familiarity with Mongolian languageBasic knowledge of JSON or YAML translation files
- Newbie friendlinessA 1-100 score estimating how approachable this issue is for first-time contributors.
- 80
- Research direction
- Look for existing locale files in the repository, likely in a folder such as `src/locales` or `public/locales`. Examine the structure of an existing translation (e.g., `en.json`) to understand the key value format. Create a new file for Mongolian (e.g., `mn.json`) and translate all strings. Then update the language list in the app configuration (e.g., in `src/i18n.ts` or similar) to include Mongolian. Check comments in the issue for any specific guidance from maintainers.