WoWInterface SVN OneCompanion

Compare Revisions

  • This comparison shows the changes necessary to convert path
    /
    from Rev 44 to Rev 43
    Reverse comparison

Rev 44 → Rev 43

trunk/OneCompanion/locals/zhTW.lua
13,9 → 13,8
if not (select(4,GetBuildInfo()) >= 30000) then return end
local MINOR_VERSION = tonumber(("$Revision$"):match("%d+"))
if MINOR_VERSION > _G.OneCompanion_MINOR_VERSION then _G.OneCompanion_MINOR_VERSION = MINOR_VERSION end
if not GetLocale() == "zhTW" then return end
 
local L = LibStub("AceLocale-3.0"):NewLocale("OneCompanion", "zhTW", false)
local L = LibStub("AceLocale-3.0"):NewLocale("OneCompanion", "zhTW", true)
if not L then return end
 
L["AceGUI"] = "AceGUI"
trunk/OneCompanion/locals/ruRU.lua
13,9 → 13,8
if not (select(4,GetBuildInfo()) >= 30000) then return end
local MINOR_VERSION = tonumber(("$Revision$"):match("%d+"))
if MINOR_VERSION > _G.OneCompanion_MINOR_VERSION then _G.OneCompanion_MINOR_VERSION = MINOR_VERSION end
if not GetLocale() == "ruRU" then return end
 
local L = LibStub("AceLocale-3.0"):NewLocale("OneCompanion", "ruRU", false)
local L = LibStub("AceLocale-3.0"):NewLocale("OneCompanion", "ruRU", true)
if not L then return end
 
L["AceGUI"] = "AceGUI"
trunk/OneCompanion/locals/esES.lua
24,9 → 24,8
if not (select(4,GetBuildInfo()) >= 30000) then return end
local MINOR_VERSION = tonumber(("$Revision$"):match("%d+"))
if MINOR_VERSION > _G.OneCompanion_MINOR_VERSION then _G.OneCompanion_MINOR_VERSION = MINOR_VERSION end
if not GetLocale() == "esES" then return end
 
local L = LibStub("AceLocale-3.0"):NewLocale("OneCompanion", "esES", false)
local L = LibStub("AceLocale-3.0"):NewLocale("OneCompanion", "esES", true)
if not L then return end
 
L["AceGUI"] = "AceGUI"
trunk/OneCompanion/locals/frFR.lua
24,7 → 24,6
if not (select(4,GetBuildInfo()) >= 30000) then return end
local MINOR_VERSION = tonumber(("$Revision$"):match("%d+"))
if MINOR_VERSION > _G.OneCompanion_MINOR_VERSION then _G.OneCompanion_MINOR_VERSION = MINOR_VERSION end
if not GetLocale() == "frFR" then return end
 
local L = LibStub("AceLocale-3.0"):NewLocale("OneCompanion", "frFR", false)
if not L then return end
trunk/OneCompanion/locals/deDE.lua
24,9 → 24,8
if not (select(4,GetBuildInfo()) >= 30000) then return end
local MINOR_VERSION = tonumber(("$Revision$"):match("%d+"))
if MINOR_VERSION > _G.OneCompanion_MINOR_VERSION then _G.OneCompanion_MINOR_VERSION = MINOR_VERSION end
if not GetLocale() == "deDE" then return end
 
local L = LibStub("AceLocale-3.0"):NewLocale("OneCompanion", "deDE", false)
local L = LibStub("AceLocale-3.0"):NewLocale("OneCompanion", "deDE", true)
if not L then return end
 
L["AceGUI"] = "AceGUI"
trunk/OneCompanion/locals/zhCN.lua
13,9 → 13,8
if not (select(4,GetBuildInfo()) >= 30000) then return end
local MINOR_VERSION = tonumber(("$Revision$"):match("%d+"))
if MINOR_VERSION > _G.OneCompanion_MINOR_VERSION then _G.OneCompanion_MINOR_VERSION = MINOR_VERSION end
if not GetLocale() == "zhCN" then return end
 
local L = LibStub("AceLocale-3.0"):NewLocale("OneCompanion", "zhCN", false)
local L = LibStub("AceLocale-3.0"):NewLocale("OneCompanion", "zhCN", true)
if not L then return end
 
L["AceGUI"] = "AceGUI"
trunk/OneCompanion/locals/koKR.lua
13,9 → 13,8
if not (select(4,GetBuildInfo()) >= 30000) then return end
local MINOR_VERSION = tonumber(("$Revision$"):match("%d+"))
if MINOR_VERSION > _G.OneCompanion_MINOR_VERSION then _G.OneCompanion_MINOR_VERSION = MINOR_VERSION end
if not GetLocale() == "koKR" then return end
 
local L = LibStub("AceLocale-3.0"):NewLocale("OneCompanion", "koKR", false)
local L = LibStub("AceLocale-3.0"):NewLocale("OneCompanion", "koKR", true)
if not L then return end
 
L["AceGUI"] = "AceGUI"
trunk/OneCompanion/opts/options.lua
179,7 → 179,7
desc = L["Open the Blizzard config window"],
func = function()
InterfaceOptionsFrame:SetWidth(850)
InterfaceOptionsFrame_OpenToCategory(OneCompanion.optionsFrame)
InterfaceOptionsFrame_OpenToFrame(OneCompanion.optionsFrame)
-- if getglobal("LibRockConfig-1.0_Frame") then getglobal("LibRockConfig-1.0_Frame"):Hide() end
-- ACD:CloseAll()
end
trunk/OneCompanion/OneCompanion.toc
14,9 → 14,6
## SavedVariables: OneCompanionDB
## SavedVariablesPerCharacter: OneCompanionDBPC
 
## LoadManagers: AddonLoader
## X-LoadOn-Always: delayed
 
embeds.xml
 
locals\enUS.lua