From a64fe5bebc0daea4c028e5aeb6539a3ed672fdda Mon Sep 17 00:00:00 2001 From: Martin Widmann Date: Mon, 16 Apr 2012 10:21:51 +0200 Subject: [PATCH] changed documentation --- README.markdown | 31 ++----------------------------- 1 file changed, 2 insertions(+), 29 deletions(-) diff --git a/README.markdown b/README.markdown index d59959f..275f1d1 100644 --- a/README.markdown +++ b/README.markdown @@ -124,34 +124,7 @@ Tips and tricks to best utilize Timeline One thing missing in the original version is i18n support. Especially when it comes to date output the format was hardcoded into the sources. -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: - - `VMM.master_config.i18n = { - date: { - month: ["Jänner", "Februar", "März", "April", "Mai", "Juni", "Juli", "August", "September", "Oktober", "November", "Dezember"], - month_abbr: ["Jän.", "Feb.", "März", "Apr.", "Mai", "Juni", "Juli", "Aug.", "Sept.", "Okt.", "Nov.", "Dez."], - day: ["Sonntag","Montag", "Dienstag", "Mittwoch", "Donnerstag", "Freitag", "Samstag"], - day_abbr: ["So.","Mo.", "Di.", "Mi.", "Do.", "Fr.", "Sa."], - }, - dateformats: { - year: "yyyy", - month_short: "mmm", - month: "mmmm yyyy", - full_short: "d. mmm", - full: "d. mmmm yyyy", - time_no_seconds_short: "HH:MM", - time_no_seconds_small_date: "HH:MM'
'd. mmmm yyyy''", - full_long: "dddd',' d. mmm yyyy 'um' HH:MM", - full_long_small_date: "HH:MM'
'dddd',' d. mmm yyyy''", - }, - messages: { - loading_timeline: "Chronologie wird geladen...", - return_to_title: "Zurück zum Anfang", - expand_timeline: "Chronologie vergrößern", - contract_timeline: "Chronologie verkleinern" - } - }; - 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 +There is a sample using the i18n feature together with the new embed feature. See [examples/i18n_example/index.html](examples/i18n_example/index.html) for more information about it. +