File tree Expand file tree Collapse file tree 1 file changed +7
-6
lines changed
src/main/kotlin/com/mairwunnx/projectessentials/backup Expand file tree Collapse file tree 1 file changed +7
-6
lines changed Original file line number Diff line number Diff line change @@ -6,6 +6,7 @@ import com.mairwunnx.projectessentials.backup.commands.BackupCommand
66import com.mairwunnx.projectessentials.backup.commands.ConfigureBackupCommand
77import com.mairwunnx.projectessentials.backup.configurations.BackupConfiguration
88import com.mairwunnx.projectessentials.backup.managers.BackupManager
9+ import com.mairwunnx.projectessentials.core.api.v1.localization.LocalizationAPI
910import com.mairwunnx.projectessentials.core.api.v1.module.IModule
1011import com.mairwunnx.projectessentials.core.api.v1.providers.ProviderAPI
1112import net.minecraftforge.common.MinecraftForge.EVENT_BUS
@@ -42,11 +43,11 @@ class ModuleObject : IModule {
4243 }
4344
4445 private fun initLocalization () {
45- // LocalizationAPI.apply(this.javaClass) {
46- // mutableListOf(
47- // "/assets/projectessentialsbackup/lang/en_us.json",
48- // "/assets/projectessentialsbackup/lang/ru_ru.json",
49- // )
50- // }
46+ LocalizationAPI .apply (this .javaClass) {
47+ mutableListOf (
48+ " /assets/projectessentialsbackup/lang/en_us.json" ,
49+ " /assets/projectessentialsbackup/lang/ru_ru.json"
50+ )
51+ }
5152 }
5253}
You can’t perform that action at this time.
0 commit comments