aboutsummaryrefslogtreecommitdiff
path: root/docs/markdown/Localisation.md
diff options
context:
space:
mode:
Diffstat (limited to 'docs/markdown/Localisation.md')
-rw-r--r--docs/markdown/Localisation.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/markdown/Localisation.md b/docs/markdown/Localisation.md
index 8a09feb..a826f8d 100644
--- a/docs/markdown/Localisation.md
+++ b/docs/markdown/Localisation.md
@@ -17,7 +17,7 @@ In your main meson.build file include the `po` subdirectory in the build process
In this `po` subdirectory we need:
- `LINGUAS`: Space separated list of languages
- `POTFILES`: List of source files to scan for translatable strings.
-- `meson.build`: Localization specific meson file
+- `meson.build`: Localization specific Meson file
### LINGUAS
@@ -39,7 +39,7 @@ root. A sample POTFILES might look like this.
### meson.build
-Localization specific meson file. It imports and uses the `i18n`
+Localization specific Meson file. It imports and uses the `i18n`
module. If not defined before it needs to define the `GETTEXT_PACKAGE`
global.