From 2beb86d7fa8c4f40d8ebef1e42ca5cb730231931 Mon Sep 17 00:00:00 2001 From: Hugo Locurcio Date: Tue, 2 Dec 2025 18:26:44 +0100 Subject: [PATCH] Add a reminder to load the CSV as a source in Localization using spreadsheets --- tutorials/i18n/internationalizing_games.rst | 2 ++ tutorials/i18n/localization_using_spreadsheets.rst | 8 ++++++++ 2 files changed, 10 insertions(+) diff --git a/tutorials/i18n/internationalizing_games.rst b/tutorials/i18n/internationalizing_games.rst index 74a5cd876..554c280ef 100644 --- a/tutorials/i18n/internationalizing_games.rst +++ b/tutorials/i18n/internationalizing_games.rst @@ -22,6 +22,8 @@ page. .. note:: We will be using the official demo as an example; you can `download it from the Asset Library `_. +.. _doc_internationalizing_games_configuring_imported_translation: + Configuring the imported translation ------------------------------------ diff --git a/tutorials/i18n/localization_using_spreadsheets.rst b/tutorials/i18n/localization_using_spreadsheets.rst index b049200c5..5a55b1783 100644 --- a/tutorials/i18n/localization_using_spreadsheets.rst +++ b/tutorials/i18n/localization_using_spreadsheets.rst @@ -144,3 +144,11 @@ select the delimiter to use when parsing the CSV file. .. image:: img/import_csv.webp Be sure to click **Reimport** after any change to these options. + +Loading the CSV file as a translation +------------------------------------- + +Once a CSV file is imported, it is **not** automatically registered as a translation +source for the project. Remember to follow the steps described in +:ref:`doc_internationalizing_games_configuring_imported_translation` so that the +translation is actually used when running the project.