summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBrian Evans <grknight@gentoo.org>2018-12-20 13:27:57 -0500
committerBrian Evans <grknight@gentoo.org>2018-12-20 13:27:57 -0500
commit61254ee31f76bd2c14b495ea981656d8869858ff (patch)
tree55d207ad2b2d22572e72d39a5cd14ebff7376e4b /LinkAttributes
parentGentooPackages: Fix description, bump version (diff)
downloadextensions-61254ee31f76bd2c14b495ea981656d8869858ff.tar.gz
extensions-61254ee31f76bd2c14b495ea981656d8869858ff.tar.bz2
extensions-61254ee31f76bd2c14b495ea981656d8869858ff.zip
LinkAttributes: Add english description
Signed-off-by: Brian Evans <grknight@gentoo.org>
Diffstat (limited to 'LinkAttributes')
-rw-r--r--LinkAttributes/LinkAttributes.i18n.php10
1 files changed, 7 insertions, 3 deletions
diff --git a/LinkAttributes/LinkAttributes.i18n.php b/LinkAttributes/LinkAttributes.i18n.php
index 06379206..74cdd145 100644
--- a/LinkAttributes/LinkAttributes.i18n.php
+++ b/LinkAttributes/LinkAttributes.i18n.php
@@ -5,10 +5,14 @@
* @file LinkAttributes.i18n.php
* @ingroup Extensions
*/
-
-$messages = array();
-
+$messages = [
+ 'en' => [
+ 'linkattr-desc' => 'Lets you add or remove HTML attributes in links.',
+ ]
+];
+
+
/** Swedish (Svenska)
* @author Rotsee
*/