[pLog-svn] r1874 - plugins/trunk/flickr

oscar at devel.plogworld.net oscar at devel.plogworld.net
Tue Apr 19 14:53:05 GMT 2005


Author: oscar
Date: 2005-04-19 14:53:05 +0000 (Tue, 19 Apr 2005)
New Revision: 1874

Modified:
   plugins/trunk/flickr/pluginflickr.class.php
Log:
added german locale (though this will not be necessary anymore in 1.0.1)


Modified: plugins/trunk/flickr/pluginflickr.class.php
===================================================================
--- plugins/trunk/flickr/pluginflickr.class.php	2005-04-19 14:52:27 UTC (rev 1873)
+++ plugins/trunk/flickr/pluginflickr.class.php	2005-04-19 14:53:05 UTC (rev 1874)
@@ -45,7 +45,7 @@
             $this->author = "Mark Wu";
             $this->desc = 'This plugin let you integrate your Flickr with pLog. It is inspired by <a href="http://www.worrad.com/archives/2004/11/23/flickr-gallery-wp-plugin/">Wordpress Flickr Gallery Plugin</a> written by Ray.';
 
-            $this->locales = Array( "en_UK" , "zh_TW" , "zh_CN" );
+            $this->locales = Array( "en_UK" , "zh_TW" , "zh_CN", "de_DE" );
             
             $this->init();                     
         }




More information about the pLog-svn mailing list