Skip to content
Merged
Show file tree
Hide file tree
Changes from 33 commits
Commits
Show all changes
38 commits
Select commit Hold shift + click to select a range
f23e4e8
small fixes + additions
JustS-js Jan 15, 2025
a9cbeb0
ugh
JustS-js Jan 15, 2025
5b59fd0
potions
JustS-js Jan 15, 2025
b3f975a
some more
JustS-js Jan 15, 2025
c07e254
patchouli
JustS-js Jan 15, 2025
a589cb8
small context fixes
JustS-js Jan 15, 2025
96ad578
Consistency with the vanilla translation
JustS-js Jan 15, 2025
cdbea74
fixed categories
JustS-js Jan 15, 2025
a477393
huge patchouli fixes
JustS-js Jan 15, 2025
3dad2bb
skipped a few, my bad
JustS-js Jan 15, 2025
7c8991f
yep you wouldn't believe it
JustS-js Jan 15, 2025
5a29563
fixed division entry
JustS-js Jan 16, 2025
5b9df06
math or smth
JustS-js Jan 16, 2025
7ba9dd8
almost ready
JustS-js Jan 16, 2025
bc95a4a
Huge lore drop
JustS-js Jan 16, 2025
dfd4c9a
turns out "_" was a simplified color specifier
JustS-js Jan 17, 2025
27c0da9
simplification if division entry
JustS-js Jan 17, 2025
856a827
minor spelling mistakes
JustS-js Jan 17, 2025
177b942
the dot became blue
JustS-js Jan 17, 2025
a2c494f
typos
JustS-js Jan 17, 2025
9abc84d
typos
JustS-js Jan 17, 2025
7729718
Revert "the dot became blue"
JustS-js Jan 17, 2025
842655e
I guess it was red all along? anyway not my responsibility to fix nor…
JustS-js Jan 17, 2025
e96930d
ru_ru revamp
JustS-js Jan 15, 2025
2fa621d
en_us division entry fix
JustS-js Jan 16, 2025
1474620
Merge remote-tracking branch 'origin/main'
JustS-js Feb 8, 2025
b21f63b
sync
JustS-js Feb 8, 2025
1ff79fb
Merge branch 'FallingColors-main'
JustS-js Feb 8, 2025
036158c
sync
JustS-js Feb 8, 2025
a2887aa
Fixes. Changes. New chapter
LedinecMing Mar 14, 2025
8372c45
Merge pull request #2 from LedinecMing/main
JustS-js Mar 19, 2025
91bc4d0
small tweaks for LedinecMing's PR
JustS-js Mar 19, 2025
85a6347
Merge branch 'main' into main
JustS-js May 18, 2025
fc946c7
new attributes + scroll tooltip translation
JustS-js May 18, 2025
12ac8c7
Merge branch 'main' into main
JustS-js Oct 15, 2025
6f0db82
changed "Stack" translation accroding to accepted principles
JustS-js Oct 15, 2025
6342fe8
Sync translation with en_en
JustS-js Oct 15, 2025
801d0c7
added the missing escaping
JustS-js Oct 16, 2025
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -1728,7 +1728,7 @@
"mul.2": "As such:$(li)With two numbers, combines them into their product.$(li)With a number and a vector, removes the number from the stack and multiplies each component of the vector by that number.$(li)With two vectors, combines them into their $(l:https://www.mathsisfun.com/algebra/vectors-dot-product.html)dot product/$.",

"div.1": "Perform division or the cross product.",
"div.2": "As such:$(li)With two numbers, combines them into their quotient.$(li)With a number and a vector, removes the number and divides it by each element of the vector.$(li)With two vectors, combines them into their $(l:https://www.mathsisfun.com/algebra/vectors-cross-product.html)cross product/$.$(br2)In the first and second cases, the top of the stack or its components comprise the dividend, and the second-from-the-top or its components are the divisor.$(p)WARNING: Never divide by zero!",
"div.2": "As such:$(li)With two numbers, combines them into their quotient.$(li)With a number and a vector, removes the number and divides each element of the vector by it.$(li)With two vectors, combines them into their $(l:https://www.mathsisfun.com/algebra/vectors-cross-product.html)cross product/$.$(br2)In the first and second cases, the second-from-the-top of the stack is divided by the top of the stack.$(p)WARNING: Never divide by zero!",

"abs.1": "Compute the absolute value or length.",
"abs.2": "Replaces a number with its absolute value, or a vector with its length.",
Expand Down
Loading