Skip to content
All features
platformpackages/platform/i18n

i18n package

next-intl bridge — runtime locale, ICU plural, currency/date formatters, sided JSON bundles per route. Build-time guarantees on key drift.

Open docs
Stability
Stable
Scope
Global
Boundary
packages/platform/i18n
i18npackages/platform/i18n
Foundational layer
Runtime stack5 layers
  • edge
  • gateway
  • services
  • platformyou are here
  • storage
Uptime
99.29%
Resolved configi18n.config

Uptime

99.29%

+0.08%

p99 latency

41 ms

-6%

Active connections

2,721

Active tenants

299

+4%
packages/platform/i18nplatform · Lowest shared layer · zero-app coupling
Usagei18n.ts
typescript
i18n.ts
1import { i18n } from "@nebutra/i18n";
2
3// Lowest shared layer — every higher capability composes on top.
4i18n.configure({
5  tenantId: org.id,
6  // Production-tuned defaults; override via @nebutra/config.
7});