mashpie/i18n-node
Lightweight simple translation module for node.js / express.js with dynamic json storage. Uses common __('...') syntax in app and templates. observed · 2026-08-28
Health v2 · maintenance only
68/100
- Activity 74
- Release rhythm 42
- Longevity 100
How is this computed?
round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10) — computed 2026-09-03. Adoption (stars, forks) is never an input.
- gap_med: 34
- age_days: 5640
- days_rel: 307
- days_push: 161
- n_releases_24m: 2
Adoption not part of the score
3112 stars · 422 forks observed · 2026-08-28
What it is AI-extracted, prompt v1, taxonomy v1, 2026-08-30, confidence not recorded
A lightweight internationalization (i18n) library for Node.js that provides translation via the common __('...') syntax with dynamic JSON storage. It works with Express, restify, or any framework exposing app.use(), auto-detecting locales from Accept-Language headers and adding new strings on the fly.
Use cases
- translate a node.js web app into multiple languages
- add i18n to an express application
- detect user language from accept-language header
- store translations in json files for node.js
- translate strings in templates with __() syntax
- manage locale files compatible with webtranslateit
When to choose
- you need a minimal, dependency-light i18n solution for Node.js or Express
- you want translations stored as simple JSON files with no extra parsing step
- you want new translation strings auto-added when first used
- you need both singleton and instance-based configuration
When to avoid
- you need advanced i18n features like pluralization rules for complex locales, ICU message format, or context-aware translations
- you are building a frontend-only app without a Node.js backend
- you prefer a full-featured framework like i18next with ecosystem plugins
Facets
library · maturity active
internationalization middleware templating web-development backend i18n translation express json-translation-files accept-language-negotiation localization nodejs web-server
1 source
- readme: https://github.com/mashpie/i18n-node · fetched 2026-08-28 · e80a379badcd
Member repositories
| Repository | Role | Health v2 |
|---|---|---|
| mashpie/i18n-node | main | 68 |
For agents
markdown · JSON · MCP: product_card(name="mashpie/i18n-node")
Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem