From 504c9013dba7f90ec067646b7c0a7ed29a5bf070 Mon Sep 17 00:00:00 2001 From: ExDrill <72329798+ExDrill@users.noreply.github.com> Date: Fri, 2 Aug 2024 11:56:12 -0500 Subject: [PATCH] Update English localizations to include new file types --- src/locales/en.json | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/src/locales/en.json b/src/locales/en.json index 30d9310ee..2f32e3874 100644 --- a/src/locales/en.json +++ b/src/locales/en.json @@ -84,7 +84,9 @@ "biome": "Biome", "block": "Block", "bridgeConfig": "Project Config", + "cameraPreset": "Camera Preset", "dialogue": "Dialogue", + "dimension": "Dimension", "entity": "Entity", "feature": "Feature", "featureRule": "Feature Rule", @@ -98,6 +100,7 @@ "serverScript": "Server Script", "script": "Script", "spawnRule": "Spawn Rule", + "splashes": "Splashes", "mcstructure": "Structure", "tradeTable": "Trade Table", "clientManifest": "Client Manifest", @@ -716,6 +719,10 @@ "soundDefinitions": { "name": "sound_definitions.json", "description": "Used to register ids for sound files to be used elsewhere in the project" + }, + "splashes": { + "name": "splashes.json", + "description": "Used to define splash messages on the title screen" } } } @@ -1291,4 +1298,4 @@ "pin": "Pin", "unpin": "Unpin" } -} \ No newline at end of file +}