Skip to content

Commit

Permalink
Merge pull request nvaccess#17150 from nvaccess/beta
Browse files Browse the repository at this point in the history
beta to master
  • Loading branch information
seanbudd authored Sep 10, 2024
2 parents 1b68639 + d8d8eb9 commit a4ebfcd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sconstruct
Original file line number Diff line number Diff line change
Expand Up @@ -335,7 +335,7 @@ numberedHeadingsStyle = os.path.join(userDocsDir.path, "numberedHeadings.css")

# Create Non-english md files in user_docs from localized xliff and English skel files
for xliffFile in env.Glob(os.path.join(userDocsDir.path, "*", "*.xliff")):
lang = os.path.basename(xliffFile.path).split(".")[0]
lang = os.path.split(os.path.dirname(xliffFile.path))[-1]
if lang == "en":
continue
mdFile = os.path.splitext(xliffFile.path)[0] + ".md"
Expand Down

0 comments on commit a4ebfcd

Please sign in to comment.