mirror of
https://github.com/balzack/databag.git
synced 2025-02-15 04:59:16 +00:00
translating placeholders
This commit is contained in:
parent
1294e80523
commit
3e2ebe7f77
@ -103,7 +103,7 @@ export function Profile({ drawer }) {
|
|||||||
<Text style={styles.locationSet}>{ state.location }</Text>
|
<Text style={styles.locationSet}>{ state.location }</Text>
|
||||||
)}
|
)}
|
||||||
{ !state.location && (
|
{ !state.location && (
|
||||||
<Text style={styles.locationUnset}>Location</Text>
|
<Text style={styles.locationUnset}>{ state.strings.location }</Text>
|
||||||
)}
|
)}
|
||||||
</View>
|
</View>
|
||||||
<View style={styles.drawerEntry}>
|
<View style={styles.drawerEntry}>
|
||||||
@ -112,7 +112,7 @@ export function Profile({ drawer }) {
|
|||||||
<Text style={styles.descriptionSet}>{ state.description }</Text>
|
<Text style={styles.descriptionSet}>{ state.description }</Text>
|
||||||
)}
|
)}
|
||||||
{ !state.description && (
|
{ !state.description && (
|
||||||
<Text style={styles.descriptionUnset}>Description</Text>
|
<Text style={styles.descriptionUnset}>{ state.strings.description }</Text>
|
||||||
)}
|
)}
|
||||||
</View>
|
</View>
|
||||||
<TouchableOpacity style={styles.drawerEntry} activeOpacity={1}>
|
<TouchableOpacity style={styles.drawerEntry} activeOpacity={1}>
|
||||||
|
Loading…
Reference in New Issue
Block a user