JustAHuman-xD / SlimefunEssentials

A client sided mod to enhance Slimefun
MIT License
19 stars 11 forks source link

Add support for Chinese (Simplified) #14

Closed RawDiamondMC closed 11 months ago

RawDiamondMC commented 1 year ago

Progress:

JustAHuman-xD commented 1 year ago

Do you have discord? I saw that you commented on some commits but GitHub won't show them to me.

RawDiamondMC commented 1 year ago

Do you have discord? I saw that you commented on some commits but GitHub won't show them to me.

I don't use Discord much because I'm a Chinese:(

Code from build.gradle

tasks.register('copyJar', Copy) {
    from 'C:/Users/keena/Documents/GitHub/SlimefunEssentials/build/libs/Slimefun Essentials-2.4.jar'
    into 'C:/Users/keena/curseforge/minecraft/Instances/Testing (1.19.3)/mods'
    new File('C:/Users/keena/curseforge/minecraft/Instances/Testing (1.19.3)/config', "slimefun_essentials_restart.txt").text = ""
}

assemble.finalizedBy(copyJar)

These test codes should not be pushed to github, as this will cause it to fail to build on other machines (because gradle cannot find "C:/Users/keena/curseforge/minecraft/Instances/Testing (1.19.3)/mods" on other machines).

JustAHuman-xD commented 1 year ago

Ah, got it. Yeah I will remove it soon just doing it for testing purposes on my machine

haiman233 commented 1 year ago

There are some inconsistencies in the translation of category names, so I will correct them.