mirror of
https://github.com/ArchipelagoMW/Archipelago.git
synced 2026-03-07 15:13:52 -08:00
translation flexibilty - checksfinder
This commit is contained in:
@@ -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):
|
||||
|
||||
Reference in New Issue
Block a user