IoannisKydonis has uploaded a new change for review. https://gerrit.wikimedia.org/r/265496
Change subject: Add PLURAL support to cargo-cargotables-totalrows. ...................................................................... Add PLURAL support to cargo-cargotables-totalrows. Thread: https://translatewiki.net/wiki/Thread:Support/About_MediaWiki:Cargo-cargotables-totalrows/ksh Change-Id: Id98090e9f65e5444967f4dd70c282126866b54cd --- M i18n/en.json 1 file changed, 1 insertion(+), 1 deletion(-) git pull ssh://gerrit.wikimedia.org:29418/mediawiki/extensions/Cargo refs/changes/96/265496/1 diff --git a/i18n/en.json b/i18n/en.json index c7877f8..82416a9 100644 --- a/i18n/en.json +++ b/i18n/en.json @@ -49,7 +49,7 @@ "cargo-cargotables-declaredby": "Declared by $1", "cargo-cargotables-attachedby": "attached by $1", "cargo-cargotables-tablenotfound": "Table \"$1\" not found in Cargo database.", - "cargo-cargotables-totalrows": "This table has $1 rows altogether.", + "cargo-cargotables-totalrows": "This table has $1 {{PLURAL:$1|row|rows}} altogether.", "deletecargotable": "Delete Cargo table", "pagevalues": "Page values", "cargo-pagevaluesfor": "Page values for \"$1\"", -- To view, visit https://gerrit.wikimedia.org/r/265496 To unsubscribe, visit https://gerrit.wikimedia.org/r/settings Gerrit-MessageType: newchange Gerrit-Change-Id: Id98090e9f65e5444967f4dd70c282126866b54cd Gerrit-PatchSet: 1 Gerrit-Project: mediawiki/extensions/Cargo Gerrit-Branch: master Gerrit-Owner: IoannisKydonis <[email protected]> _______________________________________________ MediaWiki-commits mailing list [email protected] https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits
