Skip to content

Commit c22f790

Browse files
committed
Release v0.22.0
1 parent 536fbc7 commit c22f790

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

docs/tutorial-routing-rewrite.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -125,7 +125,7 @@ export const onRequest: RequestHandler = ({ locale, error, redirect }) => {
125125

126126
// E.g. Redirect
127127
// if (!locale()) {
128-
// const getPath = localizePath();
128+
// const getPath = translatePath();
129129
// throw redirect(302, getPath('/page', 'en-US')); // Let the server know the language to use
130130
// }
131131
};

packages/qwik-speak/package-lock.json

+2-2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

packages/qwik-speak/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "qwik-speak",
3-
"version": "0.21.0",
3+
"version": "0.22.0",
44
"description": "Internationalization (i18n) library to translate texts, dates and numbers in Qwik apps",
55
"scripts": {
66
"api-extractor": "api-extractor run --local && api-extractor run --local --config tools/api-extractor.inline.json && api-extractor run --local --config tools/api-extractor.extract.json",

0 commit comments

Comments
 (0)