Skip to content

Commit fcad7a5

Browse files
authored
Makte Translatable + others
Made text translatable except for line 499 which kept giving me problems Making L499 translatable would throw the following error lua:499: attempt to call a nil value (upvalue '_') Troubleshooting steps taken and results: 1) Changed the translation function from _() to translate() - this worked, no errors but ugly 2) Reverted the changes from 1, then changed all "for _, var in table do" to be "for ignore, var in table do" - this did not help Moved a chunk of code due to anomalous behavior, I suspect previous code was attempting to change the value in the stack widget before it was fully created. Adding in a print statement before trying to change the stack.active would cause things to work fine. Moving it behind the register call also helped.
1 parent a5ad5e6 commit fcad7a5

File tree

1 file changed

+148
-140
lines changed

1 file changed

+148
-140
lines changed

0 commit comments

Comments
 (0)