Browse Source

Trying dutch language file of moment.js

v3_develop
jos 10 years ago
parent
commit
da0e252ddd
1 changed files with 4 additions and 0 deletions
  1. +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" />

Loading…
Cancel
Save