2 comments (2 comments)2 reactions (2 reactions)0 assignees (0 assignees)JavaScript5,095 stars (5,095 stars)1,402 forks (1,402 forks)batch import
good first issue
Description
Boilerplate for localizations would be interesting...
Contributor guide
- Tech stack
- javascriptnodejsexpressmongodb
- Domain
- backend
- Issue type
- feature
- DifficultyEstimated implementation difficulty for a new contributor, from 1 for very small changes to 5 for expert-level work.
- 3
- 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.
- unclear
- Prerequisites
- None
- Newbie friendlinessA 1-100 score estimating how approachable this issue is for first-time contributors.
- 30
- Research direction
- The issue is a vague feature request for internationalization. Since the repository uses Express and Mongoose, research common i18n libraries for Node.js such as i18next. The contributor should first identify all user facing strings in the views and templates (likely in Jade/Pug or EJS). Then propose a locale file structure (e.g., en.json, es.json) and decide on a library. The issue lacks maintainer input, so clarification on scope and preferred library is needed.