DomenikIrrgang / ClassicLFG

LFG Tool for World of Warcraft: Classic
MIT License
23 stars 29 forks source link

Add alias tags to deal with complicated or not standard languages. #90

Open pzartem opened 5 years ago

pzartem commented 5 years ago

Problem:

Addon doesn't work on Russian servers, because of Russian players never use ENG popular names for dungeons. For instance, name in English but typed in Cyrillic, different abbreviations, cause of bad name and etc.

Solution:

Adding custom tags for locals. Long story short this is just an array with possible names for each instance. This also allows to edit dungeon abbreviations without touching DefineDungeon function.

In addition, it's possible to create a configuration window within CastomAliasTags, but it looks complicated for most of the users.

Implemented: