age-series / ElectricalAge

Electrical Age (ELN) is a Minecraft Mod offering the ability to perform large-scale in-game electrical simulations.
Other
65 stars 30 forks source link

Localize all the visible strings in the game #315

Closed Eternal130 closed 5 months ago

Eternal130 commented 6 months ago

Localize all the visible strings in the game, modifying the previously untranslatable entries: from "High_parallelresistance\n=>Low_power_dissipation." to "High_parallel_resistance\n⇨_Low_power_dissipation.", add all translatable entries to en_US.lang, and improve the localization for Simplified Chinese.

jrddunbr commented 6 months ago

Hey, thanks for the pull request. I will probably make some minor adjustments before merging, but this should be in the next release of 1.22.x

Eternal130 commented 6 months ago

Those additional commits are my attempts to fix the recipes bug. Originally, I intended to create a separate PR for them, but they ended up being merged into this PR. I tried my best to undo the commit content, but the records still remain. I apologize for not being proficient in using Git.

Eternal130 commented 6 months ago

I'm not even sure if I have already reverted the commit that fixes recipes bug from this PR. Perhaps I should close the PR, fork the repository again, and submit a new PR?