diff --git a/HISTORY.md b/HISTORY.md index ab1f73d0..4372eeff 100644 --- a/HISTORY.md +++ b/HISTORY.md @@ -17,6 +17,7 @@ http://visjs.org - Made nodes who lost their group revert back to default color. - Changed group behaviour, groups now extend the options, not replace. This allows partial defines of color. - Fixed bug where box shaped nodes did not use hover color. +- Fixed Locales docs. ### Graph2d diff --git a/docs/network.html b/docs/network.html index 56a70c54..44d5f400 100644 --- a/docs/network.html +++ b/docs/network.html @@ -2017,15 +2017,15 @@ To load a locale into the Timeline not supported by default, one can add a new l locales: { // create a new locale (text strings should be replaced with localized strings) mylocale: { - add: 'Add Node', edit: 'Edit', - link: 'Add Link', del: 'Delete selected', + back: 'Back', + addNode: 'Add Node', + addEdge: 'Add Edge', editNode: 'Edit Node', editEdge: 'Edit Edge', - back: 'Back', addDescription: 'Click in an empty space to place a new node.', - linkDescription: 'Click on a node and drag the edge to another node to connect them.', + edgeDescription: 'Click on a node and drag the edge to another node to connect them.', editEdgeDescription: 'Click on the control points and drag them to a node to connect to it.', createEdgeError: 'Cannot link edges to a cluster.', deleteClusterError: 'Clusters cannot be deleted.'