aboutsummaryrefslogtreecommitdiff
path: root/src/client/resources/assets
diff options
context:
space:
mode:
authorAnhgelus Morhtuuzh <william@herges.fr>2026-03-18 14:21:22 +0100
committerAnhgelus Morhtuuzh <william@herges.fr>2026-03-18 14:21:22 +0100
commit03b350e8de25749b7bdab8b281f5bdffc1d835ae (patch)
tree376655fd95638c2d0d04aff6bd1e722db6883b10 /src/client/resources/assets
parent35f86985bf9c3b2925a6ca576dd26c354075d0e4 (diff)
fix(lang): invalid key with new identifier
Diffstat (limited to 'src/client/resources/assets')
-rw-r--r--src/client/resources/assets/molehunt/lang/en_us.json18
-rw-r--r--src/client/resources/assets/molehunt/lang/fr_fr.json18
2 files changed, 18 insertions, 18 deletions
diff --git a/src/client/resources/assets/molehunt/lang/en_us.json b/src/client/resources/assets/molehunt/lang/en_us.json
index 393d6dd..8ef3e41 100644
--- a/src/client/resources/assets/molehunt/lang/en_us.json
+++ b/src/client/resources/assets/molehunt/lang/en_us.json
@@ -17,13 +17,13 @@
"molehunt.game.start.mole.subtitle": "§eGet the list of moles with §6/molehunt role§e.",
"molehunt.game.start.survivor.title": "§aNot the Mole!",
"molehunt.game.start.survivor.subtitle": "§eTry to survive and find out who's the mole!",
- "gamerule.molehunt:gameDuration": "Molehunt: Duration of a game",
- "gamerule.molehunt:molePercentage": "Molehunt: Percentage of Mole",
- "gamerule.molehunt:moleCount": "Molehunt: Number of Mole",
- "gamerule.molehunt:showNametags": "Molehunt: Show players' nametag",
- "gamerule.molehunt:showTab": "Molehunt: Enable the tab",
- "gamerule.molehunt:showSkins": "Molehunt: Show players' skin",
- "gamerule.molehunt:initialWorldSize": "Molehunt: Initial world size",
- "gamerule.molehunt:finalWorldSize": "Molehunt: Final world size",
- "gamerule.molehunt:borderMovingStartingTimeOffsetMinutes": "Molehunt: Time before moving the borders"
+ "gamerule.molehunt.game_duration": "Molehunt: Duration of a game",
+ "gamerule.molehunt.mole_percentage": "Molehunt: Percentage of Mole",
+ "gamerule.molehunt.mole_count": "Molehunt: Number of Mole",
+ "gamerule.molehunt.show_nametags": "Molehunt: Show players' nametag",
+ "gamerule.molehunt.show_tab": "Molehunt: Enable the tab",
+ "gamerule.molehunt.show_skins": "Molehunt: Show players' skin",
+ "gamerule.molehunt.initial_world_zize": "Molehunt: Initial world size",
+ "gamerule.molehunt.final_world_size": "Molehunt: Final world size",
+ "gamerule.molehunt.border_moving_starting_time_offset_minutes": "Molehunt: Time before moving the borders"
} \ No newline at end of file
diff --git a/src/client/resources/assets/molehunt/lang/fr_fr.json b/src/client/resources/assets/molehunt/lang/fr_fr.json
index b66060e..ca8e513 100644
--- a/src/client/resources/assets/molehunt/lang/fr_fr.json
+++ b/src/client/resources/assets/molehunt/lang/fr_fr.json
@@ -17,13 +17,13 @@
"molehunt.game.start.mole.subtitle": "§eRécupérer la liste des taupes avec §6/molehunt moles",
"molehunt.game.start.survivor.title": "§aPas la taupe!",
"molehunt.game.start.survivor.subtitle": "§eEssaye de survivre et de trouver qui est la taupe !",
- "gamerule.molehunt:gameDuration": "Molehunt : Durée d'une partie",
- "gamerule.molehunt:molePercentage": "Molehunt : Pourcentage de Taupes",
- "gamerule.molehunt:moleCount": "Molehunt : Nombre de Taupes",
- "gamerule.molehunt:showNametags": "Molehunt : Affiche les nametags des joueurs",
- "gamerule.molehunt:showTab": "Molehunt : Active la liste des joueurs",
- "gamerule.molehunt:showSkins": "Molehunt : Affiche les skins des joueurs",
- "gamerule.molehunt:initialWorldSize": "Molehunt : Taille initiale du monde",
- "gamerule.molehunt:finalWorldSize": "Molehunt : Taille finale du monde",
- "gamerule.molehunt:borderMovingStartingTimeOffsetMinutes": "Molehunt : Temps avant de bouger les bordures du monde"
+ "gamerule.molehunt.game_duration": "Molehunt : Durée d'une partie",
+ "gamerule.molehunt.mole_percentage": "Molehunt : Pourcentage de Taupes",
+ "gamerule.molehunt.mole_count": "Molehunt : Nombre de Taupes",
+ "gamerule.molehunt.show_nametags": "Molehunt : Affiche les nametags des joueurs",
+ "gamerule.molehunt.show_tab": "Molehunt : Active la liste des joueurs",
+ "gamerule.molehunt.show_skins": "Molehunt : Affiche les skins des joueurs",
+ "gamerule.molehunt.initial_world_zize": "Molehunt : Taille finale du monde",
+ "gamerule.molehunt.final_world_size": "Molehunt: Final world size",
+ "gamerule.molehunt.border_moving_starting_time_offset_minutes": "Molehunt : Temps avant de bouger les bordures du monde"
} \ No newline at end of file