mirror of
https://github.com/Xaymar/obs-StreamFX
synced 2024-11-10 22:05:06 +00:00
locale: Update to current code
This commit is contained in:
parent
fce3fb8977
commit
22bf3845c0
1 changed files with 4 additions and 0 deletions
|
@ -26,6 +26,10 @@ Filter.Transform.Scale="Scale"
|
|||
Filter.Transform.Scale.Description="Scale of the rendered quad."
|
||||
Filter.Transform.Scale.X="Scale (X)"
|
||||
Filter.Transform.Scale.Y="Scale (Y)"
|
||||
Filter.Transform.Shear="Shear"
|
||||
Filter.Transform.Shear.Description="Shearing of the rendered quad."
|
||||
Filter.Transform.Shear.X="Shear (X)"
|
||||
Filter.Transform.Shear.Y="Shear (Y)"
|
||||
Filter.Transform.Rotation.Order="Rotation Order"
|
||||
Filter.Transform.Rotation.Order.Description="The order in which to apply the euler angles to the rendered quad."
|
||||
Filter.Transform.Rotation.Order.XYZ="Pitch, Yaw, Roll"
|
||||
|
|
Loading…
Reference in a new issue