aboutsummaryrefslogtreecommitdiff
path: root/mod/languages/manifest.xml
diff options
context:
space:
mode:
authorSem <sembrestels@riseup.net>2013-11-09 16:17:30 +0100
committerSem <sembrestels@riseup.net>2013-11-09 16:17:30 +0100
commit6834f913fe7ce7d4274a9757661589e9a222b71c (patch)
treec2eb6345bfad6ebabbe31cb1de319037119be404 /mod/languages/manifest.xml
parente58937426578eac71d1447c38ae3f93cbc331bf1 (diff)
parent0f226cf5c4a8d02dbd0bb64cff36a6bb92d72d68 (diff)
downloadelgg-6834f913fe7ce7d4274a9757661589e9a222b71c.tar.gz
elgg-6834f913fe7ce7d4274a9757661589e9a222b71c.tar.bz2
Add 'mod/languages/' from commit '0f226cf5c4a8d02dbd0bb64cff36a6bb92d72d68'
git-subtree-dir: mod/languages git-subtree-mainline: e58937426578eac71d1447c38ae3f93cbc331bf1 git-subtree-split: 0f226cf5c4a8d02dbd0bb64cff36a6bb92d72d68
Diffstat (limited to 'mod/languages/manifest.xml')
-rw-r--r--mod/languages/manifest.xml16
1 files changed, 16 insertions, 0 deletions
diff --git a/mod/languages/manifest.xml b/mod/languages/manifest.xml
new file mode 100644
index 000000000..48f2b55c5
--- /dev/null
+++ b/mod/languages/manifest.xml
@@ -0,0 +1,16 @@
+<?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.0</version>
+ <category>language</category>
+ <description>Compilation of some elgg translation packs.</description>
+ <website>https://www.lorea.org/</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>