Fix core intl (#2301)

Signed-off-by: Denis Bykhov <bykhov.denis@gmail.com>
This commit is contained in:
Denis Bykhov 2022-10-13 10:53:45 +06:00 committed by GitHub
parent 3d4045c7c6
commit bda16877d9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 1 additions and 1 deletions

View File

@ -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`)
})