docs: Fix typo, add link

This commit is contained in:
James Westman 2022-05-27 12:17:23 -05:00
parent 42aa91d4d9
commit 0b7b604371
No known key found for this signature in database
GPG key ID: CE2DBA0ADB654EA6

View file

@ -9,7 +9,7 @@ use the following syntax:
_("translated string") _("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:: .. code-block::
@ -18,7 +18,7 @@ You'll need to use a few of xgettext flags so it will recognize the format:
--keyword=_ --keyword=_
--keyword=C_:1c,2 --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 <https://mesonbuild.com/i18n-module.html#i18ngettext>`_, you can use the 'glib' preset:
.. code-block:: meson.build .. code-block:: meson.build