mirror of
https://github.com/hcengineering/platform.git
synced 2025-04-12 19:30:52 +00:00
Fix core intl (#2301)
Signed-off-by: Denis Bykhov <bykhov.denis@gmail.com>
This commit is contained in:
parent
3d4045c7c6
commit
bda16877d9
@ -33,5 +33,5 @@ export * from './utils'
|
||||
export * from './backup'
|
||||
|
||||
addStringsLoader(coreId, async (lang: string) => {
|
||||
return await import(`../lang/${lang}.json`)
|
||||
return await import(`./lang/${lang}.json`)
|
||||
})
|
||||
|
Loading…
Reference in New Issue
Block a user