浏览代码

Merge pull request #8817 from skyace65/Localization-Titles

Fix sub-section title style
Max Hilbrunner 1 年之前
父节点
当前提交
0da9955700
共有 1 个文件被更改,包括 2 次插入2 次删除
  1. 2 2
      tutorials/i18n/localization_using_gettext.rst

+ 2 - 2
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