aboutsummaryrefslogtreecommitdiffstats
path: root/check_trans.pl
diff options
context:
space:
mode:
authorKåre Thor Olsen <kaare@nightcall.dk>2019-07-19 10:08:37 +0200
committerKåre Thor Olsen <kaare@nightcall.dk>2019-07-19 10:08:37 +0200
commit895c0432c193c938d0a4465b8bcdd0ac648d03eb (patch)
treefb2f8b7e848ac5447e57369a3f5a4e3c67aaeea9 /check_trans.pl
parent1303d3cbf34d9ad4c6bcc8e8ff74bd0394eb3d41 (diff)
Ability to generate git diff commands similar to the web site translation statistics web pages (commented out; should perhaps be made optional)
Diffstat (limited to 'check_trans.pl')
-rwxr-xr-xcheck_trans.pl3
1 files changed, 3 insertions, 0 deletions
diff --git a/check_trans.pl b/check_trans.pl
index 7b513b83a60..6ba9df1604c 100755
--- a/check_trans.pl
+++ b/check_trans.pl
@@ -1140,6 +1140,9 @@ sub check_file
$status = ST_NEEDSUPDATE;
$str = "NeedToUpdate $file_translation from revision "
."$translation_last_change to revision $orig_last_change";
+ # generate git diff commands similar to the web site translation statistics web pages
+ #$str = "NeedToUpdate git diff "
+ # ."$translation_last_change..$orig_last_change -- $file_orig";
}
else # $translation_last_change > $orig_last_change
{

© 2014-2024 Faster IT GmbH | imprint | privacy policy