diff options
Diffstat (limited to 'src')
-rw-r--r-- | src/locale/ru_RU.js | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/src/locale/ru_RU.js b/src/locale/ru_RU.js new file mode 100644 index 0000000..86746ea --- /dev/null +++ b/src/locale/ru_RU.js | |||
@@ -0,0 +1,8 @@ | |||
1 | import ruRu from 'gregorian-calendar-format/lib/locale/ru_RU'; | ||
2 | import ruRuCalendar from 'gregorian-calendar/lib/locale/ru_RU'; | ||
3 | |||
4 | export default { | ||
5 | clear: 'Очистить', | ||
6 | format: ruRu, | ||
7 | calendar: ruRuCalendar, | ||
8 | }; | ||