Skip to content

Commit

Permalink
修复部分l10n不生效问题
Browse files Browse the repository at this point in the history
  • Loading branch information
ipuppet committed Jun 26, 2024
1 parent d923337 commit e35ba84
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 2 deletions.
2 changes: 1 addition & 1 deletion dist/CAIO.json

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion scripts/setting/setting.js
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ const aboutSection = {
new SettingInfo({
icon: ["person.fill", "#FF9900"],
title: "AUTHOR",
value: ["ipuppet", "https://blog.ultagic.com"]
value: ["Blog", "https://blog.ultagic.com"]
}),
new SettingScript({
icon: "arrow.2.circlepath",
Expand Down
1 change: 1 addition & 0 deletions strings/en.strings
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
"AUTHOR" = "Author";
"ALERT_INFO" = "Alert";
"NONE" = "Nothing";
"DONE" = "Done";
Expand Down
1 change: 1 addition & 0 deletions strings/zh-Hans.strings
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
"AUTHOR" = "作者";
"ALERT_INFO" = "提示";
"NONE" = "什么都没有";
"DONE" = "完成";
Expand Down

0 comments on commit e35ba84

Please sign in to comment.