+
+ Another translated content from the URL.
+
+
+ Check this content in other languages:{" "}
+
+ French
+ {" "}
+ -{" "}
+
+ English
+ {" "}
+ -{" "}
+
+ Klingon
+
+
+
+ )
+}
diff --git a/examples/tanstack-start/src/routes/$lang/content.tsx b/examples/tanstack-start/src/routes/$lang/content.tsx
new file mode 100644
index 000000000..2c0ef4607
--- /dev/null
+++ b/examples/tanstack-start/src/routes/$lang/content.tsx
@@ -0,0 +1,42 @@
+import { Trans } from "@lingui/react/macro"
+import { createFileRoute, Link } from "@tanstack/react-router"
+
+export const Route = createFileRoute("/$lang/content")({
+ component: Page,
+})
+
+function Page() {
+ return (
+