Skip to content

Commit

Permalink
refactor(lang): remove unused messages
Browse files Browse the repository at this point in the history
[skip ci]
  • Loading branch information
WakelessSloth56 committed May 12, 2022
1 parent a8f4470 commit 63f2b6e
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion src/main/resources/assets/arnicalib/lang/en_us.json
Expand Up @@ -12,7 +12,6 @@
"arnicalib.command.failure.not_dedicated_server": "This command must be executed by the dedicated server",
"arnicalib.command.failure.get_real_source.reflection": "Failed while using reflection to get real command source",

"arnicalib.argument.damage_source.invalid": "Invalid damage source \"%s\"",
"arnicalib.argument.creative_mod_tab.unknown": "Unknown creative mod tab \"%s\"",
"arnicalib.argument.language_info.unknown": "Unknown language \"%s\"",

Expand Down
1 change: 0 additions & 1 deletion src/main/resources/assets/arnicalib/lang/zh_cn.json
Expand Up @@ -12,7 +12,6 @@
"arnicalib.command.failure.not_dedicated_server": "此命令必须由专用服务器执行",
"arnicalib.command.failure.get_real_source.reflection": "使用反射获取真实命令源失败",

"arnicalib.argument.damage_source.invalid": "无效的伤害类型\"%s\"",
"arnicalib.argument.creative_mod_tab.unknown": "未知的创造模式物品栏标签\"%s\"",
"arnicalib.argument.language_info.unknown": "未知的语言\"%s\"",

Expand Down

0 comments on commit 63f2b6e

Please sign in to comment.