Move from SVN to GIT
This commit is contained in:
4
MyBagsCache/Locals/Locals.xml
Normal file
4
MyBagsCache/Locals/Locals.xml
Normal file
@ -0,0 +1,4 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<Ui xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://www.blizzard.com/wow/ui/" xsi:schemaLocation="http://www.blizzard.com/wow/ui/FrameXML\UI.xsd">
|
||||
<Include file="enUS.lua"/>
|
||||
</Ui>
|
||||
11
MyBagsCache/Locals/enUS.lua
Normal file
11
MyBagsCache/Locals/enUS.lua
Normal file
@ -0,0 +1,11 @@
|
||||
local L = LibStub("AceLocale-3.0"):NewLocale("MyBagsCache", "enUS", true, true)
|
||||
|
||||
if not L then
|
||||
print("AceLocale not loaded")
|
||||
return
|
||||
end
|
||||
|
||||
L["ACE_TEXT_OF"] = "of";
|
||||
L["CHARACTER_DELIMITOR"] = " of ";
|
||||
L["SplitString must be passed a string as the first argument"] = "SplitString must be passed a string as the first argument";
|
||||
|
||||
Reference in New Issue
Block a user