6 commentaires (6 commentaires)0 réactions (0 réactions)0 assignés (0 assignés)TypeScript123 243 stars (123 243 stars)13 649 forks (13 649 forks)batch import
enhancementgood first issuehelp wantedi18n
Description
Cette issue ne contient pas de description.
Guide contributeur
- Stack technique
- typescriptreact
- Domaine
- localization
- Type d'issue
- feature
- DifficultéDifficulté estimée pour un nouveau contributeur, de 1 pour un très petit changement à 5 pour un travail expert.
- 2
- Temps estiméFourchette de temps approximative pour investiguer, implémenter, tester et préparer une pull request.
- 1-3 hours
- Statut d'activitéDisponibilité apparente de l'issue : fraîche, active, ancienne, bloquée ou en attente d'un mainteneur.
- fresh
- ClartéClarté avec laquelle l'issue explique le changement attendu, les critères d'acceptation et la prochaine étape.
- mostly clear
- Prérequis
- Familiarity with Mongolian languageBasic knowledge of JSON or YAML translation files
- Accessibilité débutantScore de 1 à 100 estimant l'accessibilité de cette issue pour un premier contributeur.
- 80
- Direction de recherche
- 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.