aboutsummaryrefslogtreecommitdiffstats
path: root/install.php
diff options
context:
space:
mode:
Diffstat (limited to 'install.php')
-rw-r--r--install.php3
1 files changed, 3 insertions, 0 deletions
diff --git a/install.php b/install.php
index bd391eea5..819d0e82f 100644
--- a/install.php
+++ b/install.php
@@ -221,6 +221,9 @@ else if ('tr_TR' == $language) {
else if ('da_DK' == $language) {
define('PHPWG_DOMAIN', 'da.piwigo.org');
}
+else if ('pt_BR' == $language) {
+ define('PHPWG_DOMAIN', 'br.piwigo.org');
+}
else {
define('PHPWG_DOMAIN', 'piwigo.org');
}