mirror of
https://github.com/umami-software/umami.git
synced 2026-02-07 14:17:13 +01:00
Fixed path alias.
This commit is contained in:
parent
800731f3aa
commit
51014f6ce6
5 changed files with 8 additions and 5 deletions
|
|
@ -5,7 +5,7 @@ import { LOCALE_CONFIG } from 'lib/constants';
|
|||
import { getDateLocale, getTextDirection } from 'lib/lang';
|
||||
import useStore, { setLocale } from 'store/app';
|
||||
import useForceUpdate from 'components/hooks/useForceUpdate';
|
||||
import enUS from '../../../public/intl/country/en-US.json';
|
||||
import enUS from 'public/intl/country/en-US.json';
|
||||
|
||||
const messages = {
|
||||
'en-US': enUS,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue