[Scummvm-cvs-logs] scummvm master -> 5e8d52562d7d214190a6df068b0a3d7fb295d6ca

bluegr md5 at scummvm.org
Fri Nov 18 16:53:40 CET 2011


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:
c65146cde1 COMMON: Added Croatian language (for a localized version of BS2.5)
5e8d52562d SWORD25: Fixed the language of the Croatian version


Commit: c65146cde1704413113cc0f9b021fc402022609c
    https://github.com/scummvm/scummvm/commit/c65146cde1704413113cc0f9b021fc402022609c
Author: Filippos Karapetis (md5 at scummvm.org)
Date: 2011-11-18T07:52:26-08:00

Commit Message:
COMMON: Added Croatian language (for a localized version of BS2.5)

Changed paths:
    common/util.cpp
    common/util.h



diff --git a/common/util.cpp b/common/util.cpp
index 1f77b42..1c4df8b 100644
--- a/common/util.cpp
+++ b/common/util.cpp
@@ -116,6 +116,7 @@ const LanguageDescription g_languages[] = {
 	{    "gr", "el_GR", "Greek", GR_GRE },
 	{    "he", "he_IL", "Hebrew", HE_ISR },
 	{    "hb", "he_IL", "Hebrew", HE_ISR }, // Deprecated
+	{    "hr", "hr_HR", "Croatian", HR_HRV },
 	{    "hu", "hu_HU", "Hungarian", HU_HUN },
 	{    "it", "it_IT", "Italian", IT_ITA },
 	{    "jp", "ja_JP", "Japanese", JA_JPN },
diff --git a/common/util.h b/common/util.h
index c9ff83c..66bcde8 100644
--- a/common/util.h
+++ b/common/util.h
@@ -148,6 +148,7 @@ enum Language {
 	DE_DEU,
 	GR_GRE,
 	HE_ISR,
+	HR_HRV,
 	HU_HUN,
 	IT_ITA,
 	JA_JPN,


Commit: 5e8d52562d7d214190a6df068b0a3d7fb295d6ca
    https://github.com/scummvm/scummvm/commit/5e8d52562d7d214190a6df068b0a3d7fb295d6ca
Author: Filippos Karapetis (md5 at scummvm.org)
Date: 2011-11-18T07:52:27-08:00

Commit Message:
SWORD25: Fixed the language of the Croatian version

Changed paths:
    engines/sword25/detection_tables.h



diff --git a/engines/sword25/detection_tables.h b/engines/sword25/detection_tables.h
index 8fa0a90..e33f8f8 100644
--- a/engines/sword25/detection_tables.h
+++ b/engines/sword25/detection_tables.h
@@ -54,7 +54,7 @@ static const ADGameDescription gameDescriptions[] = {
 		"sword25",
 		"",
 		AD_ENTRY1s("lang_hr.b25c", "e881054d1f8ec1e527422fc521c25405", 1273217),
-		Common::HU_HUN,
+		Common::HR_HRV,
 		Common::kPlatformUnknown,
 		ADGF_UNSTABLE,
 		GUIO1(GUIO_NOASPECT)






More information about the Scummvm-git-logs mailing list