- Few adjustements for this week release.

This commit is contained in:
tercio
2014-08-24 11:40:04 -03:00
parent 50f33fd301
commit ab51564def
5 changed files with 23 additions and 5 deletions
+3 -1
View File
@@ -8,8 +8,10 @@
Libs\libs.xml
#@end-no-lib-strip@
locales\Details-ptBR.lua
locales\Details-enUS.lua
locales\Details-ptBR.lua
locales\Details-esES.lua
locales\Details-esMX.lua
boot.lua
indent.lua
+3 -3
View File
File diff suppressed because one or more lines are too long
+9 -1
View File
@@ -516,7 +516,8 @@
end
end
function event_handler:GROUP_ONLEAVE()
function _detalhes:CheckChatOnLeaveGroup()
_detalhes.schedule_group_onleave_check = nil
if (zone_type == "none") then
if (_detalhes.schedule_chat_leave) then
_detalhes:CancelTimer (_detalhes.schedule_chat_leave)
@@ -526,6 +527,13 @@
end
end
end
function event_handler:GROUP_ONLEAVE()
if (_detalhes.schedule_group_onleave_check) then
_detalhes:CancelTimer (_detalhes.schedule_group_onleave_check)
_detalhes.schedule_group_onleave_check = nil
end
_detalhes.schedule_group_onleave_check = _detalhes:ScheduleTimer ("CheckChatOnLeaveGroup", 5)
end
_detalhes:RegisterEvent (event_handler, "GROUP_ONENTER", "GROUP_ONENTER")
_detalhes:RegisterEvent (event_handler, "GROUP_ONLEAVE", "GROUP_ONLEAVE")
+4
View File
@@ -0,0 +1,4 @@
local L = LibStub("AceLocale-3.0"):NewLocale("Details", "esES")
if not L then return end
@localization(locale="esES", format="lua_additive_table", escape-non-ascii=true)@
+4
View File
@@ -0,0 +1,4 @@
local L = LibStub("AceLocale-3.0"):NewLocale("Details", "esMX")
if not L then return end
@localization(locale="esMX", format="lua_additive_table", escape-non-ascii=true)@