Skip to content

Commit

Permalink
ini-tips
Browse files Browse the repository at this point in the history
  • Loading branch information
li-peifeng committed Jan 28, 2025
1 parent 08ca950 commit 5b21276
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 11 deletions.
10 changes: 1 addition & 9 deletions src/app/App.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -110,15 +110,7 @@ const App: Component = () => {
}
>
<Match when={err().length > 0}>
<Error
h="100vh"
msg={
t("home.fetching_settings_failed") +
err()
.map((e) => t("home." + e))
.join(", ")
}
/>
<Error h="100vh" msg={t("home.fetching_settings_failed")} />
</Match>
<Match when={loading()}>
<FullScreenLoading />
Expand Down
1 change: 0 additions & 1 deletion src/lang/en/home.json
Original file line number Diff line number Diff line change
Expand Up @@ -182,6 +182,5 @@
},
"fetching_settings_failed": "Please wait, loading...⏳",
"get_current_user_failed": "Failed get current user: ",
"Loading storage, please wait": "",
"overwrite_existing": "Overwrite existing"
}
1 change: 0 additions & 1 deletion src/lang/zh-CN/home.json
Original file line number Diff line number Diff line change
Expand Up @@ -187,6 +187,5 @@
},
"fetching_settings_failed": "请稍候,正在加载中...⏳",
"get_current_user_failed": "用户信息验证失败:",
"Loading storage, please wait": "",
"overwrite_existing": "覆盖现有文件"
}

0 comments on commit 5b21276

Please sign in to comment.