File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -27,9 +27,9 @@ To do that:
27
27
1 . Build your server, including HPM Hook plugins
28
28
2 . Build the ` generate-translations.c ` plugin (see [ HPM] ( ./hercules-plugin-manager.md ) )
29
29
3 . Run ` ./map-server --load-plugin HPMHooking --load-plugin generate-translations --generate-translations ` this will:
30
- 1 . Start map-server with "HPM Hooking" and "generate-translations" plugins loaded
31
- 2 . Ask map-server to actually generate the translation files
32
- 4 . Once it complete , map-server will automatically shut down, this is expected.
30
+ 1 . Start map-server with "HPM Hooking" and "generate-translations" plugins loaded
31
+ 2 . Ask map-server to actually generate the translation files
32
+ 4 . Once it completes , map-server will automatically shut down, this is expected.
33
33
5 . You can now see a folder called ` generated_translations ` in your repository root
34
34
6 . This folder contains everything you need to translate, see [ Adding a language] ( #adding-a-language )
35
35
You can’t perform that action at this time.
0 commit comments