mirror of
https://gitlab.gnome.org/jwestman/blueprint-compiler.git
synced 2025-05-04 15:59:08 -04:00
docs: Fix typo, add link
This commit is contained in:
parent
42aa91d4d9
commit
0b7b604371
1 changed files with 2 additions and 2 deletions
|
@ -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
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue