Skip to content

Commit

Permalink
Add-on template/build vars: add a note on editing .gitignore files wh…
Browse files Browse the repository at this point in the history
…en changing base language. Closes #53
  • Loading branch information
josephsl committed Nov 14, 2024
1 parent de41dd2 commit 2f4ba1e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions buildVars.py
Original file line number Diff line number Diff line change
Expand Up @@ -69,6 +69,7 @@ def _(arg):
# Base language for the NVDA add-on
# If your add-on is written in a language other than english, modify this variable.
# For example, set baseLanguage to "es" if your add-on is primarily written in spanish.
# You must also edit .gitignore file to specify base language files to be ignored.
baseLanguage = "en"

# Markdown extensions for add-on documentation
Expand Down

0 comments on commit 2f4ba1e

Please sign in to comment.