1
0
mirror of https://github.com/tooot-app/app synced 2025-06-05 22:19:13 +02:00

Put all localisation into json

This commit is contained in:
Zhiyuan Zheng
2021-03-28 01:12:26 +01:00
parent edc0a1874c
commit 396ed8a80c
115 changed files with 1474 additions and 1489 deletions

View File

@ -28,13 +28,12 @@ import { useDispatch, useSelector } from 'react-redux'
import * as Sentry from 'sentry-expo'
const Stack = createNativeStackNavigator<Nav.RootStackParamList>()
export const navigationRef = createRef<NavigationContainerRef>()
export interface Props {
localCorrupt?: string
}
export const navigationRef = createRef<NavigationContainerRef>()
const Screens: React.FC<Props> = ({ localCorrupt }) => {
const { t } = useTranslation('common')
const dispatch = useDispatch()