WoWInterface SVN OneCompanion

Compare Revisions

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

Rev 43 → Rev 44

esES.lua
24,8 → 24,9
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", true)
local L = LibStub("AceLocale-3.0"):NewLocale("OneCompanion", "esES", false)
if not L then return end
 
L["AceGUI"] = "AceGUI"
frFR.lua
24,6 → 24,7
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
deDE.lua
24,8 → 24,9
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", true)
local L = LibStub("AceLocale-3.0"):NewLocale("OneCompanion", "deDE", false)
if not L then return end
 
L["AceGUI"] = "AceGUI"
zhCN.lua
13,8 → 13,9
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", true)
local L = LibStub("AceLocale-3.0"):NewLocale("OneCompanion", "zhCN", false)
if not L then return end
 
L["AceGUI"] = "AceGUI"
koKR.lua
13,8 → 13,9
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", true)
local L = LibStub("AceLocale-3.0"):NewLocale("OneCompanion", "koKR", false)
if not L then return end
 
L["AceGUI"] = "AceGUI"
zhTW.lua
13,8 → 13,9
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", true)
local L = LibStub("AceLocale-3.0"):NewLocale("OneCompanion", "zhTW", false)
if not L then return end
 
L["AceGUI"] = "AceGUI"
ruRU.lua
13,8 → 13,9
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", true)
local L = LibStub("AceLocale-3.0"):NewLocale("OneCompanion", "ruRU", false)
if not L then return end
 
L["AceGUI"] = "AceGUI"