Browse Source

Important! New way of using language

pull/127/head
Zach Wise 13 years ago
parent
commit
413cc7e8cd
  1. 3
      examples/example_language.html

3
examples/example_language.html

@ -38,7 +38,8 @@
//start_at_end: true, //OPTIONAL
//hash_bookmark: true, //OPTIONAL
css: '../compiled/css/timeline.css', //OPTIONAL
js: '../compiled/js/locale/fr.js' //FRENCH
js: '../compiled/js/timeline-min.js', //OPTIONAL
lang: 'fr' //FRENCH
}
</script>
<script type="text/javascript" src="../compiled/js/timeline-embed.js"></script>

Loading…
Cancel
Save