diff options
Diffstat (limited to 'src/locale/ru_RU.js')
-rw-r--r-- | src/locale/ru_RU.js | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/src/locale/ru_RU.js b/src/locale/ru_RU.js deleted file mode 100644 index 86746ea..0000000 --- a/src/locale/ru_RU.js +++ /dev/null | |||
@@ -1,8 +0,0 @@ | |||
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 | }; | ||