Owner: Engineering Team | Last Updated: 2026-01-30 | Status: Current
WWAI supports 8 languages using next-intl 4.6.0 with URL-based locale prefixing.
| Code | Language | Status |
|---|---|---|
en |
English | Default |
de |
German | Active |
es |
Spanish | Active |
fr |
French | Active |
it |
Italian | Active |
pt |
Portuguese | Active |
zh |
Chinese | Active |
nl |
Dutch | Active |
All routes include the locale prefix: /{locale}/page-path
/en/humanizer, /de/humanizer, /fr/detectorLocation: /messages/{locale}.json
{"page": {"section": {"key": "value"}}}i18n/routing.ts - defines supported locales and defaulti18n/request.ts - server-side i18n setupNEXT_LOCALEAccept-Language HTTP headeren)See Guide: Adding a New Language
| Date | Author | Change |
|---|---|---|
| 2026-01-30 | Admin | Initial creation |
Prev: Data Flow | Up: WalterWrites