Skip to content

docs(i18n): consolidate i18n docs + refresh README + PERFORMANCE#38

Open
abdout wants to merge 1 commit into
mainfrom
docs/consolidate-i18n-docs
Open

docs(i18n): consolidate i18n docs + refresh README + PERFORMANCE#38
abdout wants to merge 1 commit into
mainfrom
docs/consolidate-i18n-docs

Conversation

@abdout
Copy link
Copy Markdown
Contributor

@abdout abdout commented Apr 25, 2026

Summary

  • Three overlapping i18n docs disagreed about reality (legacy `[locale]` segment, `middleware.ts`, `lib/locales/`, Next.js 15 references). Collapse to one accurate doc.
  • README was unedited `create-next-app` boilerplate.
  • PERFORMANCE.md said "Next.js 15".

Changes

  • Deleted: `INTERNATIONALIZATION_GUIDE.md` (org-wide standard belongs in `databayt/kun`), `README_I18N.md` (duplicate)
  • Rewritten: `INTERNATIONALIZATION.md` — accurate to current implementation
  • Rewritten: `README.md` — stack, routing, env vars, doc links
  • Updated: `PERFORMANCE.md` Next.js 15 → 16

Test plan

  • `grep -r 'Next.js 15' *.md` returns nothing
  • `grep -r 'middleware.ts' INTERNATIONALIZATION.md` returns nothing (only `proxy.ts`)
  • README points to actual env vars present in `src/env.mjs`

Closes #37

🤖 Generated with Claude Code

- Delete INTERNATIONALIZATION_GUIDE.md (org-wide standard, belongs in
  databayt/kun not this repo)
- Delete README_I18N.md (overlap)
- Rewrite INTERNATIONALIZATION.md as single source of truth: [lang]
  segment, proxy.ts (Next 16), eager client dicts, RTL logical-prop
  policy, locale-aware formatters, validation script
- Replace boilerplate create-next-app README.md with real project
  description (stack, routing, env vars, doc links)
- Update PERFORMANCE.md Next.js 15 → 16 references

Closes #37

Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
@vercel
Copy link
Copy Markdown

vercel Bot commented Apr 25, 2026

The latest updates on your projects. Learn more about Vercel for GitHub.

Project Deployment Actions Updated (UTC)
marketing Ready Ready Preview, Comment Apr 25, 2026 2:06pm

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

docs(i18n): consolidate three i18n docs into one + refresh README + PERFORMANCE

1 participant