diff options
Diffstat (limited to 'docs')
-rw-r--r-- | docs/markdown/Localisation.md | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/docs/markdown/Localisation.md b/docs/markdown/Localisation.md index a826f8d..2a31cb3 100644 --- a/docs/markdown/Localisation.md +++ b/docs/markdown/Localisation.md @@ -47,9 +47,7 @@ global. i18n = import('i18n') # define GETTEXT_PACKAGE add_project_arguments('-DGETTEXT_PACKAGE="intltest"', language:'c') -i18n.gettext(meson.project_name(), - args: '--directory=' + meson.source_root() -) +i18n.gettext(meson.project_name()) ``` The first command imports the `i18n` module that provides gettext |