mirror of
https://github.com/MarioSpore/Grinch-AP.git
synced 2025-10-21 12:11:33 -06:00
OoT, MC: add new translation setup in french (#1410)
* add new translation * Add translation for OOT Setup in french * Update setup_fr.md * Update worlds/oot/docs/setup_fr.md Co-authored-by: Ludovic Marechal <marechal-l@gmx.com> * Update setup_fr.md Fix treu to true * Update worlds/oot/docs/setup_fr.md Co-authored-by: Marech <marechal-l@gmx.com> * Update OOT Init and Update Minecraft Init * Fix formatting errors --------- Co-authored-by: Ludovic Marechal <marechal-l@gmx.com> Co-authored-by: black-sliver <59490463+black-sliver@users.noreply.github.com>
This commit is contained in:
@@ -47,7 +47,16 @@ class MinecraftWebWorld(WebWorld):
|
||||
["Albinum"]
|
||||
)
|
||||
|
||||
tutorials = [setup, setup_es, setup_sv]
|
||||
setup_fr = Tutorial(
|
||||
setup.tutorial_name,
|
||||
setup.description,
|
||||
"Français",
|
||||
"minecraft_fr.md",
|
||||
"minecraft/fr",
|
||||
["TheLynk"]
|
||||
)
|
||||
|
||||
tutorials = [setup, setup_es, setup_sv, setup_fr]
|
||||
|
||||
|
||||
class MinecraftWorld(World):
|
||||
|
Reference in New Issue
Block a user