@ -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.
Meson will report the output produced by the failing tests along with other useful informations as the environmental variables. This is useful, for example, when you run the tests on Travis-CI, Jenkins and the like.
Meson will report the output produced by the failing tests along with other useful information as the environmental variables. This is useful, for example, when you run the tests on Travis-CI, Jenkins and the like.
For further information see the command line help of Meson by running `meson test -h`.