[Scummvm-git-logs] scummvm master -> 6a3ad6f88b90fca9371f318055b9827341a93f2b

bluegr bluegr at gmail.com
Sun Jul 25 18:12:37 UTC 2021


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:
6a3ad6f88b CHEWY: Add Spanish translation


Commit: 6a3ad6f88b90fca9371f318055b9827341a93f2b
    https://github.com/scummvm/scummvm/commit/6a3ad6f88b90fca9371f318055b9827341a93f2b
Author: aviloria (aviloria at yahoo.com)
Date: 2021-07-25T21:12:34+03:00

Commit Message:
CHEWY: Add Spanish translation

Add Spanish fanmade translation

Changed paths:
    engines/chewy/detection.cpp


diff --git a/engines/chewy/detection.cpp b/engines/chewy/detection.cpp
index 60d05fca2e..f7170fbc01 100644
--- a/engines/chewy/detection.cpp
+++ b/engines/chewy/detection.cpp
@@ -51,6 +51,19 @@ static const ChewyGameDescription gameDescriptions[] = {
 		},
 	},
 
+	{
+		// Chewy - ESC from F5 - Spanish fanmade translation
+		{
+			"chewy",
+			0,
+			AD_ENTRY1s("atds.tap", "b1210066a524fe0f88862f44671ed97d", 226988),
+			Common::ES_ESP,
+			Common::kPlatformDOS,
+			ADGF_NO_FLAGS,
+			GUIO1(GUIO_NOMIDI)
+		},
+	},
+
 	{
 		// Chewy - ESC von F5 - German
 		// Master version 1.1 (CHEWY.EXE - offset 0x8AB28)




More information about the Scummvm-git-logs mailing list