From aeea1502881ef95506c50525b1d762faee17a7d6 Mon Sep 17 00:00:00 2001 From: skyace65 Date: Mon, 22 Jan 2024 21:27:41 -0500 Subject: [PATCH] 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