add nl.piwigo.org as domain name if current language is nl_NL

fix typos on language names in install.php

correct list of available newsletters

git-svn-id: http://piwigo.org/svn/trunk@6152 68402e56-0260-453c-a942-63ccdbb3a9ee
This commit is contained in:
plegall 2010-05-09 20:51:01 +00:00
commit 8469140471
4 changed files with 12 additions and 3 deletions

View file

@ -1868,7 +1868,10 @@ function get_newsletter_subscribe_base_url($language) {
'it_IT' => 'it.piwigo.org',
'de_DE' => 'de.piwigo.org',
'es_ES' => 'es.piwigo.org',
'zh_CN' => 'cn.piwigo.org',
'pl_PL' => 'pl.piwigo.org',
'hu_HU' => 'hu.piwigo.org',
'ru_RU' => 'ru.piwigo.org',
);
if (isset($domain_of[$language])) {