Skip to content

Commit

Permalink
new: Add missing particle locales
Browse files Browse the repository at this point in the history
This should close #371 although some tooltips are still missing as they are pulled from Java Edition particles wiki page.
  • Loading branch information
FlashyReese committed Jan 27, 2024
1 parent 9a0e0bd commit 4cbb764
Showing 1 changed file with 19 additions and 7 deletions.
26 changes: 19 additions & 7 deletions src/main/resources/assets/sodium-extra/lang/en_us.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
{
"modmenu.descriptionTranslation.sodium-extra": "Sodium Extra aims to bring most of OptiFine's eye-candy options to Sodium; in addition to providing some features such as visual bug fixes and other performance options that are not yet available on Sodium.",
"modmenu.summaryTranslation.sodium-extra": "Features that shouldn't be in Sodium.",
"options.dimensions.minecraft.overworld": "Overworld",
"options.dimensions.minecraft.the_end": "End",
"options.dimensions.minecraft.the_nether": "Nether",
Expand Down Expand Up @@ -58,6 +60,8 @@
"options.particles.minecraft.dust.tooltip": "Redstone ore, powered redstone dust, redstone torches, powered redstone repeaters.",
"options.particles.minecraft.dust_color_transition": "Dust Color Transition",
"options.particles.minecraft.dust_color_transition.tooltip": "Sculk sensor gets triggered.",
"options.particles.minecraft.dust_plume": "Dust Plume",
"options.particles.minecraft.dust_plume.tooltip": "Shown when adding items to decorated pots.",
"options.particles.minecraft.effect": "Effect",
"options.particles.minecraft.effect.tooltip": "Splash potions, lingering potions, bottles o' enchanting, evokers.",
"options.particles.minecraft.egg_crack": "Egg Crack",
Expand Down Expand Up @@ -108,6 +112,12 @@
"options.particles.minecraft.glow.tooltip": "Glow Squid.",
"options.particles.minecraft.glow_squid_ink": "Glow Squid Ink",
"options.particles.minecraft.glow_squid_ink.tooltip": "Glow squid getting hurt.",
"options.particles.minecraft.gust": "Gust",
"options.particles.minecraft.gust.tooltip": "Created when a wind charge hits a block.",
"options.particles.minecraft.gust_dust": "Gust Dust",
"options.particles.minecraft.gust_dust.tooltip": "Gust Dust",
"options.particles.minecraft.gust_emitter": "Gust Emitter",
"options.particles.minecraft.gust_emitter.tooltip": "Gust Emitter",
"options.particles.minecraft.happy_villager": "Happy Villager",
"options.particles.minecraft.happy_villager.tooltip": "Applying bone meal to a crop, trading with villagers, feeding baby animals, walking or jumping on turtle eggs.",
"options.particles.minecraft.heart": "Heart",
Expand Down Expand Up @@ -180,8 +190,10 @@
"options.particles.minecraft.squid_ink.tooltip": "Produced by squid when attacked.",
"options.particles.minecraft.sweep_attack": "Sweep Attack",
"options.particles.minecraft.sweep_attack.tooltip": "A sword's sweep attack.",
"options.particles.minecraft.totem_of_undying": "Totem of Undying",
"options.particles.minecraft.totem_of_undying": "Totem Of Undying",
"options.particles.minecraft.totem_of_undying.tooltip": "Totem of undying activating when player cheats death with it.",
"options.particles.minecraft.trial_spawner_detection": "Trial Spawner Detection",
"options.particles.minecraft.trial_spawner_detection.tooltip": "Trial Spawner Detection",
"options.particles.minecraft.underwater": "Underwater",
"options.particles.minecraft.underwater.tooltip": "Seen while underwater.",
"options.particles.minecraft.vibration": "Vibration",
Expand All @@ -194,6 +206,8 @@
"options.particles.minecraft.wax_on.tooltip": "Appears when waxing a copper block with honeycomb.",
"options.particles.minecraft.white_ash": "White Ash",
"options.particles.minecraft.white_ash.tooltip": "Naturally generated in basalt deltas biome environment.",
"options.particles.minecraft.white_smoke": "White Smoke",
"options.particles.minecraft.white_smoke.tooltip": "White Smoke",
"options.particles.minecraft.witch": "Witch",
"options.particles.minecraft.witch.tooltip": "Witch.",
"sodium-extra.option.advanced_item_tooltips": "Advanced Item Tooltips",
Expand All @@ -216,10 +230,10 @@
"sodium-extra.option.block_animations.tooltip": "If enabled, block animations are processed.",
"sodium-extra.option.block_break.tooltip": "If enabled, block break particles are processed.",
"sodium-extra.option.block_breaking.tooltip": "If enabled, block breaking particles are processed.",
"sodium-extra.option.cloud_height": "Cloud Height",
"sodium-extra.option.cloud_height.tooltip": "Controls the height of clouds that are rendered.",
"sodium-extra.option.cloud_distance": "Cloud Distance",
"sodium-extra.option.cloud_distance.tooltip": "Controls the distance away from the player that clouds are rendered.",
"sodium-extra.option.cloud_height": "Cloud Height",
"sodium-extra.option.cloud_height.tooltip": "Controls the height of clouds that are rendered.",
"sodium-extra.option.details": "Details",
"sodium-extra.option.enchanting_table_book": "Enchanting Table Book",
"sodium-extra.option.enchanting_table_book.tooltip": "If enabled, enchanting table books are rendered.",
Expand Down Expand Up @@ -302,7 +316,5 @@
"sodium-extra.overlay.light_updates": "Light updates disabled",
"sodium-extra.suggestRSO.header": "Suggestion: Install Reese's Sodium Options",
"sodium-extra.suggestRSO.message": "It is highly recommended you install Reese's Sodium Options alongside Sodium Extra. Due to the growing amount of features, it no longer fits properly on Sodium's video options.",
"sodium-extra.units.ticks": "%s tick(s)",
"modmenu.summaryTranslation.sodium-extra": "Features that shouldn't be in Sodium.",
"modmenu.descriptionTranslation.sodium-extra": "Sodium Extra aims to bring most of OptiFine's eye-candy options to Sodium; in addition to providing some features such as visual bug fixes and other performance options that are not yet available on Sodium."
}
"sodium-extra.units.ticks": "%s tick(s)"
}

0 comments on commit 4cbb764

Please sign in to comment.