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 ```