Paladox has uploaded a new change for review.
https://gerrit.wikimedia.org/r/229448
Change subject: Add translatible name to Cargo
......................................................................
Add translatible name to Cargo
Change-Id: I6ec71617bba0e00741df69957d8a3358d6ba87dc
---
M Cargo.php
M i18n/en.json
M i18n/qqq.json
3 files changed, 3 insertions(+), 0 deletions(-)
git pull ssh://gerrit.wikimedia.org:29418/mediawiki/extensions/Cargo
refs/changes/48/229448/1
diff --git a/Cargo.php b/Cargo.php
index 34fca10..9d8ca9c 100644
--- a/Cargo.php
+++ b/Cargo.php
@@ -13,6 +13,7 @@
$wgExtensionCredits['parserhook'][] = array(
'path' => __FILE__,
'name' => 'Cargo',
+ 'name' => 'extensionname-cargo',
'version' => CARGO_VERSION,
'author' => 'Yaron Koren',
'url' => 'https://www.mediawiki.org/wiki/Extension:Cargo',
diff --git a/i18n/en.json b/i18n/en.json
index f0abb69..3afacc0 100644
--- a/i18n/en.json
+++ b/i18n/en.json
@@ -2,6 +2,7 @@
"@metadata": {
"authors": []
},
+ "extensionname-cargo": "Cargo",
"cargo-desc": "Storage and querying of template data",
"cargo-definestable": "This template defines the table \"$1\".",
"cargo-tablenotcreated": "This table has not been created yet.",
diff --git a/i18n/qqq.json b/i18n/qqq.json
index 50fdf20..0a85716 100644
--- a/i18n/qqq.json
+++ b/i18n/qqq.json
@@ -6,6 +6,7 @@
"Seb35"
]
},
+ "extensionname-cargo": "{{optional}}",
"cargo-desc":
"{{desc|name=Cargo|url=https://www.mediawiki.org/wiki/Extension:Cargo}}",
"cargo-definestable": "A description of a template, that is displayed
on that template's page.",
"cargo-tablenotcreated": "A notice to the user, displayed on a template
page.",
--
To view, visit https://gerrit.wikimedia.org/r/229448
To unsubscribe, visit https://gerrit.wikimedia.org/r/settings
Gerrit-MessageType: newchange
Gerrit-Change-Id: I6ec71617bba0e00741df69957d8a3358d6ba87dc
Gerrit-PatchSet: 1
Gerrit-Project: mediawiki/extensions/Cargo
Gerrit-Branch: master
Gerrit-Owner: Paladox <[email protected]>
_______________________________________________
MediaWiki-commits mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits