Skip to content

Commit f2dfacb

Browse files
astandrikAnton Standrik
and
Anton Standrik
authored
fix: ru.json for datepicker (#1044)
Co-authored-by: Anton Standrik <[email protected]>
1 parent 82375c3 commit f2dfacb

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed
Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,8 @@
11
import {registerKeysets} from '../../../utils/i18n';
22

33
import en from './en.json';
4+
import ru from './ru.json';
45

56
const COMPONENT = 'ydb-date-range';
67

7-
export default registerKeysets(COMPONENT, {en});
8+
export default registerKeysets(COMPONENT, {ru, en});

src/components/DateRange/i18n/ru.json

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
{
2+
"date-format": "DD.MM.YYYY",
3+
"date-time-format": "DD.MM.YYYY HH:mm"
4+
}

0 commit comments

Comments
 (0)