cb77aef586
- Add i18next and related dependencies for translation support - Create locale files for English and Farsi languages - Implement i18n configuration and provider in layout - Set up route factory and constants for internationalized routes - Remove test button components and simplify main page
6 lines
95 B
TypeScript
6 lines
95 B
TypeScript
import { quickLinks } from './quickLinks.const';
|
|
|
|
export const footerMenu = {
|
|
quickLinks,
|
|
};
|