Skip to content

Commit fb6229c

Browse files
committed
fix. 语言文件缺漏
1 parent 2494690 commit fb6229c

File tree

4 files changed

+12
-1
lines changed

4 files changed

+12
-1
lines changed

src/main/java/top/gregtao/concerto/screen/AcknowledgmentScreen.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ protected void init() {
2727
button -> Util.getOperatingSystem().open("https://ko-fi.com/gregtao")
2828
).position(this.width / 2 - 75, 90).size(150, 20).build());
2929
this.addDrawableChild(ButtonWidget.builder(Text.translatable("concerto.donate.supporters"),
30-
button -> Util.getOperatingSystem().open("https://afdian.com/p/06224458e91511ef9f375254001e7c00")
30+
button -> Util.getOperatingSystem().open("https://github.com/GregTaoo/Concerto/blob/dev/supporters.md")
3131
).position(this.width / 2 - 75, 115).size(150, 20).build());
3232
}
3333

src/main/resources/assets/concerto/lang/en_us.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -137,6 +137,7 @@
137137
"concerto.screen.general_list": "General Playlist",
138138
"concerto.screen.preset_radios": "Server Preset Radios",
139139
"concerto.screen.acknowledgement": "Thank you for supporting!",
140+
"concerto.screen.pause_resume": "Pause/Resume",
140141

141142
"concerto.donate.afdian": "Afdian",
142143
"concerto.donate.bilibili": "Bilibili",

src/main/resources/assets/concerto/lang/zh_cn.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -137,6 +137,7 @@
137137
"concerto.screen.preset_radios": "服务器预设歌单",
138138
"concerto.screen.acknowledgement": "感谢支持!",
139139
"concerto.screen.copy_link": "复制链接",
140+
"concerto.screen.pause_resume": "暂停/继续播放",
140141

141142
"concerto.donate.afdian": "爱发电",
142143
"concerto.donate.bilibili": "哔哩哔哩",

supporters.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
## 感谢捐赠!
2+
3+
### 2025.2
4+
####
5+
#### 凯岩城の冰原狼
6+
7+
### 2025.3
8+
#### 明天的我的世界
9+

0 commit comments

Comments
 (0)