Added Russian as target in the documentation generator script

This commit is contained in:
Manuel Cortez 2019-01-19 23:50:07 -06:00
parent f3318e0dd0
commit 2f20961395

View File

@ -9,7 +9,7 @@ import strings
import changelog import changelog
# the list of supported language codes # the list of supported language codes
languages = ["en", "es"] languages = ["en", "ru", "es"]
def generate_document(language, document_type="documentation"): def generate_document(language, document_type="documentation"):
reload(languageHandler) reload(languageHandler)