Skip to content

Commit 96278cb

Browse files
committed
2 parents f656ab2 + f4b91fc commit 96278cb

File tree

3 files changed

+174
-90
lines changed

3 files changed

+174
-90
lines changed

public/mcdoc/neoforge.mcdoc

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -52,12 +52,14 @@ dispatch neoforge:biome_modifier[neoforge:remove_spawns] to struct RemoveSpawns
5252
dispatch neoforge:biome_modifier[neoforge:add_carvers] to struct AddCarvers {
5353
...BiomeModifierBase,
5454
carvers: (#[id(registry="worldgen/configured_carver",tags="allowed")] string | [#[id="worldgen/configured_carver"] string]),
55+
#[until="1.21.2"]
5556
step: CarveStep,
5657
}
5758

5859
dispatch neoforge:biome_modifier[neoforge:remove_carvers] to struct RemoveCarvers {
5960
...BiomeModifierBase,
6061
carvers: (#[id(registry="worldgen/configured_carver",tags="allowed")] string | [#[id="worldgen/configured_carver"] string]),
62+
#[until="1.21.2"]
6163
step: (CarveStep | [CarveStep]),
6264
}
6365

src/locales/fr.json

Lines changed: 12 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -18,10 +18,10 @@
1818
"collapse": "Réduire",
1919
"collapse_all": "Maintenir %0% pour tout réduire",
2020
"configure_layers": "Configurer les couches",
21-
"contributor.code": "Contributions au code",
21+
"contributor.code": "Contributeur au code",
2222
"contributor.infrastructure": "Infrastructure",
23-
"contributor.report": "Rapports de bugs",
24-
"contributor.support": "Soutien financier",
23+
"contributor.report": "Rapport de bug",
24+
"contributor.support": "Soutenir",
2525
"contributor.translation": "Traductions",
2626
"convert.format.give-command": "/give",
2727
"convert.format.item-modifier": "Modificateur d'objet",
@@ -217,11 +217,11 @@
217217
"project.namespace": "Espace de nommage par défaut",
218218
"project.namespace.invalid": "Espace de nommage invalide",
219219
"project.new": "Nouveau projet",
220-
"project.new_file": "Nouveau fichier",
220+
"project.new_file": "Nouveau fichier vide",
221221
"project.no_files": "Aucun fichier",
222222
"project.rename": "Renommer",
223223
"project.rename_file": "Renommer le fichier",
224-
"project.save": "Enregistrer",
224+
"project.save": "Enregistrer sous",
225225
"project.save_current_file": "Enregistrer le fichier au projet",
226226
"project.search": "Rechercher dans le projet",
227227
"project.search_drafts": "Rechercher des brouillons",
@@ -231,7 +231,7 @@
231231
"redo": "Refaire",
232232
"remove": "Enlever",
233233
"reset": "Réinitialiser",
234-
"reset_default": "Réinitialiser",
234+
"reset_default": "Réinitialiser par défaut",
235235
"resource_location": "Emplacement de ressource",
236236
"restore_backup": "Charger la dernière sauvegarde",
237237
"root": "Racine",
@@ -280,7 +280,7 @@
280280
"title.guides": "Guides pour les packs de données",
281281
"title.home": "Générateurs de pack de données",
282282
"title.new_project": "Créer un nouveau projet",
283-
"title.partners": "Partenaires",
283+
"title.partners": "Moddeur partenaires",
284284
"title.project": "Projet %0%",
285285
"title.sounds": "Explorateur de sons",
286286
"title.transformation": "Visualisateur de transformation",
@@ -332,5 +332,9 @@
332332
"z": "Z",
333333
"zoom_in": "Agrandir",
334334
"zoom_in_limit": "Impossible de zoomer plus loin\n1 pixel = 4 blocs",
335-
"zoom_out": "Réduire"
335+
"zoom_out": "Zomm arrière",
336+
"partner.sky_aesthetics": "Sky Aesthetics",
337+
"generator.fabric:fabric_mod_json": "fabric.mod.json",
338+
"generator.sky_aesthetics:sky": "Ciel personnalisé",
339+
"partner.fabric": "Fabric"
336340
}

0 commit comments

Comments
 (0)