feature 1231: subscribe to cn.piwigo.org/announcement when current language is

zh_CN

git-svn-id: http://piwigo.org/svn/branches/2.0@4213 68402e56-0260-453c-a942-63ccdbb3a9ee
This commit is contained in:
plegall
2009-11-05 21:51:49 +00:00
parent 1467945f2a
commit 00c0d36632
2 changed files with 7 additions and 6 deletions
+1
View File
@@ -2123,6 +2123,7 @@ 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',
);
if (isset($domain_of[$language])) {