WoWInterface SVN OneCompanion

Compare Revisions

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

Rev 28 → Rev 29

esES.lua
21,6 → 21,10
Ï : \195\143 Ï = \195\143
]]
 
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
 
local L = LibStub("AceLocale-3.0"):NewLocale("OneCompanion", "esES", true)
 
L["AceGUI"] = "AceGUI"
frFR.lua
21,6 → 21,10
Ï : \195\143 Ï = \195\143
]]
 
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
 
local L = LibStub("AceLocale-3.0"):NewLocale("OneCompanion", "frFR", false)
 
L["AceGUI"] = "AceGUI"
deDE.lua
21,6 → 21,10
Ï : \195\143 Ï = \195\143
]]
 
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
 
local L = LibStub("AceLocale-3.0"):NewLocale("OneCompanion", "deDE", true)
 
L["AceGUI"] = "AceGUI"
zhCN.lua
10,6 → 10,10
Description: OneCompanion is an alternative to the default companion frame introduced in WotLK that combines all your companions and mounts into one fully customizable frame
]]
 
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
 
local L = LibStub("AceLocale-3.0"):NewLocale("OneCompanion", "zhCN", true)
 
L["AceGUI"] = "AceGUI"
koKR.lua
10,6 → 10,10
Description: OneCompanion is an alternative to the default companion frame introduced in WotLK that combines all your companions and mounts into one fully customizable frame
]]
 
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
 
local L = LibStub("AceLocale-3.0"):NewLocale("OneCompanion", "koKR", true)
 
L["AceGUI"] = "AceGUI"
enUS.lua
10,6 → 10,10
Description: OneCompanion is an alternative to the default companion frame introduced in WotLK that combines all your companions and mounts into one fully customizable frame
]]
 
if not (select(4,GetBuildInfo()) >= 30000) then return end
local MINOR_VERSION = tonumber(("$Revision$"):match("%d+"))
_G.OneCompanion_MINOR_VERSION = MINOR_VERSION
 
local L = LibStub("AceLocale-3.0"):NewLocale("OneCompanion", "enUS", true)
 
L["AceGUI"] = true
zhTW.lua
10,6 → 10,10
Description: OneCompanion is an alternative to the default companion frame introduced in WotLK that combines all your companions and mounts into one fully customizable frame
]]
 
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
 
local L = LibStub("AceLocale-3.0"):NewLocale("OneCompanion", "zhTW", true)
 
L["AceGUI"] = "AceGUI"
ruRU.lua
10,6 → 10,10
Description: OneCompanion is an alternative to the default companion frame introduced in WotLK that combines all your companions and mounts into one fully customizable frame
]]
 
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
 
local L = LibStub("AceLocale-3.0"):NewLocale("OneCompanion", "ruRU", true)
 
L["AceGUI"] = "AceGUI"