qfluent
Localize Qwik v2 applications with Project Fluent.
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} />
Localize Qwik v2 applications with Project Fluent.
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} />