feat(ui): add locales and split catalogs
Adds Spanish, French, Russian, Japanese, and Simplified Chinese catalogs and wires supported locales into the i18n layer.
This commit is contained in:
6
packages/ui/src/lib/i18n/messages/ru/time.ts
Normal file
6
packages/ui/src/lib/i18n/messages/ru/time.ts
Normal file
@@ -0,0 +1,6 @@
|
||||
export const timeMessages = {
|
||||
"time.relative.justNow": "только что",
|
||||
"time.relative.daysAgoShort": "{count}д назад",
|
||||
"time.relative.hoursAgoShort": "{count}ч назад",
|
||||
"time.relative.minutesAgoShort": "{count}м назад",
|
||||
} as const
|
||||
Reference in New Issue
Block a user