8 lines
353 B
XML
8 lines
353 B
XML
<Ui xmlns="http://www.blizzard.com/wow/ui/" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://www.blizzard.com/wow/ui/
|
|
..\FrameXML\UI.xsd">
|
|
<Script file="LocalizationPost.lua"/>
|
|
<!-- This frame exists only to load the script and execute it, inline script has some issues -->
|
|
<Script>
|
|
LocalizePost();
|
|
</Script>
|
|
</Ui> |