From fedb913c71458f212b2535b214819c3e17759382 Mon Sep 17 00:00:00 2001 From: Dynamic Date: Sun, 6 Nov 2022 20:12:40 +0900 Subject: [PATCH] Edit localization extension directory name, according to the code it was "localizations" with a "s" --- Developing-extensions.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Developing-extensions.md b/Developing-extensions.md index 36b0dbb..1f4763e 100644 --- a/Developing-extensions.md +++ b/Developing-extensions.md @@ -20,7 +20,7 @@ The preferred way to do localizations for the project is via making an extension 📁 webui root directory ┗━━ 📁 extensions ┗━━ 📁 webui-localization-la_LA <----- name of extension - ┗━━ 📁 localization <----- the single directory inside the extension + ┗━━ 📁 localizations <----- the single directory inside the extension ┗━━ 📄 la_LA.json <----- actual file with translations ```