The Next.js version was updated in the 'pnpm-lock.yaml' file which resulted in changes to multiple dependencies. Also, the '_components/grid-list.tsx' file was deleted as it was deemed no longer necessary. Additional small changes were made to the blog page and 'marketing.json' file.
21 lines
677 B
JSON
21 lines
677 B
JSON
{
|
|
"blog": "Blog",
|
|
"blogSubtitle": "News and updates about the platform",
|
|
"documentation": "Documentation",
|
|
"documentationSubtitle": "Tutorials and guide to get started with the platform",
|
|
"faq": "FAQ",
|
|
"faqSubtitle": "Frequently asked questions about the platform",
|
|
"pricing": "Pricing",
|
|
"pricingSubtitle": "Pricing plans and payment options",
|
|
"backToBlog": "Back to blog",
|
|
"noPosts": "No posts found",
|
|
"contactFaq": "If you have any questions, please contact us",
|
|
"contact": "Contact",
|
|
"about": "About",
|
|
"product": "Product",
|
|
"legal": "Legal",
|
|
"tos": "Terms of Service",
|
|
"cookiePolicy": "Cookie Policy",
|
|
"privacyPolicy": "Privacy Policy"
|
|
}
|