This website works better with JavaScript.
Home
Explore
Help
Sign In
jrtechs
/
jrtechs-vis
mirror of
https://github.com/jrtechs/vis.git
Watch
1
Star
0
Fork
0
Code
Issues
0
Releases
82
Wiki
Activity
Browse Source
Add russian locale to timeline (
#3783
)
develop
Mikhail
6 years ago
committed by
Yotam Berkowitz
parent
991331d35b
commit
8a231f59ee
1 changed files
with
7 additions
and
0 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+7
-0
lib/timeline/locales.js
+ 7
- 0
lib/timeline/locales.js
View File
@ -51,3 +51,10 @@ exports['uk'] = {
time
:
'час'
}
;
exports
[
'uk_UA'
]
=
exports
[
'uk'
]
;
// Russian
exports
[
'ru'
]
=
{
current
:
'текущее'
,
time
:
'время'
}
;
exports
[
'ru_RU'
]
=
exports
[
'ru'
]
;
Write
Preview
Loading…
Cancel
Save