Skip to content

Commit

Permalink
fix creating locale
Browse files Browse the repository at this point in the history
  • Loading branch information
jordonwow committed Sep 23, 2021
1 parent dd540cb commit ba2c12c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Locales/enUS.lua
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
-- SafeQueue Locale
-- https://www.curseforge.com/wow/addons/safequeue/localization

local L = LibStub("AceLocale-3.0"):NewLocale("OmniBar", "enUS", true)
local L = LibStub("AceLocale-3.0"):NewLocale("SafeQueue", "enUS", true)

L["Queue popped after %s"] = true
L["Queue popped instantly!"] = true
Expand Down
2 changes: 1 addition & 1 deletion SafeQueue.lua
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
-- SafeQueue by Jordon

local SafeQueue = SafeQueue
local L = LibStub("AceLocale-3.0"):GetLocale("OmniBar")
local L = LibStub("AceLocale-3.0"):GetLocale("SafeQueue")

local CreateFrame = CreateFrame
local DEFAULT_CHAT_FRAME = DEFAULT_CHAT_FRAME
Expand Down

0 comments on commit ba2c12c

Please sign in to comment.