From 408ea157b74a3814c8668ea8927e2d7d48e6e4a4 Mon Sep 17 00:00:00 2001 From: rakekniven <2069590+rakekniven@users.noreply.github.com> Date: Mon, 9 Mar 2026 15:50:02 +0100 Subject: [PATCH] Fix image paths in translation documentation Signed-off-by: rakekniven <2069590+rakekniven@users.noreply.github.com> --- developer_manual/app_development/translation.rst | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/developer_manual/app_development/translation.rst b/developer_manual/app_development/translation.rst index 76731375c..0b5c02466 100644 --- a/developer_manual/app_development/translation.rst +++ b/developer_manual/app_development/translation.rst @@ -160,20 +160,20 @@ The following describes four processes: 1. Process to translate new string -.. image:: ../images/translation process1.png +.. image:: ../images/translation_process1.png :alt: Process to translate new string 2. Process to correct typo/grammar issue in translated string -.. image:: ../images/translation process2.png +.. image:: ../images/translation_process2.png :alt: Process to correct typo/grammar issue in translated string 3. Process for making an untranslatable string translatable -.. image:: ../images/translation process3.png +.. image:: ../images/translation_process3.png :alt: Process for making an untranslatable string translatable 4. Process to correct issue in source string -.. image:: ../images/translation process4.png +.. image:: ../images/translation_process4.png :alt: Process to correct issue in source string