You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+24-2Lines changed: 24 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -125,6 +125,21 @@ g.Draw();
125
125
* From external files (including experimental support for MS Project XML files)
126
126
* From JavaScript Strings
127
127
* Support for Internationalization
128
+
* Chinese (cn)
129
+
* Czech (cs)
130
+
* Dutch (Standard)
131
+
* selected>English (en)
132
+
* French (fr)
133
+
* German (de)
134
+
* Hungarian (hu)
135
+
* Indonesian (id)
136
+
* Italian (it)
137
+
* Japanese (ja)
138
+
* Portuguese (pt)
139
+
* Russian (ru)
140
+
* Spanish (es)
141
+
* Swedish (sv)
142
+
* Turkish (tr)
128
143
129
144
## Documentation
130
145
@@ -139,14 +154,21 @@ Its easy to get it set:
139
154
140
155
* Clone this repo
141
156
* Install lib dependencies: `npm i`
142
-
* Install global dependencies: `npm i -g browserify nodemon onchange tsc`
143
-
* Run the demo, This will start a `localhost:8080` with a live example: `npm start`.
157
+
* Install global dependencies: `npm i -g browserify nodemon onchange tsc`
158
+
* Compile final js to be used on demo: `npm run dist`
159
+
* Run the demo with a live example: `npm start`.
144
160
* You can check the demo gantt that we use for testing features at: `http://127.0.0.1:8080/docs/demo.html`
145
161
* Use `npm run watch` or do your change in `src` and restart this command refresh the changes.
146
162
147
163
For testing:
148
164
* Install global dependencies: `npm i -g webdriver-manager`
149
165
* Install selenium webdriver: `npm run webdriver`, it will install something like node_modules/webdriver-manager/selenium/chromedriver_88.0.4324.96.zip
0 commit comments