aboutsummaryrefslogtreecommitdiff
path: root/docs/markdown/Localisation.md
diff options
context:
space:
mode:
authorJussi Pakkanen <jpakkane@gmail.com>2021-01-31 18:00:24 +0200
committerJussi Pakkanen <jpakkane@gmail.com>2021-01-31 18:00:24 +0200
commit27abed4a707ba69b019822a0a0e3c045542b4443 (patch)
treeb32990d77af51d03e98c01a3a1af78def756b26f /docs/markdown/Localisation.md
parent4bde7f31ae5fa162a514f3d876d38943fcdff406 (diff)
downloadmeson-capitalization.zip
meson-capitalization.tar.gz
meson-capitalization.tar.bz2
Capitalize "Meson" consistently as it is a proper name. [skip ci]capitalization
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.