feat: Adding French language
This commit is contained in:
@@ -3,6 +3,7 @@ import {createRoot} from 'react-dom/client'
|
||||
import './style.css'
|
||||
import App from './App'
|
||||
import { syncPortablePrefs } from './lib/uiPref'
|
||||
import { I18nProvider } from './lib/i18n'
|
||||
|
||||
const container = document.getElementById('root')
|
||||
|
||||
@@ -14,7 +15,9 @@ const root = createRoot(container!)
|
||||
syncPortablePrefs().finally(() => {
|
||||
root.render(
|
||||
<React.StrictMode>
|
||||
<App/>
|
||||
<I18nProvider>
|
||||
<App/>
|
||||
</I18nProvider>
|
||||
</React.StrictMode>
|
||||
)
|
||||
})
|
||||
|
||||
Reference in New Issue
Block a user