We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 82375c3 commit f2dfacbCopy full SHA for f2dfacb
src/components/DateRange/i18n/index.ts
@@ -1,7 +1,8 @@
1
import {registerKeysets} from '../../../utils/i18n';
2
3
import en from './en.json';
4
+import ru from './ru.json';
5
6
const COMPONENT = 'ydb-date-range';
7
-export default registerKeysets(COMPONENT, {en});
8
+export default registerKeysets(COMPONENT, {ru, en});
src/components/DateRange/i18n/ru.json
@@ -0,0 +1,4 @@
+{
+ "date-format": "DD.MM.YYYY",
+ "date-time-format": "DD.MM.YYYY HH:mm"
+}
0 commit comments