Skip to content

Commit

Permalink
fix xloot
Browse files Browse the repository at this point in the history
  • Loading branch information
KasVital committed Jan 2, 2017
1 parent 4fc8135 commit 4fa5883
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 3 deletions.
2 changes: 1 addition & 1 deletion XLoot/XLoot.toc
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
## Interface: 11200
## Title: XLoot |cff7fff7f -Ace2-|r
## Notes: A remake of the built-in lootframe. |cffff4488By Xuerian|r.
## Notes-ruRU: Ïåðåäåëûâàåò âñòðîåííûå îêíà äîáû÷è. |cffff4488Xuerian|r.
## Notes-ruRU: Переделывает встроенные окна добычи. |cffff4488Xuerian|r.
## Version: 0.5
## Author: Xuerian
## RequiredDeps:!!!Libs
Expand Down
14 changes: 13 additions & 1 deletion XLoot/localization.enUS.lua
Original file line number Diff line number Diff line change
@@ -1,7 +1,15 @@
local L = AceLibrary("AceLocale-2.2"):new("XLoot")
local L = AceLibrary("AceLocale-2.0"):new("XLoot")

L:RegisterTranslations("enUS", function()
return {
catSnap = "Frame Behavior",
catLoot = "Loot Behavior",
catFrame = "Frame options",
catInfo = "Loot information",
catGeneralAppearance = "General Appearance",
catFrameAppearance = "Frame appearance",
catLootAppearance = "Loot appearance",

optLock = "Lock XLoot frame",
optOptions = "Options GUI",
optBehavior = "Behavior options",
Expand All @@ -22,6 +30,7 @@ L:RegisterTranslations("enUS", function()
optLootqualityborder = "Loot border quality coloring",
optBgcolor = "Frame Background Color",
optBordercolor = "Frame Border Color",
optTexColor = "Loot icon quality coloring",
optLootbgcolor = "Loot Background Color",
optLootbordercolor = "Loot Border Color",
optScale = "Scale",
Expand Down Expand Up @@ -49,6 +58,7 @@ L:RegisterTranslations("enUS", function()
descLootqualityborder = "Colors loot borders by quality",
descBgcolor = "Change the background color for the loot frame itself",
descBordercolor = "Change the border color of the frame itself",
descTexColor = "Color the border of the actual item icon/texture by quality",
descLootbgcolor = "Change the background color for every loot item",
descLootbordercolor = "Change the border color of every loot item",
descScale = "Scale of the loot frame",
Expand All @@ -59,5 +69,7 @@ L:RegisterTranslations("enUS", function()
qualityQest = "Quest item",

guiTitle = "XLoot Options",

itemWeapon = "Weapon",
}
end)
2 changes: 1 addition & 1 deletion XLoot/localization.koKR.lua
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
local L = AceLibrary("AceLocale-2.2"):new("XLoot")
local L = AceLibrary("AceLocale-2.0"):new("XLoot")

L:RegisterTranslations("koKR", function()
return {
Expand Down

0 comments on commit 4fa5883

Please sign in to comment.