vis.js is a dynamic, browser-based visualization library
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

15 lines
273 B

  1. // English
  2. exports['en'] = {
  3. current: 'current',
  4. time: 'time'
  5. };
  6. exports['en_EN'] = exports['en'];
  7. exports['en_US'] = exports['en'];
  8. // Dutch
  9. exports['nl'] = {
  10. current: 'huidige',
  11. time: 'tijd'
  12. };
  13. exports['nl_NL'] = exports['nl'];
  14. exports['nl_BE'] = exports['nl'];