Raimond Spekking has uploaded a new change for review.

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

Change subject: Update i18n files
......................................................................

Update i18n files

in preparation for adding to translatewiki.net

Change-Id: Ibae088902b07a14b526df1568b6fadd34f7b36b0
---
M extension.json
M i18n/en.json
A i18n/qqq.json
3 files changed, 23 insertions(+), 4 deletions(-)


  git pull ssh://gerrit.wikimedia.org:29418/mediawiki/extensions/StatCounter 
refs/changes/30/244730/1

diff --git a/extension.json b/extension.json
index a8c9fcc..b9a21a9 100644
--- a/extension.json
+++ b/extension.json
@@ -5,7 +5,7 @@
                "Jack Phoenix"
        ],
        "url": 
"https://www.mediawiki.org/wiki/Extension:StatCounter.com_Integration";,
-       "description": "Inserts StatCounter.com script into MediaWiki pages for 
tracking",
+       "descriptionmsg": "statcounter-desc",
        "type": "other",
        "AutoloadClasses": {
                "StatCounterHooks": "StatCounterHooks.class.php"
@@ -15,5 +15,10 @@
                        "StatCounterHooks::onSkinBuildSidebar"
                ]
        },
-       "manifest_version": 1
+       "manifest_version": 1,
+       "MessagesDirs": {
+               "StatCounter": [
+                       "i18n"
+               ]
+       }
 }
diff --git a/i18n/en.json b/i18n/en.json
index adcd9d9..1d8e9fb 100644
--- a/i18n/en.json
+++ b/i18n/en.json
@@ -1,8 +1,11 @@
 {
        "@metadata": {
-               "authors": []
+               "authors": [
+                       "Jack Phoenix"
+               ]
        },
-       "statcounter": "Site Statistics",
+       "statcounter": "Site statistics",
+       "statcounter-desc": "Inserts StatCounter.com script into pages for 
tracking",
        "statcounter-project-id": "",
        "statcounter-security": ""
 }
\ No newline at end of file
diff --git a/i18n/qqq.json b/i18n/qqq.json
new file mode 100644
index 0000000..cb97aa5
--- /dev/null
+++ b/i18n/qqq.json
@@ -0,0 +1,11 @@
+{
+    "@metadata": {
+               "authors": [
+                       "Raimond Spekking"
+               ]
+    },
+    "statcounter": "Text displayed on the sidebar",
+    "statcounter-desc": 
"{{desc|name=StatCounter|url=https://www.mediawiki.org/wiki/Extension:StatCounter.com_Integration}}";,
+       "statcounter-project-id": "{{notranslate}}",
+       "statcounter-security": "{{notranslate}}"
+}

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

Gerrit-MessageType: newchange
Gerrit-Change-Id: Ibae088902b07a14b526df1568b6fadd34f7b36b0
Gerrit-PatchSet: 1
Gerrit-Project: mediawiki/extensions/StatCounter
Gerrit-Branch: master
Gerrit-Owner: Raimond Spekking <[email protected]>

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

Reply via email to