Closed ChesterYue closed 6 months ago
use GetLFGDungeonInfo(dungeonID) to get dungeon name with l10n, instead of hard code English dungeon name. dungeonID from : https://wowpedia.fandom.com/wiki/LfgDungeonID#Retail
GetLFGDungeonInfo(dungeonID)
tested with Chinese and other languages:
some white space removed. (you can try some plugin to auto avoid white space)
Thanks for the changes, this has been merged.
use
GetLFGDungeonInfo(dungeonID)
to get dungeon name with l10n, instead of hard code English dungeon name. dungeonID from : https://wowpedia.fandom.com/wiki/LfgDungeonID#Retailtested with Chinese and other languages:
some white space removed. (you can try some plugin to auto avoid white space)