diff options
-rw-r--r-- | GentooPackages/extension.json | 13 | ||||
-rw-r--r-- | GentooPackages/i18n/en.json | 3 |
2 files changed, 11 insertions, 5 deletions
diff --git a/GentooPackages/extension.json b/GentooPackages/extension.json index eb25f416..0fc88cde 100644 --- a/GentooPackages/extension.json +++ b/GentooPackages/extension.json @@ -1,18 +1,21 @@ { "name": "GentooPackages", - "version": "0.0.1", + "version": "0.0.2", "author": [ - "Alex Legler" + "Alex Legler", + "Brian Evans" ], "url": "https://wiki.gentoo.org/", - "descriptionmsg": "boilerplate-desc", + "descriptionmsg": "gentoopackages-desc", "license-name": "AGPL", "type": "parserhook", "AutoloadClasses": { "GentooPackages": "GentooPackages.php" }, - "config": { - "BoilerPlateEnableFoo": true + "MessagesDirs": { + "GentooPackages": [ + "i18n" + ] }, "Hooks": { "ParserFirstCallInit": [ diff --git a/GentooPackages/i18n/en.json b/GentooPackages/i18n/en.json new file mode 100644 index 00000000..61817215 --- /dev/null +++ b/GentooPackages/i18n/en.json @@ -0,0 +1,3 @@ +{ + "gentoopackages-desc": "Adds a table view for USE flags queried from packages.gentoo.org" +} |