@@ -63,17 +63,18 @@ This is the wrapper component that creates the vertical timeline.
6363| name | Type | Required | Values Allowed | default values | Description |
6464| ---------- | ------ | -------- | ------------------------------------------------ | --------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ---------------------------------------------------------------------------- |
6565| theme | object | false | colors | { yearColor: "#888888 ", lineColor: "#c5c5c5", dotColor: "#c5c5c5", borderDotColor: "#ffffff", titleColor: "#cccccc", subtitleColor: "#888888 ", textColor: "#cccccc" } | Set colors in all components |
66- | lang | string | false | ` en ` , ` es ` , ` de ` or ` zh_CN ` | ` en ` | Change the language ` from ` and ` to ` texts and change the format in the dates |
66+ | lang | string | false | ` en ` , ` es ` , ` de ` , ` tr ` or ` zh_CN ` | ` en ` | Change the language ` from ` and ` to ` texts and change the format in the dates |
6767| dateFormat | string | false | ` only-number ` , ` short ` , ` with-weekday ` or ` full ` | ` only-number ` | Change the presentation format of dates |
6868
6969` dateFormat ` : Receive only one of four options (The options are same the [ moment.js] ( https://momentjs.com/ ) using)
7070
71- | | ` only-number ` | ` short ` | ` with-weekday ` | ` full ` |
72- | :-------------------------: | ------------- | ---------------- | ----------------------- | ------------------------------ |
73- | English(` en ` ) | ` MM/D/YYYY ` | ` MMM DD, YYYY ` | ` ddd, MMM DD, YYYY ` | ` dddd, MMMM DD, YYYY ` |
74- | Spanish(` es ` ) | ` D/MM/YYYY ` | ` DD MMM YYYY ` | ` ddd, DD [de] MMM YYYY ` | ` dddd, DD [de] MMMM [de] YYYY ` |
75- | German(` de ` ) | ` D.MM.YYYY ` | ` DD.MMM.YYYY ` | ` ddd., DD. MMM. YYYY ` | ` dddd, DD. MMMM YYYY ` |
76- | Simplified Chinese(` zh_CN ` ) | ` YYYY/MM/D ` | ` YYYY年MM月DD日 ` | ` YYYY年MMM月DD日 ` | ` YYYY年MM月DD日dddd ` |
71+ | | ` only-number ` | ` short ` | ` with-weekday ` | ` full ` |
72+ | :--------------------------: | ------------- | ---------------- | ----------------------- | ------------------------------ |
73+ | English (` en ` ) | ` MM/D/YYYY ` | ` MMM DD, YYYY ` | ` ddd, MMM DD, YYYY ` | ` dddd, MMMM DD, YYYY ` |
74+ | Spanish (` es ` ) | ` D/MM/YYYY ` | ` DD MMM YYYY ` | ` ddd, DD [de] MMM YYYY ` | ` dddd, DD [de] MMMM [de] YYYY ` |
75+ | German (` de ` ) | ` D.MM.YYYY ` | ` DD.MMM.YYYY ` | ` ddd., DD. MMM. YYYY ` | ` dddd, DD. MMMM YYYY ` |
76+ | Turk (` tr ` ) | ` DD.MM.YYYY ` | ` DD MMM YYYY ` | ` DD MMM YYYY ddd ` | ` DD MMMM YYYY dddd ` |
77+ | Simplified Chinese (` zh_CN ` ) | ` YYYY/MM/D ` | ` YYYY年MM月DD日 ` | ` YYYY年MMM月DD日 ` | ` YYYY年MM月DD日dddd ` |
7778
7879<h3 id =" container " >Container</h3 >
7980
0 commit comments