Paladox has uploaded a new change for review.

  https://gerrit.wikimedia.org/r/203052

Change subject: Add extension.json
......................................................................

Add extension.json

Bug: T87937
Change-Id: Iebd77c54ccdfa95d917d5e33c0a054715604ef24
---
A extension.json
M i18n/qqq.json
2 files changed, 57 insertions(+), 2 deletions(-)


  git pull 
ssh://gerrit.wikimedia.org:29418/mediawiki/extensions/LocalisationUpdate 
refs/changes/52/203052/1

diff --git a/extension.json b/extension.json
new file mode 100644
index 0000000..f9ec463
--- /dev/null
+++ b/extension.json
@@ -0,0 +1,54 @@
+{
+       "name": "LocalisationUpdate",
+       "version": "1.3.0",
+       "author": [
+               "Tom Maaswinkel",
+               "Niklas Laxström",
+               "Roan Kattouw"
+       ],
+       "url": "https://www.mediawiki.org/wiki/Extension:LocalisationUpdate";,
+       "descriptionmsg": "localisationupdate-desc",
+       "type": "other",
+       "MessagesDirs": {
+               "LocalisationUpdate": [
+                       "i18n"
+               ]
+       },
+       "ExtensionMessagesFiles": {
+               "LocalisationUpdate": "LocalisationUpdate.i18n.php"
+       },
+       "AutoloadClasses": {
+               "LocalisationUpdate": "LocalisationUpdate.class.php",
+               "LU_Updater": "Updater.php",
+               "QuickArrayReader": "QuickArrayReader.php",
+               "LU_Fetcher": "fetcher/Fetcher.php",
+               "LU_FetcherFactory": "fetcher/FetcherFactory.php",
+               "LU_FileSystemFetcher": "fetcher/FileSystemFetcher.php",
+               "LU_GitHubFetcher": "fetcher/GitHubFetcher.php",
+               "LU_HttpFetcher": "fetcher/HttpFetcher.php",
+               "LU_Finder": "finder/Finder.php",
+               "LU_JSONReader": "reader/JSONReader.php",
+               "LU_PHPReader": "reader/PHPReader.php",
+               "LU_Reader": "reader/Reader.php",
+               "LU_ReaderFactory": "reader/ReaderFactory.php"
+       },
+       "Hooks": {
+               "LocalisationCacheRecache": [
+                       "LocalisationUpdate::onRecache"
+               ],
+               "LocalisationCacheRecacheFallback": [
+                       "LocalisationUpdate::onRecacheFallback"
+               ]
+       },
+       "config": {
+               "LocalisationUpdateDirectory": false,
+               "LocalisationUpdateRepository": "github",
+               "LocalisationUpdateRepositories": {
+                       "github": {
+                               "mediawiki": 
"https://raw.github.com/wikimedia/mediawiki/master/%PATH%";,
+                               "extension": 
"https://raw.github.com/wikimedia/mediawiki-extensions-%NAME%/master/%PATH%";,
+                               "skin": 
"https://raw.github.com/wikimedia/mediawiki-skins-%NAME%/master/%PATH%";
+                       }
+               }
+       }
+}
diff --git a/i18n/qqq.json b/i18n/qqq.json
index c6978bb..c08af07 100644
--- a/i18n/qqq.json
+++ b/i18n/qqq.json
@@ -3,8 +3,9 @@
                "authors": [
                        "Fryed-peach",
                        "Purodha",
-                       "Shirayuki"
+                       "Shirayuki",
+                       "Umherirrender"
                ]
        },
-       "localisationupdate-desc": "{{desc|name=Localisation 
Update|url=http://www.mediawiki.org/wiki/Extension:LocalisationUpdate}}";
+       "localisationupdate-desc": "{{desc|name=Localisation 
Update|url=https://www.mediawiki.org/wiki/Extension:LocalisationUpdate}}";
 }

-- 
To view, visit https://gerrit.wikimedia.org/r/203052
To unsubscribe, visit https://gerrit.wikimedia.org/r/settings

Gerrit-MessageType: newchange
Gerrit-Change-Id: Iebd77c54ccdfa95d917d5e33c0a054715604ef24
Gerrit-PatchSet: 1
Gerrit-Project: mediawiki/extensions/LocalisationUpdate
Gerrit-Branch: master
Gerrit-Owner: Paladox <[email protected]>

_______________________________________________
MediaWiki-commits mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits

Reply via email to