Raimond Spekking has uploaded a new change for review. https://gerrit.wikimedia.org/r/55459
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 Change-Id: Ia7fc9cdbf3aa24e525018f0f23eab3b4aa15c6d1 --- M Scribunto.namespaces.php 1 file changed, 5 insertions(+), 0 deletions(-) git pull ssh://gerrit.wikimedia.org:29418/mediawiki/extensions/Scribunto refs/changes/59/55459/1 diff --git a/Scribunto.namespaces.php b/Scribunto.namespaces.php index 17f9b7a..b36b552 100644 --- a/Scribunto.namespaces.php +++ b/Scribunto.namespaces.php @@ -78,6 +78,11 @@ 829 => 'Overleg_module', ); +$namespaceNames['sv'] = array( + 828 => 'Modül', + 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: newchange Gerrit-Change-Id: Ia7fc9cdbf3aa24e525018f0f23eab3b4aa15c6d1 Gerrit-PatchSet: 1 Gerrit-Project: mediawiki/extensions/Scribunto Gerrit-Branch: master Gerrit-Owner: Raimond Spekking <[email protected]> _______________________________________________ MediaWiki-commits mailing list [email protected] https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits
