WoWInterface SVN KnowItAll

Compare Revisions

  • This comparison shows the changes necessary to convert path
    /trunk/locales
    from Rev 56 to Rev 57
    Reverse comparison

Rev 56 → Rev 57

locale-enUS.lua
1,4 → 1,5
local L = LibStub("AceLocale-3.0"):NewLocale("KnowItAll", "enUS", true)
if not L then return end
 
L["Know-It-All"] = true
 
locale-zhCN.lua
1,4 → 1,5
local L = LibStub("AceLocale-3.0"):NewLocale("KnowItAll", "zhCN")
if not L then return end
 
L["Know-It-All"] = "Know-It-All"