from retail

This commit is contained in:
Bunny67
2020-06-29 18:43:40 +03:00
parent 4d0cd34a33
commit ba951af876
12 changed files with 610 additions and 224 deletions
+7
View File
@@ -330,6 +330,13 @@ WeakAuras.spark_hide_types = {
BOTH = L["Full/Empty"]
}
WeakAuras.tick_placement_modes = {
AtValue = L["At Value"],
AtMissingValue = L["At missing Value"],
AtPercent = L["At Percent"],
ValueOffset = L["Offset from progress"]
}
WeakAuras.containment_types = {
OUTSIDE = L["Outside"],
INSIDE = L["Inside"]