mirror of
https://github.com/brues-code/pfUI.git
synced 2026-09-27 09:56:03 +00:00
Localize hardcoded user-facing nameplate/bag/frame strings
Route the remaining hardcoded English labels through the T translation table and register the keys in enUS: - bags: "Sort Bags" / "Sort Bank" tooltips - farmmode: "FARM MODE" overlay - unitxp: "BEHIND" / "NO LOS" target indicators - unitframes: raid group header "Group" (reuses the existing key) - bgscore: "Battleground Frames" mover title
This commit is contained in:
+1
-1
@@ -1409,7 +1409,7 @@ function pfUI.uf:CreateUnitFrame(unit, id, config, tick)
|
||||
f.group:SetFont(pfUI.font_unit, 8, "OUTLINE")
|
||||
f.group:SetTextColor(1,1,1,.8)
|
||||
f.group:SetHeight(16)
|
||||
f.group:SetText("Group " .. group)
|
||||
f.group:SetText(T["Group"] .. " " .. group)
|
||||
f.group:Hide()
|
||||
end
|
||||
|
||||
|
||||
Reference in New Issue
Block a user