Files
Clintchiz 2c960fc1dc
Quality / quality (ubuntu-latest) (push) Failing after 9m49s
Quality / quality (windows-latest) (push) Canceled after 0s
refactor: migrate legacy wire namespace to wrn
2026-08-12 18:51:15 +05:30

15 lines
636 B
Markdown

# WRNexus i18n showcase
A complete English, Hindi, and Marathi example covering SSR translations, translated attributes,
interpolation, plural rules, numbers, INR currency, percentages, dates, relative time, lists,
fallback chains, browser language negotiation, and cookie-persisted language selection.
```bash
bun install
bun run --cwd examples/i18n-showcase dev
```
Open `http://localhost:3000`, change the language with the packaged `LanguageSwitcher`, and inspect
the document `<html lang>` attribute and `wrn-lang` cookie. The `/api/formats` endpoint demonstrates
request-aware `Intl` formatting using the same selected locale.