mirror of
https://github.com/pezkuwichain/pwap.git
synced 2026-07-27 03:05:41 +00:00
feat(social): replace Help tile with Loto (Newroz) → loto.pex.mom
In the Social section of both the desktop app grid and the mobile home, the Help tile becomes a Loto tile with the Newroz flame logo (loto-icon.svg) that opens loto.pex.mom in a new tab. Adds the mobile.app.loto i18n key in all 6 locales. Help remains reachable from the landing page.
This commit is contained in:
@@ -111,7 +111,7 @@ const APP_SECTIONS: AppSection[] = [
|
||||
{ title: 'mobile.app.forum', icon: '📰', route: '/forum' },
|
||||
{ title: 'mobile.app.kurdMedia', icon: '📺', route: '/social/kurdmedia' },
|
||||
{ title: 'mobile.app.events', icon: '📅', route: '/forum', href: 'https://kurdishtts.pezkiwi.app' },
|
||||
{ title: 'mobile.app.help', icon: '❓', route: '/help' },
|
||||
{ title: 'mobile.app.loto', icon: '🔥', imgIcon: '/loto-icon.svg', route: '/forum', href: 'https://loto.pex.mom' },
|
||||
{ title: 'mobile.app.music', icon: '🎵', route: '/forum', comingSoon: true },
|
||||
{ title: 'mobile.app.rewshenbir',icon: '📡', imgIcon: '/rewshenbir-icon.png', route: '/rewshenbir', href: 'https://rewshenbir.pezkuwi.app' },
|
||||
{ title: 'mobile.app.referral', icon: '👥', route: '/dashboard', requiresAuth: true },
|
||||
|
||||
@@ -88,7 +88,7 @@ const APP_SECTIONS: AppSection[] = [
|
||||
{ title: 'mobile.app.forum', icon: '📰', route: '/forum' },
|
||||
{ title: 'mobile.app.kurdMedia', icon: '📺', route: '/social/kurdmedia' },
|
||||
{ title: 'mobile.app.events', icon: '📅', route: '/forum', href: 'https://kurdishtts.pezkiwi.app' },
|
||||
{ title: 'mobile.app.help', icon: '❓', route: '/help' },
|
||||
{ title: 'mobile.app.loto', icon: '🔥', imgIcon: '/loto-icon.svg', route: '/forum', href: 'https://loto.pex.mom' },
|
||||
{ title: 'mobile.app.music', icon: '🎵', route: '/forum', comingSoon: true },
|
||||
{ title: 'mobile.app.rewshenbir', icon: '📡', imgIcon: '/rewshenbir-icon.png', route: '/rewshenbir', href: 'https://rewshenbir.pezkuwi.app' },
|
||||
{ title: 'mobile.app.referral', icon: '👥', route: '/dashboard', requiresAuth: true },
|
||||
|
||||
@@ -3804,6 +3804,7 @@ export default {
|
||||
'mobile.app.kurdMedia': 'كورد ميديا',
|
||||
'mobile.app.events': 'الفعاليات',
|
||||
'mobile.app.help': 'المساعدة',
|
||||
'mobile.app.loto': 'لوتو',
|
||||
'mobile.app.music': 'الموسيقى',
|
||||
'mobile.app.vpn': 'VPN',
|
||||
'mobile.app.referral': 'الإحالة',
|
||||
|
||||
@@ -3794,6 +3794,7 @@ export default {
|
||||
'mobile.app.kurdMedia': 'کوردمیدیا',
|
||||
'mobile.app.events': 'چالاکی',
|
||||
'mobile.app.help': 'یارمەتی',
|
||||
'mobile.app.loto': 'لۆتۆ',
|
||||
'mobile.app.music': 'مۆسیقا',
|
||||
'mobile.app.vpn': 'VPN',
|
||||
'mobile.app.referral': 'ئاماژە',
|
||||
|
||||
@@ -3856,6 +3856,7 @@ export default {
|
||||
'mobile.app.kurdMedia': 'KurdMedia',
|
||||
'mobile.app.events': 'Events',
|
||||
'mobile.app.help': 'Help',
|
||||
'mobile.app.loto': 'Loto',
|
||||
'mobile.app.music': 'Music',
|
||||
'mobile.app.vpn': 'VPN',
|
||||
'mobile.app.rewshenbir': 'Rewshenbir',
|
||||
|
||||
@@ -3838,6 +3838,7 @@ export default {
|
||||
'mobile.app.kurdMedia': 'کوردمدیا',
|
||||
'mobile.app.events': 'رویدادها',
|
||||
'mobile.app.help': 'کمک',
|
||||
'mobile.app.loto': 'لاتاری',
|
||||
'mobile.app.music': 'موسیقی',
|
||||
'mobile.app.vpn': 'VPN',
|
||||
'mobile.app.referral': 'ارجاع',
|
||||
|
||||
@@ -3821,6 +3821,7 @@ export default {
|
||||
'mobile.app.kurdMedia': 'KurdMedya',
|
||||
'mobile.app.events': 'Çalakî',
|
||||
'mobile.app.help': 'Alîkarî',
|
||||
'mobile.app.loto': 'Loto',
|
||||
'mobile.app.music': 'Muzîk',
|
||||
'mobile.app.vpn': 'VPN',
|
||||
'mobile.app.rewshenbir': 'Rewşenbir',
|
||||
|
||||
@@ -3824,6 +3824,7 @@ export default {
|
||||
'mobile.app.kurdMedia': 'KurdMedya',
|
||||
'mobile.app.events': 'Etkinlikler',
|
||||
'mobile.app.help': 'Yardım',
|
||||
'mobile.app.loto': 'Loto',
|
||||
'mobile.app.music': 'Müzik',
|
||||
'mobile.app.vpn': 'VPN',
|
||||
'mobile.app.rewshenbir': 'Rewshenbir',
|
||||
|
||||
Reference in New Issue
Block a user