Skip to content

Commit d63ef81

Browse files
committed
chore: update common locale
1 parent 7b23bdc commit d63ef81

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

web/src/components/MemoDisplaySettingMenu.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ const MemoDisplaySettingMenu = observer(({ className }: Props) => {
3838
</Select>
3939
</div>
4040
<div className="w-full flex flex-row justify-between items-center">
41-
<span className="text-sm shrink-0 mr-3">{t("memo.layout")}</span>
41+
<span className="text-sm shrink-0 mr-3">{t("common.layout")}</span>
4242
<Select
4343
value={viewStore.state.layout}
4444
onChange={(_, value) =>

web/src/locales/en.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -49,6 +49,7 @@
4949
"input": "Input",
5050
"language": "Language",
5151
"last-updated-at": "Last updated at",
52+
"layout": "Layout",
5253
"learn-more": "Learn more",
5354
"link": "Link",
5455
"mark": "Mark",
@@ -161,7 +162,6 @@
161162
"protected": "Workspace",
162163
"public": "Public"
163164
},
164-
"layout": "Layout",
165165
"list": "List",
166166
"masonry": "Masonry"
167167
},
@@ -424,4 +424,4 @@
424424
"rename-tag": "Rename tag",
425425
"rename-tip": "All your memos with this tag will be updated."
426426
}
427-
}
427+
}

web/src/locales/zh-Hans.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,6 +47,7 @@
4747
"input": "输入",
4848
"language": "语言",
4949
"last-updated-at": "最后更新时间",
50+
"layout": "布局",
5051
"learn-more": "了解更多",
5152
"link": "链接",
5253
"mark": "引用",
@@ -157,7 +158,6 @@
157158
"protected": "工作区",
158159
"public": "公开"
159160
},
160-
"layout": "布局",
161161
"list": "列表模式",
162162
"masonry": "瀑布流模式"
163163
},

0 commit comments

Comments
 (0)