Raimond Spekking has uploaded a new change for review. ( 
https://gerrit.wikimedia.org/r/334694 )

Change subject: Consistency tweaks in preparation for translatewiki
......................................................................

Consistency tweaks in preparation for translatewiki

* Make message keys lower case
* Make descriptio more descriptive. "Commons" alone is not clear enough
* Fix MessagesDirs
* Add namemag key

Change-Id: If9c7b705557bb51be56d6d5b401a09ccc9a2f1e6
---
M extension.json
M i18n/en.json
M i18n/qqq.json
3 files changed, 7 insertions(+), 6 deletions(-)


  git pull ssh://gerrit.wikimedia.org:29418/mediawiki/extensions/MoveToCommons 
refs/changes/94/334694/1

diff --git a/extension.json b/extension.json
index 73267e2..7596b92 100644
--- a/extension.json
+++ b/extension.json
@@ -5,12 +5,13 @@
     "WMDE"
   ],
   "url": "https://www.mediawiki.org/wiki/Extension:MoveToCommons";,
-  "descriptionmsg": "moveToCommons-desc",
+  "namemsg": "movetocommons",
+  "descriptionmsg": "movetocommons-desc",
   "license-name": "GPL-2.0+",
   "type": "other",
   "manifest_version": 1,
   "MessagesDirs": {
-    "TwoColConflict": [
+    "MoveToCommons": [
       "i18n"
     ]
   },
diff --git a/i18n/en.json b/i18n/en.json
index 4388635..ff7d04f 100644
--- a/i18n/en.json
+++ b/i18n/en.json
@@ -4,6 +4,6 @@
       "WMDE"
     ]
   },
-  "moveToCommons": "MoveToCommons",
-  "moveToCommons-desc": "Easy moving of files to Commons"
+  "movetocommons": "MoveToCommons",
+  "movetocommons-desc": "Easy moving of files to Wikimedia Commons"
 }
\ No newline at end of file
diff --git a/i18n/qqq.json b/i18n/qqq.json
index 02f217f..6dd5be5 100644
--- a/i18n/qqq.json
+++ b/i18n/qqq.json
@@ -4,6 +4,6 @@
       "WMDE"
     ]
   },
-  "moveToCommons": "MoveToCommons",
-  "moveToCommons-desc": 
"{{desc|name=MoveToCommons|url=https://www.mediawiki.org/wiki/Extension:MoveToCommons}}";
+  "movetocommons": "MoveToCommons",
+  "movetocommons-desc": 
"{{desc|name=MoveToCommons|url=https://www.mediawiki.org/wiki/Extension:MoveToCommons}}";
 }
\ No newline at end of file

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

Gerrit-MessageType: newchange
Gerrit-Change-Id: If9c7b705557bb51be56d6d5b401a09ccc9a2f1e6
Gerrit-PatchSet: 1
Gerrit-Project: mediawiki/extensions/MoveToCommons
Gerrit-Branch: master
Gerrit-Owner: Raimond Spekking <raimond.spekk...@gmail.com>

_______________________________________________
MediaWiki-commits mailing list
MediaWiki-commits@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits

Reply via email to