aboutsummaryrefslogtreecommitdiffstats
path: root/install.php
diff options
context:
space:
mode:
Diffstat (limited to 'install.php')
-rw-r--r--install.php6
1 files changed, 6 insertions, 0 deletions
diff --git a/install.php b/install.php
index fb47cc479..0b751a475 100644
--- a/install.php
+++ b/install.php
@@ -192,6 +192,12 @@ else if ('de_DE' == $language) {
else if ('es_ES' == $language) {
define('PHPWG_DOMAIN', 'es.piwigo.org');
}
+else if ('pl_PL' == $language) {
+ define('PHPWG_DOMAIN', 'pl.piwigo.org');
+}
+else if ('zh_CN' == $language) {
+ define('PHPWG_DOMAIN', 'cn.piwigo.org');
+}
else {
define('PHPWG_DOMAIN', 'piwigo.org');
}