Skip to content

Commit

Permalink
Set the base language to Chinese
Browse files Browse the repository at this point in the history
  • Loading branch information
cary-rowen committed Apr 17, 2022
1 parent d59c608 commit c154701
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion buildVars.py
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,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.
baseLanguage = "en"
baseLanguage = "zh_CN"

# Markdown extensions for add-on documentation
# Most add-ons do not require additional Markdown extensions.
Expand Down

0 comments on commit c154701

Please sign in to comment.