Skip to content

Commit

Permalink
Changes for maybe fixes Lang problem
Browse files Browse the repository at this point in the history
  • Loading branch information
Torsten Widmann authored Jun 14, 2017
1 parent 27f2d3f commit e696ec5
Showing 1 changed file with 7 additions and 3 deletions.
10 changes: 7 additions & 3 deletions lang/enUS.lua
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
local debug = false --@debug@ debug = true --@end-debug@
local L = LibStub("AceLocale-3.0"):NewLocale("Name2Chat", "enUS", true, debug)
local debug = false
--[===[@debug@
debug = true
--@end-debug@]===]

local L = LibStub("AceLocale-3.0"):NewLocale("Name2Chat", "enUS", true, debug)

L["channel"] = "Channel"
L["channel_desc"] = "Add name to chat messages in this custom channel."
Expand All @@ -21,4 +25,4 @@ L["name_desc"] = "The name that should be displayed in your chat messages."
L["party"] = "Party"
L["party_desc"] = "Add name to party chat messages (/p)."
L["raid"] = "Raid"
L["raid_desc"] = "Add name to raid chat messages (/raid)."
L["raid_desc"] = "Add name to raid chat messages (/raid)."

0 comments on commit e696ec5

Please sign in to comment.