diff options
author | ddtddt <ddtddt@piwigo.org> | 2010-01-26 22:42:32 +0000 |
---|---|---|
committer | ddtddt <ddtddt@piwigo.org> | 2010-01-26 22:42:32 +0000 |
commit | 4f10762d683170fc6f64b68771d95c5addd4f94b (patch) | |
tree | e86d7b5d99bf2a7dd9726324f22bce81f92c6b73 /install.php | |
parent | 34338c55816278ede4e20b586f2f4ff6af7b0e57 (diff) |
[Branche2] localisation
git-svn-id: http://piwigo.org/svn/branches/2.0@4758 68402e56-0260-453c-a942-63ccdbb3a9ee
Diffstat (limited to '')
-rw-r--r-- | install.php | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/install.php b/install.php index 5f4761cef..094a28fef 100644 --- a/install.php +++ b/install.php @@ -217,6 +217,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'); } |