Internationalize remaining TODO-marked UI text in Expo app
This commit is contained in:
@@ -104,7 +104,7 @@ let NewPost = ({ profileid, newPostCB }) => {
|
||||
</View>
|
||||
{photo && (
|
||||
<View>
|
||||
<Text>Uploading...</Text>
|
||||
<Text>{i18n.t("message.uploading")}</Text>
|
||||
<Image
|
||||
source={{ uri: photo.uri }}
|
||||
style={{ width: 100, height: 100 }}
|
||||
@@ -131,4 +131,4 @@ const styles = StyleSheet.create({
|
||||
margin: 10,
|
||||
padding: 10,
|
||||
}
|
||||
});
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user