zankhq / astro-starter

Astro starter template
https://astrostarter.zank.studio
MIT License
55 stars 8 forks source link

How to add translations for Navbar links? #28

Closed Divinely5782 closed 2 months ago

Divinely5782 commented 2 months ago

Hi! Thanks for your project!

How do i add translations for Navbar links?

export const PAGES: Page[] = [ { title: "About us", href: "/", }, { title: "Blog", href: "/blog", }, ];

Thanks!

zanhk commented 2 months ago

Added example on the repo