diff options
author | Sem <sembrestels@riseup.net> | 2012-01-14 02:02:50 +0100 |
---|---|---|
committer | Sem <sembrestels@riseup.net> | 2012-01-14 02:02:50 +0100 |
commit | a237b9bdb22b9e199e339fac5626e635b358fc45 (patch) | |
tree | eb1165d39dcc6f86e9b565ed83a6bbc3aba29d71 /manifest.xml | |
parent | 82212ac648774c603b40242f60d69fc479092d65 (diff) | |
download | elgg-a237b9bdb22b9e199e339fac5626e635b358fc45.tar.gz elgg-a237b9bdb22b9e199e339fac5626e635b358fc45.tar.bz2 |
Added plugin files.
Diffstat (limited to 'manifest.xml')
-rw-r--r-- | manifest.xml | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/manifest.xml b/manifest.xml new file mode 100644 index 000000000..eded3240c --- /dev/null +++ b/manifest.xml @@ -0,0 +1,17 @@ +<?xml version="1.0" encoding="UTF-8"?> +<plugin_manifest xmlns="http://www.elgg.org/plugin_manifest/1.8"> + <name>Elgg Translation Pack</name> + <author>Lorea</author> + <version>1.8</version> + <category>unbundled</category> + <category>language</category> + <description>Compilation of some elgg translation packs.</description> + <website>http://www.lorea.cc/</website> + <copyright>See README.txt</copyright> + <license>GNU General Public License, version 2 or later</license> + <requires> + <type>elgg_release</type> + <version>1.8</version> + </requires> + <activate_on_install>true</activate_on_install> +</plugin_manifest> |