diff options
Diffstat (limited to 'common/language.cpp')
-rw-r--r-- | common/language.cpp | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/common/language.cpp b/common/language.cpp index 44e46c7ef4..a4cd1056d1 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 }, |