Internationalize Bible UI and add locale-aware translation fetch
This commit is contained in:
@@ -248,7 +248,7 @@ let NewPostView = (props) => {
|
||||
mode="outlined"
|
||||
onPress={() => navigation.navigate("BiblePicker", { target: "post" })}
|
||||
>
|
||||
Bible
|
||||
{i18n.t("message.bible")}
|
||||
</Button>
|
||||
<Button icon="add-a-photo" mode="outlined" onPress={pickImage}>
|
||||
{i18n.t("message.addPhotos")}
|
||||
|
||||
Reference in New Issue
Block a user