From 85e2fb47c15d79fc89fb9c0e774154ed3ef47913 Mon Sep 17 00:00:00 2001 From: Laurent Peuch Date: Thu, 28 Mar 2024 04:23:28 +0100 Subject: [PATCH] feat(translate_apps): add a git diff in push_or_update_apps_on_repository.py for logging --- tools/translate_apps/push_or_update_apps_on_repository.py | 1 + 1 file changed, 1 insertion(+) diff --git a/tools/translate_apps/push_or_update_apps_on_repository.py b/tools/translate_apps/push_or_update_apps_on_repository.py index 4f532351..5be1421d 100644 --- a/tools/translate_apps/push_or_update_apps_on_repository.py +++ b/tools/translate_apps/push_or_update_apps_on_repository.py @@ -181,6 +181,7 @@ def extract_strings_to_translate_from_apps(apps, translations_repository): # if something has been modified if translations_repository.run_command("git status -s", capture_output=True).strip(): translations_repository.run_command("git status -s") + translations_repository.run_command("git diff") translations_repository.run_command(["git", "add", translations_path]) translations_repository.run_command( [