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
Trying dutch language file of moment.js
v3_develop
jos
10 years ago
parent
a0cc7bd17e
commit
da0e252ddd
1 changed files
with
4 additions
and
0 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+4
-0
test/timeline.html
+ 4
- 0
test/timeline.html
View File
@ -3,6 +3,10 @@
<
head
>
<
title
>
<
/
title
>
<
script
src
=
"../node_modules/moment/moment.js"
>
<
/
script
>
<
script
src
=
"../node_modules/moment/lang/nl.js"
>
<
/
script
>
<
script
>
moment.lang('nl');
<
/
script
>
<
script
src
=
"../dist/vis.js"
>
<
/
script
>
<
link
href
=
"../dist/vis.css"
rel
=
"stylesheet"
type
=
"text/css"
/
>
Write
Preview
Loading…
Cancel
Save