File tree Expand file tree Collapse file tree 4 files changed +159
-583
lines changed
Expand file tree Collapse file tree 4 files changed +159
-583
lines changed Original file line number Diff line number Diff line change @@ -7,6 +7,9 @@ const config: IntlayerConfig = {
77 defaultLocale : Locales . ENGLISH ,
88 locales : [ Locales . ENGLISH , Locales . FRENCH ] ,
99 } ,
10+ routing : {
11+ mode : 'prefix-all'
12+ }
1013} ;
1114
1215export default config ;
Original file line number Diff line number Diff line change 3535 "@tanstack/router-plugin" : " ^1.132.33" ,
3636 "@tuyau/client" : " 0.2.11-next.2" ,
3737 "@tuyau/react-query" : " 0.0.1-next.2" ,
38- "@intlayer/config" : " ^7.1.0" ,
39- "@intlayer/api" : " ^7.1.0" ,
40- "@intlayer/chokidar" : " ^7.1.0" ,
41- "@intlayer/editor-react" : " ^7.1.0" ,
42- "@intlayer/unmerged-dictionaries-entry" : " ^7.1.0" ,
43- "@intlayer/remote-dictionaries-entry" : " ^7.1.0" ,
44- "intlayer" : " ^7.1.0" ,
38+ "intlayer" : " ^7.1.2" ,
4539 "lucide-react" : " ^0.544.0" ,
4640 "react" : " ^19.2.0" ,
4741 "react-dom" : " ^19.2.0" ,
48- "react-intlayer" : " ^7.1.0 " ,
42+ "react-intlayer" : " ^7.1.2 " ,
4943 "recharts" : " ^3.2.1" ,
5044 "sonner" : " ^1.7.4" ,
5145 "tailwindcss" : " ^4.1.14" ,
6458 "prettier" : " ^3.6.2" ,
6559 "typescript" : " ^5.9.3" ,
6660 "vite" : " ^7.1.9" ,
67- "vite-intlayer" : " ^7.1.0 " ,
61+ "vite-intlayer" : " ^7.1.2 " ,
6862 "vite-tsconfig-paths" : " ^5.1.4" ,
6963 "vitest" : " ^3.2.4" ,
7064 "web-vitals" : " ^5.1.0" ,
Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ import tailwindcss from '@tailwindcss/vite'
66
77import { wrapVinxiConfigWithSentry } from '@sentry/tanstackstart-react'
88import { cloudflare } from '@cloudflare/vite-plugin'
9- import { intlayer } from 'vite-intlayer'
9+ import { intlayer , intlayerProxy } from 'vite-intlayer'
1010
1111const config = defineConfig ( {
1212 server : {
@@ -21,7 +21,8 @@ const config = defineConfig({
2121 tailwindcss ( ) ,
2222 tanstackStart ( ) ,
2323 viteReact ( ) ,
24- intlayer ( )
24+ intlayer ( ) ,
25+ intlayerProxy ( )
2526 ] ,
2627} )
2728
You can’t perform that action at this time.
0 commit comments