From a480149e6cf7e983c74c5cc8cb1918023737b80f Mon Sep 17 00:00:00 2001 From: Mew Pur Pur <85438892+MewPurPur@users.noreply.github.com> Date: Thu, 9 May 2024 14:19:41 +0300 Subject: [PATCH] Fix a typo in translations README --- translations/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/translations/README.md b/translations/README.md index a49589ed..d6765714 100644 --- a/translations/README.md +++ b/translations/README.md @@ -4,7 +4,7 @@ You can familiarize yourself with the po format [here](https://www.gnu.org/softw # For programmers New translatable strings must be within GDScript files, inside a `TranslationServer.translate()` method or its plural version. -To include update the strings, open godot_only/update_translations.gd in the Godot editor and follow the comment on top. +To include or update strings, open godot_only/update_translations.gd in the Godot editor and follow the comment on top. >[!IMPORTANT] >To run the above script, you must install [gettext tools](https://www.gnu.org/software/gettext/). It's preinstalled on most Linux distributions and Git Bash on Windows.