[Scummvm-git-logs] scummvm master -> 4c4ede54b91fd7b4f2cd8e24ee1e571e46b06474

digitall dgturner at iee.org
Sat Nov 3 18:14:10 CET 2018


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:
4c4ede54b9 COMMON: Add Portuguese (Portugal) Language.


Commit: 4c4ede54b91fd7b4f2cd8e24ee1e571e46b06474
    https://github.com/scummvm/scummvm/commit/4c4ede54b91fd7b4f2cd8e24ee1e571e46b06474
Author: D G Turner (digitall at scummvm.org)
Date: 2018-11-03T17:13:54Z

Commit Message:
COMMON: Add Portuguese (Portugal) Language.

The current Portuguese entry is Brazilian dialect, so modifying the
description and adding an entry for European Portuguese.

This is required to deal with bug Trac #10791.

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


diff --git a/common/language.cpp b/common/language.cpp
index 44e46c7..a4cd105 100644
--- a/common/language.cpp
+++ b/common/language.cpp
@@ -50,7 +50,8 @@ const LanguageDescription g_languages[] = {
 	{    "lv", "lv_LV", "Latvian", LV_LAT },
 	{    "nb", "nb_NO", "Norwegian Bokm\xE5l", NB_NOR },
 	{    "pl", "pl_PL", "Polish", PL_POL },
-	{    "br", "pt_BR", "Portuguese", PT_BRA },
+	{    "br", "pt_BR", "Portuguese (Brazil)", PT_BRA },
+	{    "pt", "pt_PT", "Portuguese (Portugal)", PT_POR },
 	{    "ru", "ru_RU", "Russian", RU_RUS },
 	{    "sk", "sk_SK", "Slovak", SK_SVK },
 	{    "es", "es_ES", "Spanish", ES_ESP },
diff --git a/common/language.h b/common/language.h
index ac3361b..ed8305a 100644
--- a/common/language.h
+++ b/common/language.h
@@ -56,6 +56,7 @@ enum Language {
 	NB_NOR,
 	PL_POL,
 	PT_BRA,
+	PT_POR,
 	RU_RUS,
 	SK_SVK,
 	ES_ESP,





More information about the Scummvm-git-logs mailing list