-
-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
2 changed files
with
6 additions
and
37 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
local L = LibStub("AceLocale-3.0"):NewLocale("Name2Chat", "deDE") | ||
if not L then return end | ||
local L = LibStub("AceLocale-3.0"):NewLocale("Name2Chat", "deDE") | ||
if not L then return end | ||
|
||
--@localization(locale="deDE", format="lua_additive_table", handle-subnamespaces="concat")@ | ||
--@localization(locale="deDE", format="lua_additive_table", handle-subnamespaces="concat")@ |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,35 +1,4 @@ | ||
local L = LibStub("AceLocale-3.0"):NewLocale("Name2Chat", "enUS", true) | ||
local debug = false --@debug@ debug = true --@end-debug@ | ||
local L = LibStub("AceLocale-3.0"):NewLocale("Name2Chat", "enUS", true, debug) | ||
|
||
if not L then return end | ||
|
||
L["Loaded"] = "Loaded." | ||
|
||
L["name"] = "Name" | ||
L["name_desc"] = "The name that should be displayed in your chat messages." | ||
|
||
L["enable"] = "Enable" | ||
L["enable_desc"] = "Enable adding your name to chat messages." | ||
|
||
L["guild"] = "Guild" | ||
L["guild_desc"] = "Add name to guild chat messages (/g and /o)." | ||
|
||
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["instance_chat"] = "Instance" | ||
L["instance_chat_desc"] = "Add name to instance chat messages, e.g., LFR and battlegrounds (/i)." | ||
|
||
L["config"] = "Configuration" | ||
L["config_desc"] = "Open configuration dialog." | ||
|
||
L["debug"] = "Debug" | ||
L["debug_desc"] = "Enable debugging messages output. You probably don't want to enable this." | ||
|
||
L["channel"] = "Channel" | ||
L["channel_desc"] = "Add name to chat messages in this custom channel." | ||
|
||
L["hideOnMatchingCharName"] = "Hide name if it matches your character's name" | ||
L["hideOnMatchingCharName_desc"] = "If the name specified above matches your current character's name, Incognito will not add it again if this option is checked." | ||
--@localization(locale="enUS", format="lua_additive_table", same-key-is-true=true, handle-subnamespaces="concat")@ |