Add New Translation for Adventure and Archipidle in french (#1749)

* Add new translation for Adventure and Archipidle in french

Add new translation for Adventure and Archipidle in french

* Add more store in setup page subnautica for more fairness

Add more store in setup page subnautica for more fairness

* tweak update merge #1685 for lua file

tweak update merge #1685 for lua file

* fix text

fix text

* fix wrong translation

fix wrong translation

* Yes it's better

Yes it's better

Co-authored-by: Fabian Dill <Berserker66@users.noreply.github.com>

---------

Co-authored-by: Fabian Dill <Berserker66@users.noreply.github.com>
This commit is contained in:
TheLynk
2023-05-01 02:03:31 +02:00
committed by GitHub
parent 5d25f908a4
commit a368520200
5 changed files with 112 additions and 4 deletions

View File

@@ -32,15 +32,28 @@ components.append(Component('Adventure Client', 'AdventureClient', file_identifi
class AdventureWeb(WebWorld):
tutorials = [Tutorial(
theme = "dirt"
setup = Tutorial(
"Multiworld Setup Guide",
"A guide to setting up Adventure for MultiWorld.",
"English",
"setup_en.md",
"setup/en",
["JusticePS"]
)]
theme = "dirt"
)
setup_fr = Tutorial(
"Guide de configuration Multimonde",
"Un guide pour configurer Adventure MultiWorld",
"Français",
"setup_fr.md",
"setup/fr",
["TheLynk"]
)
tutorials = [setup, setup_fr]
def get_item_position_data_start(table_index: int):