File: /var/www/quadcode.com/src/lib/translations/vi/viLoaders.js
export const viLoaders = [
{
locale: 'vi',
key: '',
loader: async () => (await import('./vi.json')).default,
},
{
locale: 'vi',
key: 'turnkey-solution',
routes: ['/turnkey-solution', '/white-label-broker', '/trading-platform'],
loader: async () => (await import('./turnkey-solution.json')).default,
},
{
locale: 'vi',
key: 'white-label-broker',
routes: ['/white-label-broker', '/turnkey-solution', '/trading-platform'],
loader: async () => (await import('./white-label-broker.json')).default,
},
{
locale: 'vi',
key: 'trading-platform',
routes: ['/trading-platform', '/back-office', '/turnkey-solution', '/white-label-broker'],
loader: async () => (await import('./trading-platform.json')).default,
},
{
locale: 'vi',
key: 'back-office',
routes: ['/back-office'],
loader: async () => (await import('./back-office.json')).default,
},
{
locale: 'vi',
key: 'about',
routes: ['/about'],
loader: async () => (await import('./about.json')).default,
},
{
locale: 'vi',
key: 'team',
routes: ['/team'],
loader: async () => (await import('./team.json')).default,
},
{
locale: 'vi',
key: 'cookie',
routes: ['/cookie-policy'],
loader: async () => (await import('./cookie.json')).default,
},
{
locale: 'vi',
key: 'events',
routes: ['/events'],
loader: async () => (await import('./events.json')).default,
},
{
locale: 'vi',
key: 'marketing-guide',
routes: ['/marketing-guide'],
loader: async () => (await import('./marketing.json')).default,
},
{
locale: 'vi',
key: 'privacy-policy',
routes: ['/privacy-policy'],
loader: async () => (await import('./privacy.json')).default,
},
{
locale: 'vi',
key: 'terms-and-conditions',
routes: ['/terms-and-conditions'],
loader: async () => (await import('./terms-and-conditions.json')).default,
},
{
locale: 'vi',
key: 'under-construction',
routes: ['/under-construction', '/exchange-clearing', '/numbers', '/sustainability', '/company-news', '/careers'],
loader: async () => (await import('./under-construction.json')).default,
},
{
locale: 'vi',
key: 'video-tutorials',
routes: ['/video-tutorials'],
loader: async () => (await import('./video-tutorials.json')).default,
},
{
locale: 'vi',
key: 'vulnerability-disclosure-policy',
routes: ['/vulnerability-disclosure-policy'],
loader: async () => (await import('./vulnerability-disclosure-policy.json')).default,
},
{
locale: 'vi',
key: 'webinars',
routes: ['/webinars', '/events', '/brokerage-profit-calculator'],
loader: async () => (await import('./webinars.json')).default,
},
{
locale: 'vi',
key: 'business-plan',
routes: ['/business-plan', '/brokerage-profit-calculator'],
loader: async () => (await import('./business-plan.json')).default,
},
{
locale: 'vi',
key: 'for-traders',
routes: ['/for-traders'],
loader: async () => (await import('./for-traders.json')).default,
},
{
locale: 'vi',
key: 'prop-firm',
routes: ['/prop-firm', '/white-label-binary-options'],
loader: async () => (await import('./prop-firm.json')).default,
},
{
locale: 'vi',
key: 'white-label-binary-options',
routes: ['/white-label-binary-options'],
loader: async () => (await import('./white-label-binary-options.json')).default,
},
{
locale: 'vi',
key: 'glossary',
routes: ['/glossary'],
loader: async () => (await import('./glossary.json')).default,
},
{
locale: 'vi',
key: 'BPC',
routes: ['/brokerage-profit-calculator'],
loader: async () => (await import('./brokerage-profit-calculator.json')).default,
},
{
locale: 'vi',
key: 'useful-materials',
routes: ['/brokerage-profit-calculator'],
loader: async () => (await import('./useful-materials.json')).default,
},
{
locale: 'vi',
key: 'IC',
routes: ['/investment-calculator'],
loader: async () => (await import('./investment-calculator.json')).default,
},
{
locale: 'vi',
key: 'cfd-package',
routes: ['/cfd-package'],
loader: async () => (await import('./cfd-package.json')).default,
},
{
locale: 'vi',
key: 'ai-analyst',
routes: ['/ai-analyst'],
loader: async () => (await import('./ai-analyst.json')).default,
},
];