[Scummvm-git-logs] scummvm branch-2-8 -> eaab4c0a2eaeffcafffa9c9e734feb363dbd2e7c

sev- noreply at scummvm.org
Sat Dec 16 20:37:05 UTC 2023


This automated email contains information about 2 new commits which have been
pushed to the 'scummvm' repo located at https://github.com/scummvm/scummvm .

Summary:
0cafede659 I18N: Update translations.dat
eaab4c0a2e DEVTOOLS: Small fixes to release-checks.sh


Commit: 0cafede6590f62e0ef080a113aec64db30f966b0
    https://github.com/scummvm/scummvm/commit/0cafede6590f62e0ef080a113aec64db30f966b0
Author: Eugene Sandulenko (sev at scummvm.org)
Date: 2023-12-16T21:35:54+01:00

Commit Message:
I18N: Update translations.dat

Changed paths:
    gui/themes/translations.dat


diff --git a/gui/themes/translations.dat b/gui/themes/translations.dat
index 9b2c2f90465..17fae1c1ea7 100644
Binary files a/gui/themes/translations.dat and b/gui/themes/translations.dat differ


Commit: eaab4c0a2eaeffcafffa9c9e734feb363dbd2e7c
    https://github.com/scummvm/scummvm/commit/eaab4c0a2eaeffcafffa9c9e734feb363dbd2e7c
Author: Eugene Sandulenko (sev at scummvm.org)
Date: 2023-12-16T21:36:08+01:00

Commit Message:
DEVTOOLS: Small fixes to release-checks.sh

Changed paths:
    devtools/release-checks.sh


diff --git a/devtools/release-checks.sh b/devtools/release-checks.sh
index 93521248f47..05311e432f8 100755
--- a/devtools/release-checks.sh
+++ b/devtools/release-checks.sh
@@ -198,7 +198,7 @@ fileDate=`git log -1 gui/themes/translations.dat | grep Date | sed 's/Date: //'`
 num_lines=`git -P log --oneline "--since=$fileDate" po/ | wc -l`
 
 if [ "$num_lines" -ne "0" ]; then
-  echo -e "$num_lines unprocessed commits. ${RED}Run 'make update-translations'${NC}"
+  echo -e "$num_lines unprocessed commits. ${RED}Run 'make translations-dat'${NC}"
 
   failPlus
 else
@@ -452,7 +452,7 @@ fileDate=`git log -1 dists/engine-data/ultima8.dat | grep Date | sed 's/Date: //
 num_lines=`git -P log --oneline "--since=$fileDate" devtools/create_ultima8 | wc -l`
 
 if [ "$num_lines" -ne "0" ]; then
-  echo -e "$num_lines unprocessed commits. ${RED}Run 'cd devtools/create_ultima8; zip -r9 ../../../dists/engine-data/ultima8.dat .'${NC}"
+  echo -e "$num_lines unprocessed commits. ${RED}Run 'cd devtools/create_ultima8; zip -r9 ../../dists/engine-data/ultima8.dat .'${NC}"
 
   failPlus
 else




More information about the Scummvm-git-logs mailing list