chore: update locale file structure (#1478)

This commit is contained in:
boojack
2023-04-06 00:07:10 +08:00
committed by GitHub
parent cc23f69f66
commit f48d91539e
35 changed files with 138 additions and 249 deletions

View File

@ -54,7 +54,7 @@ const ArchivedMemo: React.FC<Props> = (props: Props) => {
<div className={`memo-wrapper archived ${"memos-" + memo.id}`} onMouseLeave={handleMouseLeaveMemoWrapper}>
<div className="memo-top-wrapper">
<span className="time-text">
{t("common.archived-at")} {utils.getDateTimeString(memo.updatedTs)}
{t("memo.archived-at")} {utils.getDateTimeString(memo.updatedTs)}
</span>
<div className="btns-container">
<span className="btn-text" onClick={handleRestoreMemoClick}>