From f7b45f15fa96d497ac963e609b62d9f5a32235d8 Mon Sep 17 00:00:00 2001 From: Siebrand Mazeland Date: Sun, 24 Apr 2011 20:51:08 +0200 Subject: [PATCH] Add plugin file to ensure these files are picked up by scripts/update_po_templates.php. --- plugins/LdapCommon/LdapCommonPlugin.php | 35 +++++++++++++++++++++++++ 1 file changed, 35 insertions(+) create mode 100644 plugins/LdapCommon/LdapCommonPlugin.php diff --git a/plugins/LdapCommon/LdapCommonPlugin.php b/plugins/LdapCommon/LdapCommonPlugin.php new file mode 100644 index 0000000000..59ff9e8f18 --- /dev/null +++ b/plugins/LdapCommon/LdapCommonPlugin.php @@ -0,0 +1,35 @@ +. + * + * @category Plugin + * @package StatusNet + * @author Craig Andrews + * @copyright 2009 Free Software Foundation, Inc http://www.fsf.org + * @license http://www.fsf.org/licensing/licenses/agpl-3.0.html GNU Affero General Public License version 3.0 + * @link http://status.net/ + */ + +if (!defined('STATUSNET') && !defined('LACONICA')) { + exit(1); +} + +// Dummy file for i18n. Without this file, the strings will not be extracted by +// scripts/update_po_templates.php