Profiler/Localization

* support non-latin realm names for guilds and arena teams also
This commit is contained in:
Sarjuuk
2022-02-16 04:17:40 +01:00
parent 01a9744ba7
commit a24e8594fb
4 changed files with 8 additions and 8 deletions

View File

@@ -21,7 +21,7 @@ class GuildList extends BaseType
'faction' => $this->curTpl['faction'],
'achievementpoints' => $this->getField('achievementpoints'),
'gearscore' => $this->getField('gearscore'),
'realm' => Profiler::urlize($this->curTpl['realmName']),
'realm' => Profiler::urlize($this->curTpl['realmName'], true),
'realmname' => $this->curTpl['realmName'],
// 'battlegroup' => Profiler::urlize($this->curTpl['battlegroup']), // was renamed to subregion somewhere around cata release
// 'battlegroupname' => $this->curTpl['battlegroup'],