Skip to content

Commit

Permalink
Studio Accesory Names plugin support
Browse files Browse the repository at this point in the history
  • Loading branch information
GeBo1 committed Nov 20, 2020
1 parent 0f7e8fc commit 9e40319
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion Translation/en/Text/Studio/Studio.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2242,6 +2242,10 @@ r:"^FKアナルビーズ([0-9])$"=r:"FK Anal Beads $1"
// Animation Menu -> Current State -> Accessories
r:"^スロ([0-9][0-9])$"=r:"Slot $1"

// or if you have Studio Accesory Names plugin you need these
r:"^スロット([0-90-9][0-90-9]+)$"=Slot $1
sr:"^(?<slot_num_i>[0-90-9]{2})\s+(?<accessory>\S.*)$"=${slot_num_i} ${accessory}

// Animation Menu -> Current State -> Fluids
汁=Fluids
顔=Face
Expand Down Expand Up @@ -3184,4 +3188,5 @@ illusion文字のみ 黒=Word: Illusion (Black)
明度=Brightness
高さ=Height
滑らかさ=Smoothness
質感=Texture
質感=Texture

0 comments on commit 9e40319

Please sign in to comment.