Quantcast

Renamed local.xml->locale.xml and changed the the name in the .toc

pompachomp [03-20-10 - 06:42]
Renamed local.xml->locale.xml and changed the the name in the .toc
Filename
AckisRecipeList.toc
local.xml
locale.xml
diff --git a/AckisRecipeList.toc b/AckisRecipeList.toc
index 275607e..1d1ed5e 100644
--- a/AckisRecipeList.toc
+++ b/AckisRecipeList.toc
@@ -60,7 +60,7 @@ embeds.xml
 #@end-no-lib-strip@

 # Localization files
-local.xml
+locale.xml

 Constants.lua
 ARL.lua
diff --git a/local.xml b/local.xml
deleted file mode 100644
index c3b90b7..0000000
--- a/local.xml
+++ /dev/null
@@ -1,21 +0,0 @@
-<?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">
-
-<!--@non-debug@
-<Include file="Locales\enUS.lua"/>
-@end-non-debug@-->
-<Include file="Locales\koKR.lua"/>
-<Include file="Locales\frFR.lua"/>
-<Include file="Locales\zhCN.lua"/>
-<Include file="Locales\zhTW.lua"/>
-<Include file="Locales\deDE.lua"/>
-<Include file="Locales\esES.lua"/>
-<Include file="Locales\esMX.lua"/>
-<Include file="Locales\ruRU.lua"/>
-
-<!--@debug@-->
-<Include file="Locales\devel-enUS.lua"/>
-<!--@end-debug@-->
-
-</Ui>
diff --git a/locale.xml b/locale.xml
new file mode 100644
index 0000000..c3b90b7
--- /dev/null
+++ b/locale.xml
@@ -0,0 +1,21 @@
+<?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">
+
+<!--@non-debug@
+<Include file="Locales\enUS.lua"/>
+@end-non-debug@-->
+<Include file="Locales\koKR.lua"/>
+<Include file="Locales\frFR.lua"/>
+<Include file="Locales\zhCN.lua"/>
+<Include file="Locales\zhTW.lua"/>
+<Include file="Locales\deDE.lua"/>
+<Include file="Locales\esES.lua"/>
+<Include file="Locales\esMX.lua"/>
+<Include file="Locales\ruRU.lua"/>
+
+<!--@debug@-->
+<Include file="Locales\devel-enUS.lua"/>
+<!--@end-debug@-->
+
+</Ui>