[Scummvm-git-logs] scummvm master -> 4d7508db2e256b15450a40097df27194df0164e7
bluegr
noreply at scummvm.org
Thu Jul 10 23:12:10 UTC 2025
This automated email contains information about 1 new commit which have been
pushed to the 'scummvm' repo located at https://api.github.com/repos/scummvm/scummvm .
Summary:
4d7508db2e GOB: sync entry of German translation of Croustibat
Commit: 4d7508db2e256b15450a40097df27194df0164e7
https://github.com/scummvm/scummvm/commit/4d7508db2e256b15450a40097df27194df0164e7
Author: Benjamin Funke (bjnfne at web.de)
Date: 2025-07-11T02:12:07+03:00
Commit Message:
GOB: sync entry of German translation of Croustibat
Changed paths:
engines/gob/detection/tables_crousti.h
diff --git a/engines/gob/detection/tables_crousti.h b/engines/gob/detection/tables_crousti.h
index 2900432bdb0..cae9e9df2d0 100644
--- a/engines/gob/detection/tables_crousti.h
+++ b/engines/gob/detection/tables_crousti.h
@@ -60,6 +60,7 @@
},
{
{ // German Fan Translation by BJNFNE
+ // 23.07.2023
"crousti",
"v1.01",
AD_ENTRY1s("intro.stk", "df96be976e53cc7de9e2741c45c18a1f", 864746),
@@ -71,5 +72,47 @@
kFeaturesAdLib,
0, 0, 0
},
+{
+ { // German Fan Translation by BJNFNE
+ // 10.09.2023
+ "crousti",
+ "v1.01",
+ AD_ENTRY1s("intro.stk", "7b86a951602bccc2c55eb5f644310d93", 864040),
+ DE_DEU,
+ kPlatformDOS,
+ ADGF_NO_FLAGS,
+ GUIO2(GUIO_NOSUBTITLES, GUIO_NOSPEECH)
+ },
+ kFeaturesAdLib,
+ 0, 0, 0
+},
+{
+ { // German Fan Translation by BJNFNE
+ // 10.09.2023
+ "crousti",
+ "v1.01 Big Letters",
+ AD_ENTRY1s("intro.stk", "f739ed7d681a8e2619a14faafbf169e1", 864044),
+ DE_DEU,
+ kPlatformDOS,
+ ADGF_NO_FLAGS,
+ GUIO2(GUIO_NOSUBTITLES, GUIO_NOSPEECH)
+ },
+ kFeaturesAdLib,
+ 0, 0, 0
+},
+{
+ { // German Fan Translation by BJNFNE
+ // 10.09.2023
+ "crousti",
+ "v1.01 Small/Big Letters",
+ AD_ENTRY1s("intro.stk", "e35840d99c89544021524a9b99ab20f7", 864032),
+ DE_DEU,
+ kPlatformDOS,
+ ADGF_NO_FLAGS,
+ GUIO2(GUIO_NOSUBTITLES, GUIO_NOSPEECH)
+ },
+ kFeaturesAdLib,
+ 0, 0, 0
+},
#endif // GOB_DETECTION_TABLES_CROUSTI_H
More information about the Scummvm-git-logs
mailing list