i18n system refactor (#243)

This commit is contained in:
Marco Piovanello
2025-01-15 20:47:58 +01:00
committed by GitHub
parent 160a2721f9
commit 430bfabfb4
20 changed files with 985 additions and 905 deletions

View File

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