From 0b7b6043714e9e27f6ee038cd16bee627ce1e1f5 Mon Sep 17 00:00:00 2001 From: James Westman Date: Fri, 27 May 2022 12:17:23 -0500 Subject: [PATCH] docs: Fix typo, add link --- docs/translations.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/translations.rst b/docs/translations.rst index 02816a5..b143d36 100644 --- a/docs/translations.rst +++ b/docs/translations.rst @@ -9,7 +9,7 @@ use the following syntax: _("translated string") -You'll need to use a few of xgettext flags so it will recognize the format: +You'll need to use a few xgettext flags so it will recognize the format: .. code-block:: @@ -18,7 +18,7 @@ You'll need to use a few of xgettext flags so it will recognize the format: --keyword=_ --keyword=C_:1c,2 -If you're using Meson's i18n module, you can use the 'glib' preset: +If you're using Meson's `i18n module `_, you can use the 'glib' preset: .. code-block:: meson.build