Skip to content

Commit

Permalink
번역 작업
Browse files Browse the repository at this point in the history
번역 작업
- special-masturbation/effects.js 2059 까지
  • Loading branch information
uotalkie committed Mar 8, 2024
1 parent 499f21a commit d27c839
Show file tree
Hide file tree
Showing 4 changed files with 197 additions and 190 deletions.
5 changes: 5 additions & 0 deletions game/base-debug/customTestroom.twee
Original file line number Diff line number Diff line change
Expand Up @@ -65,6 +65,11 @@ navigator.userAgent=<<print navigator.userAgent>><br><br>
<br>
<<set _test to "소녀를">><<set _test to trChangePost(_test, "과")+" "+"소년을">><<trChangePost _test "으로">><<print _test>> <<print _trResult>><br>
<br>
<<script>>
var colour = ""; var name = "dildo";
var toy = `${colour?trColourJS(colour) : ""} ${sextoyPost(name)}`; T.trResult = toy;
<</script>>script = <<print _trResult>><br>
<br>
[[Robin Trick Hall]]<br>
<<generatem1>><<person1>><<trNPCdesc $NPCList[0].fullDescription "이">>_trResult<br>
<<endevent>>
Expand Down
16 changes: 9 additions & 7 deletions game/base-system/translate/Post/bodyPost.twee
Original file line number Diff line number Diff line change
Expand Up @@ -305,23 +305,25 @@

<<set $_hand to $_tempArray.pop()>>
<<if $_hand.includes("hand")>> /* ex. "left hand" */
<<if $_hand is "hands">>
<<set $_both to 1>>
<</if>>
<<set $_hand to $_tempArray.pop()>>
<</if>>
<<if $_tempArray.length>>
<<set $_preword to $_tempArray.join(" ")>>
<</if>>
<<set $_postStr to _args[1]>><<set $_postOpt to _args[2]>>
<</if>>
<</if>>
<<if $_hand is "left">>
<<set _trResult to $_preword + " 왼손">>
<<set $_tempArray.push("왼손")>>
<<elseif $_hand is "right">>
<<set _trResult to $_preword + " 오른손">>
<<elseif $_hand is "both">>
<<set $_tempArray.push("오른손")>>
<<elseif $_hand is "both" or $_both is 1>>
<<set _trResult to $_preword + " 양손">>
<<set $_tempArray.push("양손")>>
<<else>>
<<set _trResult to $_preword + " 손">>
<<set $_tempArray.push("손")>>
<</if>>
<<set _trResult to $_tempArray.join(" ")>>
<<if $_postStr isnot undefined>>
<<trPost 0 $_postStr $_postOpt>>
<</if>>
Expand Down
Loading

0 comments on commit d27c839

Please sign in to comment.