release: WRNexusJS 0.8.0
Quality / quality (ubuntu-latest) (push) Failing after 21s
Quality / quality (windows-latest) (push) Canceled after 0s

This commit is contained in:
2026-08-02 23:18:51 +05:30
parent 87507edf59
commit 586a6db8ff
625 changed files with 243608 additions and 11210 deletions
+14
View File
@@ -0,0 +1,14 @@
# 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 `wire-lang` cookie. The `/api/formats` endpoint demonstrates
request-aware `Intl` formatting using the same selected locale.