From 83a973ca04cf53dd98ff487b4273155b82cf554a Mon Sep 17 00:00:00 2001 From: TheQwertiest Date: Tue, 30 Jun 2020 18:32:27 +0300 Subject: Replaced `ninja` with `meson` [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 ce9e3b671..ed63e137b 100644 --- a/docs/markdown/Localisation.md +++ b/docs/markdown/Localisation.md @@ -48,7 +48,7 @@ Then we need to generate the main pot file. The potfile can have any name but is Run the following command from your build folder to generate the pot file. It is recommended to inspect it manually afterwards and fill in e.g. proper copyright and contact information. ```console -$ ninja intltest-pot +$ meson compile intltest-pot ``` ### generate .po files @@ -56,5 +56,5 @@ $ ninja intltest-pot For each language listed in the array above we need a corresponding `.po` file. Those can be generated by running the following command from your build folder. ```console -$ ninja intltest-update-po +$ meson compile intltest-update-po ``` -- cgit v1.2.3