Added Russian as target in the documentation generator script
This commit is contained in:
parent
f3318e0dd0
commit
2f20961395
@ -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)
|
||||||
|
Loading…
Reference in New Issue
Block a user