Hollow Knight: Add Spanish Language Docs (#5156)
Co-authored-by: qwint <qwint.42@gmail.com>
This commit is contained in:
@@ -154,7 +154,17 @@ class HKWeb(WebWorld):
|
||||
["JoaoVictor-FA"]
|
||||
)
|
||||
|
||||
tutorials = [setup_en, setup_pt_br]
|
||||
setup_es = Tutorial(
|
||||
setup_en.tutorial_name,
|
||||
setup_en.description,
|
||||
"Español",
|
||||
"setup_es.md",
|
||||
"setup/es",
|
||||
["GreenMarco", "Panto UwUr"]
|
||||
)
|
||||
|
||||
tutorials = [setup_en, setup_pt_br, setup_es]
|
||||
game_info_languages = ["en", "es"]
|
||||
|
||||
bug_report_page = "https://github.com/Ijwu/Archipelago.HollowKnight/issues/new?assignees=&labels=bug%2C+needs+investigation&template=bug_report.md&title="
|
||||
|
||||
|
||||
Reference in New Issue
Block a user