Alcatergit / Hbm-s-Nuclear-Tech-GIT

My fork of the HBM's nuclear tech mod.
GNU General Public License v3.0
52 stars 42 forks source link

fix lang file error #378

Open blue-bird1 opened 2 months ago

blue-bird1 commented 2 months ago

in lang file, % should to %%.

Additionally I noticed the same formatting error in other languages. regex replace (?<=[^%\s])%\s to %%

I tried it and found 100+ files that needed to be replaced, the choice of how to fix this is yours