Add 'Forum' and 'Wiki' to the navigation structure
This commit is contained in:
parent
1c9b9cc8de
commit
ce52238fa9
3 changed files with 14 additions and 8 deletions
|
@ -16,6 +16,8 @@ export function Navbar() {
|
|||
<nav className="hidden md:flex items-center gap-6 text-sm font-medium">
|
||||
<Link href="/features">{t('navigation.features')}</Link>
|
||||
<Link href="/download">{t('navigation.download')}</Link>
|
||||
<Link href="https://forum.parchlinux.com">{t('navigation.forum')}</Link>
|
||||
<Link href="https://wiki.parchlinux.com">{t('navigation.wiki')}</Link>
|
||||
<Link href="/community">{t('navigation.community')}</Link>
|
||||
<Link href="https://blog.parchlinux.com">{t('navigation.blog')}</Link>
|
||||
<Link href="/team">{t('navigation.team')}</Link>
|
||||
|
|
10
i18n/en.js
10
i18n/en.js
|
@ -15,11 +15,13 @@ export default {
|
|||
},
|
||||
|
||||
navigation: {
|
||||
blog: 'Blog',
|
||||
community: 'Community',
|
||||
join: 'Join',
|
||||
download: 'Download',
|
||||
features: 'Features',
|
||||
download: 'Download',
|
||||
forum: 'Forum',
|
||||
wiki: 'Wiki',
|
||||
community: 'Community',
|
||||
blog: 'Blog',
|
||||
join: 'Join',
|
||||
team: 'Team',
|
||||
toggle_language: 'Toggle Language',
|
||||
toggle_theme: 'Toggle Theme',
|
||||
|
|
10
i18n/fa.js
10
i18n/fa.js
|
@ -15,11 +15,13 @@ export default {
|
|||
},
|
||||
|
||||
navigation: {
|
||||
blog: 'بلاگ',
|
||||
community: 'جامعه',
|
||||
join: 'پیوستن',
|
||||
download: 'دانلود',
|
||||
features: 'امکانات',
|
||||
download: 'دانلود',
|
||||
forum: 'انجمن',
|
||||
wiki: 'ویکی',
|
||||
community: 'جامعه',
|
||||
blog: 'بلاگ',
|
||||
join: 'پیوستن',
|
||||
team: 'تیم',
|
||||
toggle_language: 'تغییر زبان',
|
||||
toggle_theme: 'تغییر پوسته',
|
||||
|
|
Loading…
Add table
Reference in a new issue