vanilla-wow-addons – Blame information for rev 1

Subversion Repositories:
Rev:
Rev Author Line No. Line
1 office 1 <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/
2 ..\FrameXML\UI.xsd">
3  
4 <!-- Just add Localization\Localization.xml to your toc or load it in your xml to embed these files. -->
5  
6 <!-- This loads the embeddable IrielVirtualFrames -->
7 <Include file="IrielVirtualFrames\IrielVirtualFrames.xml"/>
8  
9 <!-- This loads the execution file -->
10 <Script file="Localization.lua"/>
11  
12 <!-- This loads the localization files. For your addons, localization files should load before execution files. -->
13 <Script file="localization.de.lua"/>
14 <Script file="localization.en.lua"/>
15 <Script file="localization.fr.lua"/>
16  
17 </Ui>