⚡ Attempt to fix tolgee random crash due to provider not detected
This commit is contained in:
@@ -1,12 +1,12 @@
|
||||
import { DevTools, Tolgee } from '@tolgee/react'
|
||||
import { FormatIcu } from '@tolgee/format-icu'
|
||||
import en from '../../public/locales/en.json'
|
||||
import fr from '../../public/locales/fr.json'
|
||||
import de from '../../public/locales/de.json'
|
||||
import pt from '../../public/locales/pt.json'
|
||||
import ptBR from '../../public/locales/pt-BR.json'
|
||||
import es from '../../public/locales/es.json'
|
||||
import ro from '../../public/locales/ro.json'
|
||||
import en from '../i18n/en.json'
|
||||
import fr from '../i18n/fr.json'
|
||||
import de from '../i18n/de.json'
|
||||
import pt from '../i18n/pt.json'
|
||||
import ptBR from '../i18n/pt-BR.json'
|
||||
import es from '../i18n/es.json'
|
||||
import ro from '../i18n/ro.json'
|
||||
import { env } from '@typebot.io/env'
|
||||
|
||||
export const tolgee = Tolgee()
|
||||
|
||||
Reference in New Issue
Block a user