WycliffeAssociates / DOC

Document Organization and Combination - Interleaving Multiple Scripture Resources Backend and Frontend
Other
0 stars 2 forks source link

Add Condensed NT TN to IRG #178

Open abycurley opened 9 months ago

abycurley commented 9 months ago

Our team is getting ready to finish paring down the English NT TN with the express intent of making printing less painful. How can we get these integrated into the IRG/DOC as the default?

They're currently housed here: https://content.bibletranslationtools.org/WycliffeAssociates/en_tn_condensed/src/branch/June_2023

linearcombination commented 9 months ago

I can integrate that and will start testing that to see if I can get it integrated. Thanks for the heads up and for the work

linearcombination commented 8 months ago

@abycurley The easiest approach to this is to create a new branch off your master branch and give it a new name, like master-archive or something, then merge your condensed version into master. Git is awesome at stuff like this. If you do this you have achieved two goals:

  1. Preserve master (under a new name)
  2. Make condensed TN your default

Please let me know if you have any questions or need more clarification.