SanYeCao-blog/src/i18n/en.ts

16 lines
300 B
TypeScript
Raw Normal View History

2026-03-24 19:32:44 +00:00
export default {
nav: {
home: "Home",
posts: "Posts",
tags: "Tags",
about: "About",
},
post: {
writtenBy: "Written by",
comments: "Comments",
publishedOn: "Published on",
},
theme: {
toggle: "Toggle theme",
},
};