export default { nav: { home: "Home", posts: "Posts", tags: "Tags", about: "About", }, post: { writtenBy: "Written by", comments: "Comments", publishedOn: "Published on", }, theme: { toggle: "Toggle theme", }, };