Skip to content

Commit

Permalink
Added [perstatus] tag
Browse files Browse the repository at this point in the history
  • Loading branch information
Aviana committed Mar 14, 2021
1 parent 0398f30 commit 8acac03
Show file tree
Hide file tree
Showing 8 changed files with 8 additions and 2 deletions.
2 changes: 1 addition & 1 deletion LunaUnitFrames.lua
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
-- Luna Unit Frames 4.0 by Aviana

LUF = select(2, ...)
LUF.version = 4060
LUF.version = 4070

local L = LUF.L
local ACR = LibStub("AceConfigRegistry-3.0", true)
Expand Down
2 changes: 1 addition & 1 deletion LunaUnitFrames.toc
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
## Title: Luna Unit Frames
## Notes:
## Author: Aviana
## Version: 4060
## Version: 4070
## SavedVariables: LunaUFDB
## OptionalDeps: Ace3, LibSharedMedia-3.0, AceGUI-3.0-SharedMediaWidgets, LibSpellRange-1.0, Clique
## X-License: WTFPL (http://www.wtfpl.net/about/)
Expand Down
1 change: 1 addition & 0 deletions locales/deDE.lua
Original file line number Diff line number Diff line change
Expand Up @@ -352,6 +352,7 @@ local L = {
["missinghp"] = "Momentan fehlende Gp",
["healmishp"] = "Fehlende Gp nach Heilung (gr\195\188n bei kommender Heilung)",
["perhp"] = "Gp Prozent",
["perstatus"] = "Wie [smarthealth] aber nur Prozente f\195\188br Gp",
["pp"] = "Momentane Mana/Wut/Energie usw",
["spp"] = "Momentane Mana/Wut/Energie usw gek\195\188rzt wenn \195\188ber 10K",
["maxpp"] = "Maximum mana/rage/energy etc",
Expand Down
1 change: 1 addition & 0 deletions locales/enUS.lua
Original file line number Diff line number Diff line change
Expand Up @@ -349,6 +349,7 @@ local L = {
["missinghp"] = "Current missing hp",
["healmishp"] = "Missing hp after incoming heal (green when heal is incoming)",
["perhp"] = "HP percent",
["perstatus"] = "Like [smarthealth] but only percentages for hp",
["pp"] = "Current mana/rage/energy etc",
["spp"] = "Current mana/rage/energy etc shortened when over 10K",
["maxpp"] = "Maximum mana/rage/energy etc",
Expand Down
1 change: 1 addition & 0 deletions locales/koKR.lua
Original file line number Diff line number Diff line change
Expand Up @@ -349,6 +349,7 @@ local L = {
["missinghp"] = "현재의 손실된 생명력을 표시",
["healmishp"] = "들어오는 치유 뒤에 손실된 생명력을 표시 (치유가 들어오면 녹색)",
["perhp"] = "생명력 백분율 표시",
["perstatus"] = "Like [smarthealth] but only percentages for hp",
["pp"] = "현재의 마나/분노/기력 등 표시",
["spp"] = "자원이 10K 이상의 현재의 마나/분노/기력 등을 짧게 줄여 표시",
["maxpp"] = "최대 마나/분노/기력 등 표시",
Expand Down
1 change: 1 addition & 0 deletions locales/zhCN.lua
Original file line number Diff line number Diff line change
Expand Up @@ -349,6 +349,7 @@ local L = {
["missinghp"] = "当前损失生命",
["healmishp"] = "算上预估治疗的损失生命值,将被治疗显示为绿色",
["perhp"] = "生命值百分比",
["perstatus"] = "Like [smarthealth] but only percentages for hp",
["pp"] = "当前能量(怒气/能量/法力)值",
["spp"] = "当前能量(怒气/能量/法力)值,超过10k时简写",
["maxpp"] = "最大能量值",
Expand Down
1 change: 1 addition & 0 deletions locales/zhTW.lua
Original file line number Diff line number Diff line change
Expand Up @@ -349,6 +349,7 @@ local L = {
["missinghp"] = "當前損失生命",
["healmishp"] = "算上預估治療的損失生命值,預估時顯示為綠色",
["perhp"] = "生命值百分比",
["perstatus"] = "Like [smarthealth] but only percentages for hp",
["pp"] = "當前能量值(包括怒氣、法力等)",
["spp"] = "當前能量值(包括怒氣、法力等),超過10k簡寫",
["maxpp"] = "最大能量值",
Expand Down
1 change: 1 addition & 0 deletions modules/Options.lua
Original file line number Diff line number Diff line change
Expand Up @@ -72,6 +72,7 @@ local HealthnPowerTags = {
["missinghp"] = true,
["healmishp"] = true,
["perhp"] = true,
["perstatus"] = true,
["pp"] = true,
["spp"] = true,
["maxpp"] = true,
Expand Down

0 comments on commit 8acac03

Please sign in to comment.