Renamed 'LanguageDropdownSwitcher' to 'LanguageSelector' for better representation of the component's functionality. Removed unnecessary dependencies and optimized function declarations. Updated site routing to include new pages like 'contact', 'terms-of-service', and 'privacy-policy'. Also made adjustments for multi-language support, providing better user experience.
21 lines
688 B
JSON
21 lines
688 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",
|
|
"termsOfService": "Terms of Service",
|
|
"cookiePolicy": "Cookie Policy",
|
|
"privacyPolicy": "Privacy Policy"
|
|
}
|