i18n system refactor (#243)
This commit is contained in:
@@ -1,5 +0,0 @@
|
||||
import { atom } from 'jotai'
|
||||
import I18nBuilder from '../lib/intl'
|
||||
import { languageState } from './settings'
|
||||
|
||||
export const i18nBuilderState = atom((get) => new I18nBuilder(get(languageState)))
|
||||
Reference in New Issue
Block a user