We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 69ba2e5 commit aff4651Copy full SHA for aff4651
packages/new-compiler/src/virtual/code-generator.ts
@@ -49,7 +49,7 @@ export function generateClientLocaleModule(config: LingoConfig): string {
49
if (config.localePersistence.type === "custom") {
50
// For custom resolvers, import from an abstract path that will be
51
// resolved by Turbopack's resolveAlias to the actual user file
52
- return `export { getClientLocale, persistLocale, getLocalePathname } from '@lingo.dev/compiler/virtual/locale-client';`;
+ return `export { getClientLocale, persistLocale } from '@lingo.dev/compiler/virtual/locale-client';`;
53
}
54
55
// Default cookie-based resolver
0 commit comments