Browse Source

fixed the formatting

pull/12/head
Martin Widmann 13 years ago
parent
commit
b75c06a34b
  1. 6
      README.markdown

6
README.markdown

@ -126,8 +126,7 @@ 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:
`
VMM.master_config.i18n = {
`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."],
@ -152,8 +151,7 @@ Adding support for a different language is as easy as modifying `VMM.master_conf
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

Loading…
Cancel
Save