From f169f5f55b124a586d92d51fdec0145e41fb4d1f Mon Sep 17 00:00:00 2001 From: Luca Mattiello Date: Mon, 24 Jul 2017 20:46:55 +0200 Subject: [PATCH] docs: fix typos in Localization.md --- docs/markdown/Localisation.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/markdown/Localisation.md b/docs/markdown/Localisation.md index 27181e50d..34cad8d83 100644 --- a/docs/markdown/Localisation.md +++ b/docs/markdown/Localisation.md @@ -29,7 +29,7 @@ langs = ['fi', 'de'] i18n.gettext('intltest', languages : langs) ``` -The first command imports the `i18n` module that provides gettext features. The second line does the actual invocation. The first argument to the is the gettext package name. This causes two things to happen. The first is that Meson will generate binary mo files and put them to their proper locations when doing an install. The second is that it creates a build rule to regenerate the main pot file. If you are using the Ninja backend, this is how you would invoke the rebuild. +The first command imports the `i18n` module that provides gettext features. The third line does the actual invocation. The first argument is the gettext package name. This causes two things to happen. The first is that Meson will generate binary mo files and put them to their proper locations when doing an install. The second is that it creates a build rule to regenerate the main pot file. If you are using the Ninja backend, this is how you would invoke the rebuild. ```console $ ninja intltest-pot