changeset 56:a7460baf79ae

Fixed to support loading working copy directly into game
author syzler
date Sat, 07 Mar 2015 15:17:54 -0500
parents 982c2ff5b369
children 01083a070f3b
files libMyLilPony/libMyLilPony.lua locales/enUS.lua locales/frFR.lua
diffstat 3 files changed, 35 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/libMyLilPony/libMyLilPony.lua	Sat Mar 07 14:28:01 2015 -0500
+++ b/libMyLilPony/libMyLilPony.lua	Sat Mar 07 15:17:54 2015 -0500
@@ -42,3 +42,8 @@
 
 MYLILPONY_VERSION = "@project-version@";
 MYLILPONY_DEBUG_LOGGING = false;
+
+--@debug@
+MYLILPONY_VERSION = "(Development)";
+MYLILPONY_DEBUG_LOGGING = true;
+--@end-debug@
--- a/locales/enUS.lua	Sat Mar 07 14:28:01 2015 -0500
+++ b/locales/enUS.lua	Sat Mar 07 15:17:54 2015 -0500
@@ -40,4 +40,32 @@
 
 L = {};
 
-@localization(locale="enUS", format="lua_additive_table", table-name="L", namespace="", handle-subnamespaces="none")@
+--@debug@
+L["msgCountMatchingMountsForPattern"] = "(%i mounts found)"
+L["msgHelpCommandAquatic"] = "Summons random aquatic mount"
+L["msgHelpCommandAuto"] = "Summons a \"suitable\" mount"
+L["msgHelpCommandExact"] = "Summons mount by exact name"
+L["msgHelpCommandFlying"] = "Summons random flying mount"
+L["msgHelpCommandGround"] = "Summons random ground mount"
+L["msgHelpCommandId"] = "Summons mount by spell or buff ID"
+L["msgHelpCommandList"] = "Lists mounts matching name"
+L["msgHelpCommandMatch"] = "Summons same mount as specified unit"
+L["msgHelpCommandName"] = "Summons random mount matching name"
+L["msgHelpCommandRandom"] = "Summons random mount"
+L["msgHelpCommandTarget"] = "Summons same mount as targeted unit"
+L["msgNoMatchingMountsForId"] = "No matching mounts were found with ID=%s"
+L["msgNoMatchingMountsForName"] = "No matching mounts were found with NAME='%s'"
+L["msgNoMatchingMountsForPattern"] = "No matching mounts were found with NAME like '%s'"
+L["msgNoMatchingMountsFound"] = "No matching mounts were found"
+L["msgVersionLoaded"] = "Version %s loaded"
+L["msgYouAreDead"] = "You are dead"
+L["msgYouAreFlying"] = "You are already flying"
+L["msgYouAreInCombat"] = "You are in combat"
+L["msgYouAreMounted"] = "You are already mounted"
+L["szCommandHelp"] = "Command Help"
+L["szParamId"] = "<ID>"
+L["szParamName"] = "<NAME>"
+L["szParamUnitId"] = "<UNITID>"
+--@end-debug@
+
+--@localization(locale="enUS", format="lua_additive_table", table-name="L", namespace="", handle-subnamespaces="none")@
--- a/locales/frFR.lua	Sat Mar 07 14:28:01 2015 -0500
+++ b/locales/frFR.lua	Sat Mar 07 15:17:54 2015 -0500
@@ -40,4 +40,4 @@
 
 if GetLocale() ~= "frFR" then return end
 
-@localization(locale="frFR", format="lua_additive_table", table-name="L", namespace="", handle-subnamespaces="none")@
+--@localization(locale="frFR", format="lua_additive_table", table-name="L", namespace="", handle-subnamespaces="none")@