Skip to content

Commit 760ca20

Browse files
committed
fix(core): update getLocaleFromPath import for DefaultValues to use client configuration for improved locale handling
1 parent 0cd008e commit 760ca20

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/@intlayer/core/src/localization/getLocaleFromPath.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
import { DefaultValues } from '@intlayer/config';
21
import configuration from '@intlayer/config/built';
2+
import { DefaultValues } from '@intlayer/config/client';
33
import type { Locale, LocalesValues, RoutingConfig } from '@intlayer/types';
44
import { checkIsURLAbsolute } from '../utils/checkIsURLAbsolute';
55

0 commit comments

Comments
 (0)