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%
| Filename | Latest commit message | Latest commit date |
|---|---|---|
| site | ||
| src | ||
| .gitignore | ||
| .prettierignore | ||
| deno.json | ||
| deno.lock | ||
| dev.md | ||
| eslint.config.js | ||
| LICENSE | ||
| package.json | ||
| README.md | ||
| tsconfig.json | ||
| tsconfig.types.json | ||
| vite.config.ts | ||
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} />
Links
- Document: https://qfluent.yozora.tech/
- Source: site/src/routes/en/index.mdx
- npm: https://www.npmjs.com/package/@yozora-tech/qfluent
- jsr: https://jsr.io/@yozora-tech/qfluent
See also Dev Notes.
Legal
Copyright © 2026 Yozora Tech LTD. MIT/Expat License.
Feel free to use the idea.