This repository contains structured data for the Reading App for Kids. It supports multiple languages and lessons.
locales/
: Contains subdirectories for each locale.en/lessons/
: Contains lesson files for English.es/lessons/
: Contains lesson files for Spanish.fr/lessons/
: Contains lesson files for French.
- Create a new JSON file in the appropriate locale's
lessons
directory. - Follow the structure of existing lesson files.
en
: Englishes
: Spanishfr
: French
{
"lesson": "LESSON_NAME",
"words": [
{
"letter": "LETTER",
"word": "WORD",
"definition": "DEFINITION"
}
]
}