Solaestas / Everglow

GNU General Public License v3.0
29 stars 4 forks source link

Properly Reimpelement Localization #217

Open Setnour6 opened 1 year ago

Setnour6 commented 1 year ago

Reimplement the en_US localization to the new localization file in preparation for a potential second demo release.

Copy from Everglow\Resources\Localization\zh_Hans.hjson. Paste to Everglow\Localization\zh_Hans.Mods.Everglow.hjson.

I also changed the name of some text by fixing typos, removing unrequired texts, and so on.

Setnour6 commented 10 months ago

Looks neat. Can you fix the multiline quote (''') indentations and try compiling to see if it works?

Sure! I can't build it though due to the new TileDrawing changes and error MSB4063 & MSB4064, the PackageReference not supported errors and PublicizeTask errors.

Felixyang777 commented 9 months ago

Looks neat. Can you fix the multiline quote (''') indentations and try compiling to see if it works?

Sure! I can't build it though due to the new TileDrawing changes and error MSB4063 & MSB4064, the PackageReference not supported errors and PublicizeTask errors.

These errors are fixed by merging the mater ,but there are still problems with the text display

Setnour6 commented 9 months ago

These errors are fixed by merging the mater ,but there are still problems with the text display

I'm using a separate mod for localization since the current localizations keep resetting.

lace-wing commented 7 months ago

Just relooked into the changes, I believe that as long as the conflicts are resolved, this can be merged.