-
Notifications
You must be signed in to change notification settings - Fork 237
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Greek Translation #31
Comments
I have checked the game and it is crashing, I did a fix but I gotta wait for it to be accepted but you can check the fix I made so you can simply follow the fix steps I made here:
|
@WillYuum Okay, I added the code you put there (const textStrings), what do I do next? Do I ask for a pull request? |
@Galandrielle You can watch this fast tutorial of how to do it Pull Request Video |
@Galandrielle
The game has an issue in the pre-loader scene and is only displaying the Persian language which shouldn't happen. I will try to see what's the issue What you should do is just add your translation to textString.js and with js code that I gave you so you can run the game. |
So actually just for the sake of being neat, try to make your changes just show what you added Oh one more thing you should do so the game can know that you added the language Add this to last part of the code after line 737, just copy paste it :) case "es":
return textStrings_GR; |
@WillYuum Done! Now it will show the changes I did, which include adding Greek as a language. |
@Galandrielle Great, only thing we can do now is wait for the epic developer to read the changes if she'll ever. |
@WillYuum Fingers crossed! Thank you so much for your help! |
Hello and Happy New Year, @ncase ! So, I decided to translate this game in Greek and after attempts, I finally connected it to this link: https://galandrielle.github.io/wbwwb/
I have changed the files textStrings.js and index.html so far at my repository. However, the game is still a black screen and only has the pause text when I click away. These two are the only files I've touched. Did I write the code somewhere wrong? Do I need to modify the other files too? Any help by anyone will be good.
The text was updated successfully, but these errors were encountered: