diff options
author | plegall <plg@piwigo.org> | 2010-05-09 20:51:01 +0000 |
---|---|---|
committer | plegall <plg@piwigo.org> | 2010-05-09 20:51:01 +0000 |
commit | 84691404710b8553eaae0937454ef684293d2684 (patch) | |
tree | 3f14c6e1c929b960a8729ebe0a69a1e8b019dd4d /admin/include | |
parent | 59f985e91604b2fbb6dc10fe99150adc6b3ad5e8 (diff) |
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
Diffstat (limited to '')
-rw-r--r-- | admin/include/functions.php | 3 |
1 files changed, 3 insertions, 0 deletions
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])) { |