claude 3491a0a08e fix i18n runtime scoping for SSR requests
Create a dedicated i18next instance per SSR request and remove server context-storage coupling from translation runtime, while keeping a separate client singleton path.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-03-06 03:02:06 +00:00
2026-03-05 09:21:06 +00:00
2026-03-06 00:08:51 +07:00
2025-12-31 01:09:34 +07:00
2026-03-06 02:11:46 +00:00
2026-01-02 22:00:50 +07:00
2025-12-31 17:18:50 +07:00
2026-03-06 00:08:51 +07:00
2026-01-18 20:56:17 +07:00
2026-03-06 00:08:51 +07:00
2025-12-31 01:09:34 +07:00
2026-03-06 00:08:51 +07:00
2026-03-05 09:21:06 +00:00

npm install
npm run dev
npm run deploy

For generating/synchronizing types based on your Worker configuration run:

npm run cf-typegen

Pass the CloudflareBindings as generics when instantiation Hono:

// src/index.ts
const app = new Hono<{ Bindings: CloudflareBindings }>()
Description
No description provided
Readme 58 MiB
Languages
TypeScript 72.3%
Vue 27.3%
HTML 0.4%