diff options
Diffstat (limited to 'usfm2gmi.py')
| -rwxr-xr-x | usfm2gmi.py | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/usfm2gmi.py b/usfm2gmi.py index ce283fe..32c5644 100755 --- a/usfm2gmi.py +++ b/usfm2gmi.py @@ -96,6 +96,8 @@ def convert(line, printStrongs=False): skip = 1 # the next character is the footnote caller elif word == '\\fr': skip = 1 # verse reference not necessary for inline fn + elif word == '\\fqa': + pass # indicates that the following part of the footnote is an alternate translation elif word == '\\f*': out += ']' # Cross-references (https://ubsicap.github.io/usfm/notes_basic/xrefs.html) |
