From fa052abf8b9d07a358f69c985366d925aa125db1 Mon Sep 17 00:00:00 2001 From: "Guilherme G. Menaldo" Date: Thu, 16 May 2024 00:07:48 -0300 Subject: [PATCH] Fix formatting and typo in huld docs --- docs/customization/localization-huld.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/customization/localization-huld.md b/docs/customization/localization-huld.md index 6c6bc64..436514a 100644 --- a/docs/customization/localization-huld.md +++ b/docs/customization/localization-huld.md @@ -27,9 +27,9 @@ To do that: 1. Build your server, including HPM Hook plugins 2. Build the `generate-translations.c` plugin (see [HPM](./hercules-plugin-manager.md)) 3. Run `./map-server --load-plugin HPMHooking --load-plugin generate-translations --generate-translations` this will: - 1. Start map-server with "HPM Hooking" and "generate-translations" plugins loaded - 2. Ask map-server to actually generate the translation files -4. Once it complete, map-server will automatically shut down, this is expected. + 1. Start map-server with "HPM Hooking" and "generate-translations" plugins loaded + 2. Ask map-server to actually generate the translation files +4. Once it completes, map-server will automatically shut down, this is expected. 5. You can now see a folder called `generated_translations` in your repository root 6. This folder contains everything you need to translate, see [Adding a language](#adding-a-language)