From 84691404710b8553eaae0937454ef684293d2684 Mon Sep 17 00:00:00 2001 From: plegall Date: Sun, 9 May 2010 20:51:01 +0000 Subject: 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 --- admin/include/functions.php | 3 +++ 1 file changed, 3 insertions(+) (limited to 'admin') diff --git a/admin/include/functions.php b/admin/include/functions.php index d6a1d5fee..1d7fda97c 100644 --- a/admin/include/functions.php +++ b/admin/include/functions.php @@ -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])) { -- cgit v1.2.3