Giter Site home page Giter Site logo

jacargentina / iresucito Goto Github PK

View Code? Open in Web Editor NEW
8.0 3.0 9.0 94.44 MB

La app definitiva para el hermano del Camino Neocatecumenal

Home Page: https://jacargentina.github.io/iResucito

JavaScript 81.03% HTML 0.24% CSS 0.04% TypeScript 18.69% Shell 0.01%

iresucito's Introduction

Definitive app for the Neocatecumenal Way's Brother.

Songs

All songs and psalms, categorized on stage and liturgic time

Lists

Ability to add lists for Word celebrations and Eucharist


Contact

Contact me at [email protected], also posting app issues on issues


Collaboration and translation

You can collaborate on the adding and translation of new songs with https://iresucito.vercel.app


Songs structure

Inside the /packages/core/assets/songs folder, with a JSON file for any supported language:

  • /packages/core/assets/songs/es.json (Spanish - main language)
  • /packages/core/assets/songs/en.json (English)
  • /packages/core/assets/songs/it.json (Italian)
  • /packages/core/assets/songs/pt-BR.json (Brasil Portugese)
  • /packages/core/assets/songs/pt-PT.json (Portugal Portugese)
  • /packages/core/assets/songs/fr.json (French)

Each JSON contains the Locale Content Index for every translated song, in the format:

{
  "[index]": {
    "name": "First title - song source",
    "source": " ... content ..."
  },
  "[index + 1]": {
    "name": "Other title - song source",
    "source": " ... content ..."
  },
  ...
}
  • index The song locale "index", which is referenced on the Global Songs Index
  • title The song title, on the specified language
  • source Bible's cite or the song "source", as it appears on the official "Way's Resucito book"

Every song is registered/referenced on the Global Songs Index, located at /packages/core/assets/songs.json. There is a numeric key for every song, with the following format:

 "1": {
  "stage": "catechumenate",
  "lutes and vespers": true,
  "entrance": true,
  "communion": true,
  "files": {
   "es": "234",
   "it": "112"
  }

The files key contains a subkey for every i18n language supported, where its value is the locale index for the song contents on the respective Locale Content Index

Configure Gradle to build a release APK en Release (signed)

Add $HOME/.gradle/gradle.properties, replacing the [password] with its value:

IRESUCITO_RELEASE_STORE_FILE=playStoreUpload.jks
IRESUCITO_RELEASE_STORE_PASSWORD=[password]
IRESUCITO_RELEASE_KEY_ALIAS=upload
IRESUCITO_RELEASE_KEY_PASSWORD=[password]

error: An organization slug is required (provide with --org)

Add sentry.properties at ./packages/native/ios and ./packages/native/android with project config and credentials.

error: node_modules/i18n-js/dist/import/index.js no se puede importar

  • Posible solucion: ejecutar watchman watch-del-all (probar con yarn run clean; yarn run bundle)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.