aritchie05 / EcoCraftingTool

Crafting calculator for Eco.
https://eco-calc.com
MIT License
23 stars 12 forks source link

Locale data is mostly duplicates. #45

Closed rannmann closed 2 years ago

rannmann commented 2 years ago

The localeData definition seems to have 11 arrays in it, and each array contains identical values. If you open the locale-data.ts file and ctrl+f for AcornItem, you'll see what I'm talking about.

This file is 8.2MB, so if we can remove the duplicates the file should be reduced to about 0.75MB.

aritchie05 commented 2 years ago

Not sure how this happened, just fixed. I am about to go through the new items from 9.5 and add translations.

See commit 3db03d9