From 735d1f265e7788a02bff03b008943bb4ce15e025 Mon Sep 17 00:00:00 2001 From: Zach DeCook Date: Wed, 3 Jun 2026 06:43:09 -0400 Subject: handle fqa --- usfm2gmi.py | 2 ++ 1 file changed, 2 insertions(+) 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) -- cgit 1.4.1