translation flexibilty - checksfinder

This commit is contained in:
Held_der_Zeit
2023-12-09 20:03:05 +01:00
committed by GitHub
parent a0abfc8a03
commit a4de49961d

View File

@@ -9,7 +9,7 @@ client_version = 7
class ChecksFinderWeb(WebWorld):
tutorials = [Tutorial(
setup_en = Tutorial(
"Multiworld Setup Tutorial",
"A guide to setting up the Archipelago ChecksFinder software on your computer. This guide covers "
"single-player, multiworld, and related software.",
@@ -17,7 +17,9 @@ class ChecksFinderWeb(WebWorld):
"setup_en.md",
"setup/en",
["Mewlif"]
)]
)
tutorials = [setup_en]
class ChecksFinderWorld(World):