[Scummvm-git-logs] scummvm master -> 0577986bb6bbbb64fb51cb843b8a8f19c8eea164

sev- noreply at scummvm.org
Tue Mar 22 21:09:13 UTC 2022


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

Summary:
0577986bb6 PRINCE: Blacklist Spanish translation by Pakolmo as he denied us from using his translation. PR#3721


Commit: 0577986bb6bbbb64fb51cb843b8a8f19c8eea164
    https://github.com/scummvm/scummvm/commit/0577986bb6bbbb64fb51cb843b8a8f19c8eea164
Author: Eugene Sandulenko (sev at scummvm.org)
Date: 2022-03-22T22:08:55+01:00

Commit Message:
PRINCE: Blacklist Spanish translation by Pakolmo as he denied us from using his translation. PR#3721

Changed paths:
    engines/prince/detection.cpp


diff --git a/engines/prince/detection.cpp b/engines/prince/detection.cpp
index 726a9283e2d..1a04de182ea 100644
--- a/engines/prince/detection.cpp
+++ b/engines/prince/detection.cpp
@@ -19,6 +19,7 @@
  *
  */
 
+#include "common/translation.h"
 #include "engines/advancedDetector.h"
 
 #include "prince/detection.h"
@@ -35,6 +36,8 @@ static const DebugChannelDef debugFlagList[] = {
 	DEBUG_CHANNEL_END
 };
 
+static const char msg_fanTrans_unsupportiveTranslator[] = _s("The fan translator does not wish his translation to be incorporated into ScummVM.");
+
 namespace Prince {
 static const PrinceGameDescription gameDescriptions[] = {
 	{
@@ -123,6 +126,34 @@ static const PrinceGameDescription gameDescriptions[] = {
 		},
 		kPrinceDataPL
 	},
+	{
+		{
+			"prince",
+			msg_fanTrans_unsupportiveTranslator,
+			AD_ENTRY3s("databank.ptc", "5fa03833177331214ec1354761b1d2ee", 3565031,
+					   "FONT1.RAW", "e80c50c8167d4d51c60d93e29bedb779", 27118,
+					   "prince_translation.dat", nullptr, -1),
+			Common::ES_ESP,
+			Common::kPlatformWindows,
+			ADGF_UNSUPPORTED | ADGF_DROPPLATFORM,
+			GUIO1(GUIO_NONE)
+		},
+		kPrinceDataDE
+	},
+	{
+		{
+			"prince",
+			msg_fanTrans_unsupportiveTranslator,
+			AD_ENTRY3s("databank.ptc", "48ec9806bda9d152acbea8ce31c93c49", 3435298,
+					   "FONT1.RAW", "e80c50c8167d4d51c60d93e29bedb779", 27118,
+					   "prince_translation.dat", nullptr, -1),
+			Common::ES_ESP,
+			Common::kPlatformWindows,
+			ADGF_UNSUPPORTED | ADGF_DROPPLATFORM,
+			GUIO1(GUIO_NONE)
+		},
+		kPrinceDataPL
+	},
 	{ AD_TABLE_END_MARKER, kPrinceDataUNK }
 };
 




More information about the Scummvm-git-logs mailing list