From ccdce162ad6ab2773ab2473510bbb2147c4762cc Mon Sep 17 00:00:00 2001 From: mehul-sinha Date: Mon, 14 Aug 2023 22:50:15 +0530 Subject: [PATCH] fixed Localization using gettext wrong word #7749 --- tutorials/i18n/localization_using_gettext.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tutorials/i18n/localization_using_gettext.rst b/tutorials/i18n/localization_using_gettext.rst index 3a63335c886..fec19f47fca 100644 --- a/tutorials/i18n/localization_using_gettext.rst +++ b/tutorials/i18n/localization_using_gettext.rst @@ -214,7 +214,7 @@ You can generate a MO file with the command below: msgfmt fr.po --no-hash -o fr.mo If the PO file is valid, this command will create a ``fr.mo`` file besides -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. The original PO file should be kept in version control so you can update your translation in the future. In case you lose the original PO file and