-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy path00_adding_new_translation.txt
More file actions
28 lines (21 loc) · 1.15 KB
/
00_adding_new_translation.txt
File metadata and controls
28 lines (21 loc) · 1.15 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
#----------------------------------------------------------------------
# Below is a listing of files created/modified when adding a new bible translation.
# This information is accurate as of 2026-04-03
#----------------------------------------------------------------------
#----------------------------------------------------------------------
# Files outside the app
#
# Bible source ingestion program outside the application. See existing scripts in assets/bibles.
# These update_{...}_json.py files convert from sources other than json, clean up json as desired,
#
# You may find it helpful to reference the USFM format documentation at https://docs.usfm.bible/usfm/3.2/index.html
#----------------------------------------------------------------------
assets/bibles/update_{VERSION}_json.py
#----------------------------------------------------------------------
# Files within the app
#----------------------------------------------------------------------
create: lib/models/bibles/{VERSION}_bible.dart
modify: lib/common/bibles.dart
modify: lib/services/reader_service.dart
modify: lib/ui/views/reader/reader_viewmodel.dart
modify: pubspec.yaml