-
-
Notifications
You must be signed in to change notification settings - Fork 33
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
Fix translations #88
Fix translations #88
Conversation
Note that I formatted based on 4 spaces like found in the mod's java source code |
Hm, these are badly formatted too? Using tabs instead of spaces. |
I use VSCodes (built in?) formatter, that matches the formatting I also use for java code. |
Go to a java file, what do you see in the bottom right? It should tell you how you indent (tabs/spaces: num) |
It's the normal 2 spaces instead of tabs. The lang file was probably copied from another project and not formatted, that's why it had 4 spaces. In the end I don't really care, but tabs are a bit of a nope. |
well I used spaces so is that alr |
My bad, fixed |
Oof, i used 4 spaces |
now it should be fixed |
Formatting JSON, fixing a translation not having a JSON format and adding a comma, no changes to actual translation, but just making it actually work lol