tspivey / yugioh-game

Text-based Yu-Gi-Oh MUD
https://allinaccess.com/game/
MIT License
32 stars 23 forks source link

database refactoring #113

Open Timtam opened 6 years ago

Timtam commented 6 years ago

We do have separate databases for each language right now. This results in the following:

I'd like to rework the database interface to have one database which attaches any other language file and merges all the tables into one large table which contains a language column or something, so we can grab for english/spanish/whatever card names from whatever ingame language we like.

Timtam commented 3 years ago

i'd be happy with adding a lookup fallback to english whenever you try to look up a card in your non-english language, but the card could not be found. That would allow to always look up english cards even when not currently playing with english english set as your main language.