You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fix: complete footer translations and resolve navigation 404 errors
- Add translation support for footer description paragraph
- Add translation support for Connect menu items (Buzzvil, Figma)
- Update footer description with proper content and Korean translation
- Fix top menu navigation links: /design/brand → /brand, /design/product → /product
- Fix Hero component links: /design/brand/ → /brand/, /design/product/ → /product/
- Fix Footer links: /design/brand# → /brand#, /design/product# → /product#
- Ensure all navigation works correctly in both development and production
- Add missing translation keys for footer.connect.buzzvil and footer.connect.figma
- Complete Korean translations for all footer content
Home to Buzzvil's design source of truth. We build in the open. This portal is primarily meant to be used internally and by our partners, but we also like anyone to have a look at how we work!
Copy file name to clipboardExpand all lines: src/contexts/LanguageContext.tsx
+6-2Lines changed: 6 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -181,7 +181,7 @@ const translations = {
181
181
'product.resources.description': 'Download our design system components, templates, and development resources. Everything you need to build consistent product experiences.',
182
182
183
183
// Footer
184
-
'footer.description': 'Empowering designers with the tools, resources, and knowledge needed to create exceptional user experiences.',
184
+
'footer.description': 'Home to Buzzvil\'s design source of truth. We build in the open. This portal is primarily meant to be used internally and by our partners, but we also like anyone to have a look at how we work!',
0 commit comments