Docs: Add Spanish Guide for Pokemon Emerald (#2696)

* Docs: Add Spanish Guide for Pokemon Emerald

* Docs: Add Spanish Guide for Pokémon Emerald

* Docs: Add Spanish Guide for Pokemon Emerald

* Docs: Add Spanish Guide for Pokemon Emerald

* Docs: Add Spanish Guide for Pokemon Emerald
This commit is contained in:
Hisu
2024-02-28 21:54:54 -03:00
committed by GitHub
parent 7ebd5d3891
commit 3bc2c44ac3
2 changed files with 85 additions and 1 deletions

View File

@@ -36,6 +36,7 @@ class PokemonEmeraldWebWorld(WebWorld):
Webhost info for Pokemon Emerald
"""
theme = "ocean"
setup_en = Tutorial(
"Multiworld Setup Guide",
"A guide to playing Pokémon Emerald with Archipelago.",
@@ -45,7 +46,16 @@ class PokemonEmeraldWebWorld(WebWorld):
["Zunawe"]
)
tutorials = [setup_en]
setup_es = Tutorial(
"Guía de configuración para Multiworld",
"Una guía para jugar Pokémon Emerald en Archipelago",
"Español",
"setup_es.md",
"setup/es",
["nachocua"]
)
tutorials = [setup_en, setup_es]
class PokemonEmeraldSettings(settings.Group):