From a6a53cde182c31f2093b76e8ee83ba2487068dc3 Mon Sep 17 00:00:00 2001 From: Chelsea Ash Date: Thu, 29 Feb 2024 16:45:57 -0500 Subject: [PATCH] Update module and changelog --- changelog.md | 1 + module.json | 5 +++++ 2 files changed, 6 insertions(+) diff --git a/changelog.md b/changelog.md index e6acd42..a262894 100644 --- a/changelog.md +++ b/changelog.md @@ -1,5 +1,6 @@ # Version 1.1.0 - Compatibility for dnd5e 3.x +- Added German localization (credit DevConFox) # Version 1.0.4 - Fixed bug preventing NPC sheets from opening when used with Tidy diff --git a/module.json b/module.json index 53193fb..e33e3ea 100644 --- a/module.json +++ b/module.json @@ -32,6 +32,11 @@ "name": "EspaƱol", "path": "lang/es.json", "flags": {} + }, + { + "lang": "de", + "name": "Deutsch", + "path": "lang/de.json" } ], "manifest": "https://raw.githubusercontent.com/crash1115/5e-training/master/module.json",