localised.gen.ts (256B)
1 // this file was created with @radroots/dev generate-localised-routes 2 3 export const locale_routes: Record<string, string> = { 4 "/profile": "/profile", 5 "/perfil": "/profile", 6 }; 7 8 export const localisable_prefixes = new Set([ 9 "profile", 10 "perfil", 11 ]);