Your i18n.js file is quite strange: section keys are missing, also `s and commas:
for instance:
var i18n = {
Castle Adventure in Javascript
CRT: {
Press enter to continue...
},
IFEngine: {
warnings: {
IFEngine must be extended
No adventure loaded
...
should be:
var i18n = {
htmlTitle: `Castle Adventure in Javascript`,
CRT: {
waitText: `Press enter to continue...`
},
IFEngine: {
warnings: {
mustBeExtended: `IFEngine must be extended`,
notLoaded: `No adventure loaded`
...
Oh no, I made a huge mistake when translating the file, I somehow thought that wouldn't have been needed in the finished translation. I'm not really a coding buff. I won't be able to fix it by the end of the Jam but still thanks for taking the time to go over it. I loved the game's humor. :)
Comments
Log in with itch.io to leave a comment.
Hi there 😃 Your entry appears to be broken and unplayable. Would you need any assistance?
Hi, sorry to answer so late, yes I did have some trouble getting the translation to work for some reason
Your i18n.js file is quite strange: section keys are missing, also `s and commas:
for instance:
should be:
what happened?
Oh no, I made a huge mistake when translating the file, I somehow thought that wouldn't have been needed in the finished translation. I'm not really a coding buff. I won't be able to fix it by the end of the Jam but still thanks for taking the time to go over it. I loved the game's humor. :)