Adds Spanish, French, Russian, Japanese, and Simplified Chinese catalogs and wires supported locales into the i18n layer.
7 lines
263 B
TypeScript
7 lines
263 B
TypeScript
export const timeMessages = {
|
|
"time.relative.justNow": "только что",
|
|
"time.relative.daysAgoShort": "{count}д назад",
|
|
"time.relative.hoursAgoShort": "{count}ч назад",
|
|
"time.relative.minutesAgoShort": "{count}м назад",
|
|
} as const
|