Skip to content

Commit

Permalink
update loom, modmenu l12n
Browse files Browse the repository at this point in the history
  • Loading branch information
KrLite committed Jan 13, 2024
1 parent c65bec5 commit 06ba6a1
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 5 deletions.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
plugins {
id 'fabric-loom' version '1.3-SNAPSHOT'
id 'fabric-loom' version '1.5-SNAPSHOT'
id 'maven-publish'
}

Expand Down
4 changes: 2 additions & 2 deletions gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,9 @@ org.gradle.parallel = true
# https://fabricmc.net/develop
minecraft_version = 1.20
yarn_mappings = 1.20+build.1
loader_version = 0.14.22
loader_version = 0.15.3

mod_version = 2.0.0
mod_version = 2.0.1
maven_group = net.krlite
archives_base_name = ivespoken

Expand Down
2 changes: 1 addition & 1 deletion src/main/resources/assets/ivespoken/lang/en_us.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,5 @@
"screen.ivespoken.config": "I've Spoken",

"config.ivespoken.general.lasting_time": "Dialog Lasting Time (ms)",
"config.ivespoken.general.max_width": "Max Dialog Width (pixels)"
"config.ivespoken.general.max_width" : "Max Dialog Width (pixels)"
}
5 changes: 4 additions & 1 deletion src/main/resources/assets/ivespoken/lang/zh_cn.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
{
"modmenu.nameTranslation.ivespoken" : "I've Spoken",
"modmenu.descriptionTranslation.ivespoken": "在玩家说话时于其名称上方显示RPG样式的对话框。说到即做到(源自美剧《曼达洛人》的双关语)。",

"screen.ivespoken.config": "I've Spoken",

"config.ivespoken.general.lasting_time": "对话框显示时间(毫秒)",
"config.ivespoken.general.max_width": "对话框最大宽度(像素)"
"config.ivespoken.general.max_width" : "对话框最大宽度(像素)"
}

0 comments on commit 06ba6a1

Please sign in to comment.