Index: i18n/translate.pro
===================================================================
--- i18n/translate.pro	(revision 6952)
+++ i18n/translate.pro	(working copy)
@@ -64,3 +64,4 @@
 TRANSLATIONS += mythfrontend_ja.ts mythfrontend_si.ts mythfrontend_fi.ts
 TRANSLATIONS += mythfrontend_zh_tw.ts
 TRANSLATIONS += mythfrontend_nb.ts
+TRANSLATIONS += mythfrontend_pt_br.ts
Index: i18n/i18n.pro
===================================================================
--- i18n/i18n.pro	(revision 6952)
+++ i18n/i18n.pro	(working copy)
@@ -11,6 +11,7 @@
 trans.files += mythfrontend_ja.qm mythfrontend_si.qm mythfrontend_fi.qm
 trans.files += mythfrontend_zh_tw.qm
 trans.files += mythfrontend_nb.qm
+trans.files += mythfrontend_pt_br.qm
 
 INSTALLS += trans
 
Index: libs/libmyth/langsettings.cpp
===================================================================
--- libs/libmyth/langsettings.cpp	(revision 6951)
+++ libs/libmyth/langsettings.cpp	(working copy)
@@ -152,6 +152,8 @@
           << QString::fromUtf8("Hanzi (Traditional)")
               << "ZH_TW"                                // Traditional Chinese
           << QString::fromUtf8("Eesti")       << "ET";  // Estonian
+          << QString::fromUtf8("Português Brasileiro")
+              << "PT_BR"                                // Brazilian Portuguese
     return langs;
 }
 
