diff --git a/_CodeMirror.lock b/_CodeMirror.lock new file mode 100644 index 0000000..82ef623 --- /dev/null +++ b/_CodeMirror.lock @@ -0,0 +1 @@ +🔒 \ No newline at end of file diff --git a/module.json b/module.json index f749458..eb4cd85 100644 --- a/module.json +++ b/module.json @@ -2,7 +2,7 @@ "name": "_CodeMirror", "title": "CodeMirror", "description": "LIBRARY: CodeMirror - This module is just a dependency for other modules to include the CodeMirror library. Also offers the ability to replace the default macro editor if desired.", - "version": "5.58.3-fvtt3", + "version": "5.58.3-fvtt4", "library": true, "author": "zeel", "authors": [ @@ -64,6 +64,12 @@ "name": "Español", "path": "lang/es.json" } + }, + { + "lang": "fr", + "name": "Français", + "path": "lang/fr.json" + } ], "manifest": "https://raw.githubusercontent.com/League-of-Foundry-Developers/codemirror-lib/master/module.json", "url": "https://github.com/League-of-Foundry-Developers/codemirror-lib",