OpenHellion / Client

Hellion client project for the Unity game engine.
https://OpenHellion.github.io
GNU General Public License v3.0
9 stars 0 forks source link

Rework localisation system #12

Open Makkkkus opened 1 year ago

Makkkkus commented 1 year ago

The current localisation system is a bit too rigid, and requires declaring localisation many times. Ideally we should only need to declare localisation once.

We could use dictionaries for quick accessing.