ProjectFluent.org translations support for Qwik framework v2.
  • TypeScript 46.5%
  • MDX 36.1%
  • CSS 11.2%
  • JavaScript 3.7%
  • Fluent 1.8%
  • Other 0.7%
Find a file
Repository files (latest commit first)
Filename Latest commit message Latest commit date
2026-08-16 16:39:39 +08:00
site chore(docs): replace package namespace 2026-08-16 15:07:29 +08:00
src chore: add license to package.json; merge jsr.json to deno.json 2026-08-16 16:27:51 +08:00
.gitignore feat: initial commit 2026-08-14 00:17:42 +08:00
.prettierignore feat: initial commit 2026-08-14 00:17:42 +08:00
deno.json chore: bump version 2026-08-16 16:39:39 +08:00
deno.lock chore: bump version 2026-08-16 16:39:39 +08:00
dev.md chore: bump version 2026-08-16 16:39:39 +08:00
eslint.config.js fix: build exclude tests 2026-08-14 02:20:02 +08:00
LICENSE feat: initial commit 2026-08-14 00:17:42 +08:00
package.json chore: bump version 2026-08-16 16:39:39 +08:00
README.md chore: bump version 2026-08-16 16:39:39 +08:00
tsconfig.json fix: build exclude tests 2026-08-14 02:20:02 +08:00
tsconfig.types.json fix: build exclude tests 2026-08-14 02:20:02 +08:00
vite.config.ts feat: initial commit 2026-08-14 00:17:42 +08:00

qfluent

ProjectFluent.org translations support for Qwik framework v2.

Synopsis

import { T, useT } from "@yozora-tech/qfluent";

<T s="hello-world" />

const t_search_empty = useT("search-the-web");
<input type="search" placeholder={t_search_empty.value} />

See also Dev Notes.

Copyright © 2026 Yozora Tech LTD. MIT/Expat License.

Feel free to use the idea.