Internationalize remaining TODO-marked UI text in Expo app
This commit is contained in:
+1
-1
@@ -30,7 +30,7 @@ export default function App({ navigation, route }) {
|
||||
style={styles.logo}
|
||||
source={require('./../assets/icon.png')}
|
||||
/>
|
||||
<Text style={styles.header}>EMI Fellowship</Text>
|
||||
<Text style={styles.header}>{i18n.t("message.appName")}</Text>
|
||||
<View style={{ flexDirection: "row", justifyContent: "center", width: "100%" }}>
|
||||
<Button disabled={isLogin} onPress={() => setIsLogin(true)}>
|
||||
{i18n.t("message.login")}
|
||||
|
||||
Reference in New Issue
Block a user