Skip to content

Commit

Permalink
Fix subtitles being title case and/or the wrong tense
Browse files Browse the repository at this point in the history
  • Loading branch information
Cart3r1234 committed Jun 18, 2023
1 parent 02dd8c6 commit ed061cc
Show file tree
Hide file tree
Showing 2 changed files with 26 additions and 25 deletions.
50 changes: 25 additions & 25 deletions src/main/resources/assets/portalcubed/lang/en_us.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,31 +3,31 @@
"itemGroup.portalcubed.other_testing_elements": "Other Testing Elements",
"itemGroup.portalcubed.portal_blocks": "Portal Blocks",

"subtitles.portalcubed.gel_bounce": "Repulsion Gel Bounce",
"subtitles.portalcubed.gel_run": "Propulsion Gel Run",
"subtitles.portalcubed.portal_gun_secondary_fire": "Portal Gun Secondary Fire",
"subtitles.portalcubed.portal_gun_primary_fire": "Portal Gun Primary Fire",
"subtitles.portalcubed.portal_invalid_surface": "Portal Gun Failed",

"subtitles.portalcubed.portal_open": "Portal Opens",
"subtitles.portalcubed.portal_close": "Portal Closes",
"subtitles.portalcubed.portal_fizzle": "Portal Fizzles",
"subtitles.portalcubed.material_emancipation": "Object Disintegrates",

"subtitles.portalcubed.pedestal_button_press": "Switch Activated",
"subtitles.portalcubed.pedestal_button_release": "Switch Deactivated",
"subtitles.portalcubed.floor_button_press": "Button Activated",
"subtitles.portalcubed.floor_button_release": "Button Deactivated",

"subtitles.portalcubed.rocket.fire": "Rocket Launched",
"subtitles.portalcubed.rocket.locked": "Rocket Locked",
"subtitles.portalcubed.rocket.locking": "Rocket Locking",

"subtitles.portalcubed.pellet.bounce": "Energy Ball Bounce",
"subtitles.portalcubed.pellet.explode": "Energy Ball Explosion",
"subtitles.portalcubed.pellet.spawn": "Energy Ball Launch",

"subtitles.portalcubed.crowbar_swoosh": "Crowbar Swoosh",
"subtitles.portalcubed.gel_bounce": "Repulsion gel bounces",
"subtitles.portalcubed.gel_run": "Propulsion gel accelerates",
"subtitles.portalcubed.portal_gun_secondary_fire": "Portal gun secondary fire",
"subtitles.portalcubed.portal_gun_primary_fire": "Portal gun primary fire",
"subtitles.portalcubed.portal_invalid_surface": "Portal gun failed",

"subtitles.portalcubed.portal_open": "Portal opens",
"subtitles.portalcubed.portal_close": "Portal closes",
"subtitles.portalcubed.portal_fizzle": "Portal fizzles",
"subtitles.portalcubed.material_emancipation": "Object disintegrates",

"subtitles.portalcubed.pedestal_button_press": "Switch activates",
"subtitles.portalcubed.pedestal_button_release": "Switch deactivates",
"subtitles.portalcubed.floor_button_press": "Button activates",
"subtitles.portalcubed.floor_button_release": "Button deactivates",

"subtitles.portalcubed.rocket.fire": "Rocket launches",
"subtitles.portalcubed.rocket.locked": "Rocket locked",
"subtitles.portalcubed.rocket.locking": "Rocket locking",

"subtitles.portalcubed.pellet.bounce": "Energy pellet bounces",
"subtitles.portalcubed.pellet.explode": "Energy pellet explodes",
"subtitles.portalcubed.pellet.spawn": "Energy pellet launches",

"subtitles.portalcubed.crowbar_swoosh": "Crowbar swooshes",

"item.portalcubed.long_fall_boots": "Long Fall Boots",
"item.portalcubed.hammer": "Hammer",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -181,6 +181,7 @@
"minecraft:spawner",
"minecraft:piston",
"minecraft:sticky_piston",
"minecraft:piston_head",
"minecraft:mangrove_roots",
"minecraft:barrier",
"minecraft:bedrock"
Expand Down

0 comments on commit ed061cc

Please sign in to comment.