We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 05fe756 commit ccdce16Copy full SHA for ccdce16
tutorials/i18n/localization_using_gettext.rst
@@ -214,7 +214,7 @@ You can generate a MO file with the command below:
214
msgfmt fr.po --no-hash -o fr.mo
215
216
If the PO file is valid, this command will create a ``fr.mo`` file besides
217
-the PO file. This MO file can then be loaded in Godot as described below.
+the PO file. This MO file can then be loaded in Godot as described above.
218
219
The original PO file should be kept in version control so you can update
220
your translation in the future. In case you lose the original PO file and
0 commit comments