import { LocalesMap } from '@/utils/useLocale'; export const locales: LocalesMap = { ru: { pageTitle: 'RideBus', pageDescription: 'RideBus — Приложение, которое поможет вам удобно смотреть расписание общественного транспорта', }, en: { pageTitle: 'RideBus', pageDescription: 'RideBus — An app that helps you conveniently view public transportation schedules', }, };