浏览代码

Specify POT Generation is only available for GDScript files

Adriaan de Jongh 1 年之前
父节点
当前提交
00d8799712
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      tutorials/i18n/localization_using_gettext.rst

+ 1 - 1
tutorials/i18n/localization_using_gettext.rst

@@ -59,7 +59,7 @@ Automatic generation using the editor
 -------------------------------------
 -------------------------------------
 
 
 Since Godot 4.0, the editor can generate a PO template automatically from
 Since Godot 4.0, the editor can generate a PO template automatically from
-specified scene and script files. This POT generation also supports translation
+specified scene and GDScript files. This POT generation also supports translation
 contexts and pluralization if used in a script, with the optional second
 contexts and pluralization if used in a script, with the optional second
 argument of ``tr()`` and the ``tr_n()`` method.
 argument of ``tr()`` and the ``tr_n()`` method.