You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
13 lines
474 B
TypeScript
13 lines
474 B
TypeScript
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',
|
|
},
|
|
}; |