from retail

This commit is contained in:
NoM0Re
2025-01-09 20:23:53 +01:00
parent aee89075c9
commit 9e2bffcd20
4 changed files with 150 additions and 8 deletions
+10
View File
@@ -1821,6 +1821,16 @@ Private.grid_types = {
DR = L["Down, then Right"],
LD = L["Left, then Down"],
DL = L["Down, then Left"],
HD = L["Centered Horizontal, then Down"],
HU = L["Centered Horizontal, then Up"],
VR = L["Centered Vertical, then Right"],
VL = L["Centered Vertical, then Left"],
DH = L["Down, then Centered Horizontal"],
UH = L["Up, then Centered Horizontal"],
LV = L["Left, then Centered Vertical"],
RV = L["Right, then Centered Vertical"],
HV = L["Centered Horizontal, then Centered Vertical"],
VH = L["Centered Vertical, then Centered Horizontal"],
}
Private.text_rotate_types = {