translation flexibilty - factorio

This commit is contained in:
Held_der_Zeit
2023-12-09 19:56:52 +01:00
committed by GitHub
parent 754bf95d2f
commit db1226a9de

View File

@@ -52,14 +52,16 @@ If this file does exist, then it will be used.
class FactorioWeb(WebWorld):
tutorials = [Tutorial(
setup_en = Tutorial(
"Multiworld Setup Tutorial",
"A guide to setting up the Archipelago Factorio software on your computer.",
"English",
"setup_en.md",
"setup/en",
["Berserker, Farrak Kilhn"]
)]
)
tutorials = [setup_en]
class FactorioItem(Item):