mirror of
https://github.com/tooot-app/app
synced 2025-06-05 22:19:13 +02:00
Try out clean Crowdin source strings
This commit is contained in:
@ -88,7 +88,8 @@ const App: React.FC = () => {
|
||||
log('log', 'App', 'bootstrapped')
|
||||
if (bootstrapped) {
|
||||
log('log', 'App', 'loading actual app :)')
|
||||
i18n.changeLanguage(getSettingsLanguage(store.getState()))
|
||||
const language = getSettingsLanguage(store.getState())
|
||||
i18n.changeLanguage(language)
|
||||
return (
|
||||
<ActionSheetProvider>
|
||||
<AccessibilityManager>
|
||||
|
Reference in New Issue
Block a user