diff options
Diffstat (limited to 'docs/markdown/Localisation.md')
-rw-r--r-- | docs/markdown/Localisation.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/markdown/Localisation.md b/docs/markdown/Localisation.md index 517b642..ce9e3b6 100644 --- a/docs/markdown/Localisation.md +++ b/docs/markdown/Localisation.md @@ -7,7 +7,7 @@ short-description: Localization with GNU Gettext Localising your application with GNU gettext takes a little effort but is quite straightforward. We'll create a `po` subdirectory at your project root directory for all the localisation info. ## Generating .pot and .po files -In your main meson.build file include the `po` subdirectory in the build proces. +In your main meson.build file include the `po` subdirectory in the build process. subdir('po') |