From 0da9955700c8d48b0f2c4fa1a547a3ea5ee1eb5f Mon Sep 17 00:00:00 2001 From: Max Hilbrunner Date: Tue, 23 Jan 2024 18:18:27 +0100 Subject: [PATCH] Merge pull request #8817 from skyace65/Localization-Titles Fix sub-section title style --- tutorials/i18n/localization_using_gettext.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tutorials/i18n/localization_using_gettext.rst b/tutorials/i18n/localization_using_gettext.rst index 2bf645a43..7961d0986 100644 --- a/tutorials/i18n/localization_using_gettext.rst +++ b/tutorials/i18n/localization_using_gettext.rst @@ -56,7 +56,7 @@ Creating the PO template ------------------------ Automatic generation using the editor -------------------------------------- +^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Since Godot 4.0, the editor can generate a PO template automatically from specified scene and GDScript files. This POT generation also supports translation @@ -89,7 +89,7 @@ You can then move over to update translations for outdated strings. Manual creation ---------------- +^^^^^^^^^^^^^^^ If the automatic generation approach doesn't work out for your needs, you can create a PO template by hand in a text editor. This file can be placed anywhere