@ -126,34 +126,32 @@ One thing missing in the original version is i18n support. Especially when it co
Adding support for a different language is as easy as modifying `VMM.master_config.i20n` before initializing the `VMM.Timeline`. An example for the German (Austrian) language:
Adding support for a different language is as easy as modifying `VMM.master_config.i20n` before initializing the `VMM.Timeline`. An example for the German (Austrian) language:
full_long_small_date: "HH:MM'<br/><small>'dddd',' d. mmm yyyy'</small>'",
full_long_small_date: "HH:MM'<br/><small>'dddd',' d. mmm yyyy'</small>'",
},
},
messages: {
messages: {
loading_timeline: "Chronologie wird geladen...",
loading_timeline: "Chronologie wird geladen...",
return_to_title: "Zurück zum Anfang",
return_to_title: "Zurück zum Anfang",
expand_timeline: "Chronologie vergrößern",
expand_timeline: "Chronologie vergrößern",
contract_timeline: "Chronologie verkleinern"
contract_timeline: "Chronologie verkleinern"
}
}
};
};
timeline = new VMM.Timeline();`
timeline = new VMM.Timeline();
`
For more information about the dateformats, you may refer to the documentation available at the following URL: http://blog.stevenlevithan.com/archives/date-time-format
For more information about the dateformats, you may refer to the documentation available at the following URL: http://blog.stevenlevithan.com/archives/date-time-format