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
+45Lines changed: 45 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -136,6 +136,51 @@ Frappe Gantt exposes a few helpful methods for you to interact with the chart:
136
136
|`.scroll_current`| Scrolls to the current date | No parameters. |
137
137
|`.update_task`| Re-renders a specific task bar alone |`task_id` - id of task and `new_details` - object containing the task properties to be updated. |
138
138
139
+
## Internationalization (i18n)
140
+
141
+
The Gantt chart supports multiple languages. By default, it's in English, but you can easily switch to other languages:
0 commit comments