Skip to content

Commit

Permalink
Update English localizations to include new file types
Browse files Browse the repository at this point in the history
  • Loading branch information
ExDrill committed Aug 2, 2024
1 parent 828fdd1 commit 504c901
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion src/locales/en.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand All @@ -98,6 +100,7 @@
"serverScript": "Server Script",
"script": "Script",
"spawnRule": "Spawn Rule",
"splashes": "Splashes",
"mcstructure": "Structure",
"tradeTable": "Trade Table",
"clientManifest": "Client Manifest",
Expand Down Expand Up @@ -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"
}
}
}
Expand Down Expand Up @@ -1291,4 +1298,4 @@
"pin": "Pin",
"unpin": "Unpin"
}
}
}

0 comments on commit 504c901

Please sign in to comment.