Skip to content

Commit

Permalink
lang file + code cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
dragon-jpg committed Feb 7, 2025
1 parent 6a88db7 commit 5ca3cfe
Show file tree
Hide file tree
Showing 3 changed files with 26 additions and 5 deletions.
Original file line number Diff line number Diff line change
@@ -1,12 +1,9 @@
package dev.exceptionteam.sakura.features.modules.impl.render

import dev.exceptionteam.sakura.events.NonNullContext
import dev.exceptionteam.sakura.events.impl.Render3DEvent
import dev.exceptionteam.sakura.events.nonNullListener
import dev.exceptionteam.sakura.features.modules.Category
import dev.exceptionteam.sakura.features.modules.Module
import dev.exceptionteam.sakura.features.modules.impl.combat.HolePush
import dev.exceptionteam.sakura.features.modules.impl.combat.HolePush.setting
import dev.exceptionteam.sakura.graphics.color.ColorRGB
import dev.exceptionteam.sakura.graphics.general.ESPRenderer
import dev.exceptionteam.sakura.utils.world.WorldUtils.blockState
Expand Down
14 changes: 13 additions & 1 deletion src/main/resources/assets/sakura/lang/en_us.lang
Original file line number Diff line number Diff line change
Expand Up @@ -131,6 +131,9 @@ modules.auto-crystal.break-swing=Break Swing
modules.auto-crystal.page.render=Render
modules.auto-crystal.color=Color
modules.auto-crystal.show-dmg=Show Dmg
modules.auto-crystal.box=Box
modules.auto-crystal.outline=Outline
modules.auto-crystal.line-width=Line Width

modules.strafe-fix=Strafe Fix
modules.strafe-fix.direction=Direction
Expand Down Expand Up @@ -229,4 +232,13 @@ modules.array-list.scale=Scale

modules.event-notifier=Event Notifier
modules.event-notifier.player-join=Player Join
modules.event-notifier.player-leave=Player Leave
modules.event-notifier.player-leave=Player Leave

modules.hole-esp=Hole ESP
modules.hole-esp.range=Range
modules.hole-esp.y-range=Y Range
modules.hole-esp.box=Box
modules.hole-esp.outline=Outline
modules.hole-esp.height=Render Height
modules.hole-esp.line-width=Line Width
modules.hole-esp.color=Color
14 changes: 13 additions & 1 deletion src/main/resources/assets/sakura/lang/zh_cn.lang
Original file line number Diff line number Diff line change
Expand Up @@ -138,6 +138,9 @@ modules.auto-crystal.break-swing=敲击摇手
modules.auto-crystal.page.render=渲染
modules.auto-crystal.color=颜色
modules.auto-crystal.show-dmg=显示伤害
modules.auto-crystal.box=实心渲染
modules.auto-crystal.outline=边框渲染
modules.auto-crystal.line-width=边框厚度

modules.strafe-fix=移动修复
modules.strafe-fix.direction=修改方向
Expand Down Expand Up @@ -237,4 +240,13 @@ modules.array-list.scale=缩放

modules.event-notifier=事件提醒器
modules.event-notifier.player-join=玩家加入伺服器
modules.event-notifier.player-leave=玩家离开伺服器
modules.event-notifier.player-leave=玩家离开伺服器

modules.hole-esp=坑显示
modules.hole-esp.range=渲染距离
modules.hole-esp.y-range=渲染高度
modules.hole-esp.box=实心渲染
modules.hole-esp.outline=边框渲染
modules.hole-esp.height=渲染高度
modules.hole-esp.line-width=边框厚度
modules.hole-esp.color=颜色

0 comments on commit 5ca3cfe

Please sign in to comment.