jenkins-bot has submitted this change and it was merged. Change subject: Add namespace translation for 'sv' ......................................................................
Add namespace translation for 'sv' Translation by C.Nilsson https://translatewiki.net/wiki/Thread:Support/Module_namespace_translation_for_sv-wikis PS2: Fixed typo Change-Id: Ia7fc9cdbf3aa24e525018f0f23eab3b4aa15c6d1 --- M Scribunto.namespaces.php 1 file changed, 5 insertions(+), 0 deletions(-) Approvals: Siebrand: Looks good to me, approved jenkins-bot: Verified diff --git a/Scribunto.namespaces.php b/Scribunto.namespaces.php index 17f9b7a..512f5f3 100644 --- a/Scribunto.namespaces.php +++ b/Scribunto.namespaces.php @@ -78,6 +78,11 @@ 829 => 'Overleg_module', ); +$namespaceNames['sv'] = array( + 828 => 'Modul', + 829 => 'Moduldiskussion', +); + $namespaceNames['tr'] = array( 828 => 'Modül', 829 => 'Modül_tartışma', -- To view, visit https://gerrit.wikimedia.org/r/55459 To unsubscribe, visit https://gerrit.wikimedia.org/r/settings Gerrit-MessageType: merged Gerrit-Change-Id: Ia7fc9cdbf3aa24e525018f0f23eab3b4aa15c6d1 Gerrit-PatchSet: 2 Gerrit-Project: mediawiki/extensions/Scribunto Gerrit-Branch: master Gerrit-Owner: Raimond Spekking <[email protected]> Gerrit-Reviewer: Anomie <[email protected]> Gerrit-Reviewer: Siebrand <[email protected]> Gerrit-Reviewer: jenkins-bot _______________________________________________ MediaWiki-commits mailing list [email protected] https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits
