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.
2 parents 05fe756 + ccdce16 commit e0dca52Copy full SHA for e0dca52
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