forked from jozo/prayer-book
No description
- Vue 58.4%
- JavaScript 37.4%
- Java 1.6%
- CSS 1.4%
- HTML 1.2%
Prayer Book
Mobile app with Catholic prayers.
Get it on F-Droid Get it on Google Play
Or download the latest APK from the Releases Section.
screenshot screenshot screenshot
Add prayers
Create a new file in the src/prayers/{LANG} directory with the following format:
title = "Prayer Title"
categories = ["basic"] # one or more of: basic, rosary, litany, saints, other
[[versions]]
name = "Traditional version"
content = """
Prayer text in **markdown** format
"""
[[versions]]
name = "Modern version"
content = """
Prayer text in **markdown** format
"""
Please follow the structure and formatting of the existing prayers. This is especially important for properly displaying litanies.
Create a PR and I will add it to the app.
Translate the app
New translations are always welcome. You can add a new language by translating strings in the src/messages.js file and adding the language in the src/constants.js file.
Create a PR and I will add it to the app.
Development
Follow the steps in: https://codeberg.org/jozo/prayer-book/wiki/Home