aboutsummaryrefslogtreecommitdiffhomepage
path: root/src
diff options
context:
space:
mode:
authorplandem <plandem@gmail.com>2016-02-21 17:55:30 +0300
committerplandem <plandem@gmail.com>2016-02-21 17:55:30 +0300
commit6e10ecea5aa84445764cb88bf164c0d3e974c345 (patch)
tree78ba28522c017efaa05dd4ac0d96c004df7517ed /src
parentc4746a04e2125ce13d17dbc5111aab92e85f46c7 (diff)
downloadtime-picker-6e10ecea5aa84445764cb88bf164c0d3e974c345.tar.gz
time-picker-6e10ecea5aa84445764cb88bf164c0d3e974c345.tar.zst
time-picker-6e10ecea5aa84445764cb88bf164c0d3e974c345.zip
ru locale
Diffstat (limited to 'src')
-rw-r--r--src/locale/ru_RU.js8
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 @@
1import ruRu from 'gregorian-calendar-format/lib/locale/ru_RU';
2import ruRuCalendar from 'gregorian-calendar/lib/locale/ru_RU';
3
4export default {
5 clear: 'Очистить',
6 format: ruRu,
7 calendar: ruRuCalendar,
8};