chore: update i18n (#215)

This commit is contained in:
ChasLui
2022-09-15 06:53:51 +08:00
committed by GitHub
parent 54db6eda04
commit 7e8d1128f8
15 changed files with 109 additions and 43 deletions

View File

@ -108,7 +108,7 @@ const MemoList = () => {
))}
<Only when={!isFetching}>
<div className="status-text-container">
<p className="status-text">{sortedMemos.length === 0 ? "no memos 🌃" : showMemoFilter ? "" : "all memos are ready 🎉"}</p>
<p className="status-text">{sortedMemos.length === 0 ? t("common.no-memos") : showMemoFilter ? "" : t("common.memos-ready")}</p>
</div>
</Only>
</div>