From 27abed4a707ba69b019822a0a0e3c045542b4443 Mon Sep 17 00:00:00 2001 From: Jussi Pakkanen Date: Sun, 31 Jan 2021 18:00:24 +0200 Subject: Capitalize "Meson" consistently as it is a proper name. [skip ci] --- docs/markdown/Localisation.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'docs/markdown/Localisation.md') 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. -- cgit v1.1