-
-
Notifications
You must be signed in to change notification settings - Fork 0
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Choice to always use source USFM for generating new USFM #405
Comments
Particular scenarios this could resolve: 1. The target does not contain verse numbers matching the source. For example, one project contained a complete chapter in the source, the the target USFM for the chapter looked like:
2. The target has different verse numbering than the source. For example:
|
These are two different issues, that people may want to resolve differently.
|
One issue that we would need to resolve is the case where the target book is partially translated. If we force it to use the source in this case, then the existing verse text will be lost. If the target book is empty, then this will not be an issue. |
The easiest and most flexible way to implement this is to add a new query parameter that allows the caller to specify if you want to use the source or target book. |
Done - both pull requests are in your inbox. |
Currently the choice of whether to use source or target USFM as the template for inserting in the pretranslations is not given to the user. This issue is to allow that choice to be made at the Serval level - this is a spin off from #398 from @pmachapman's comments.
Issues:
The text was updated successfully, but these errors were encountered: