This commit is contained in:
Crum
2018-11-15 20:10:27 -06:00
parent 5721257768
commit ba86c5647d
9 changed files with 237 additions and 201 deletions
+4
View File
@@ -3,6 +3,10 @@ local AceLocale = LibStub:GetLibrary("AceLocale-3.0");
local L = AceLocale:NewLocale("ElvUI", "enUS", true, true);
if not L then return; end
--GlobalStrings Override
GUILD_STATUS = "Guild Status"
PLAYER_STATUS = "Player Status"
--*_ADDON locales
L["INCOMPATIBLE_ADDON"] = "The addon %s is not compatible with ElvUI's %s module. Please select either the addon or the ElvUI module to disable."