Raimond Spekking has uploaded a new change for review. https://gerrit.wikimedia.org/r/124330
Change subject: Add modul namespace translation for bg ...................................................................... Add modul namespace translation for bg Translation by Kolega2357 https://translatewiki.net/wiki/Thread:Support/Module_namespace_-_translation_on_Bulgarian Change-Id: I62f211fc5830069a85795d1da91ca34af234f2db --- M Scribunto.namespaces.php 1 file changed, 5 insertions(+), 0 deletions(-) git pull ssh://gerrit.wikimedia.org:29418/mediawiki/extensions/Scribunto refs/changes/30/124330/1 diff --git a/Scribunto.namespaces.php b/Scribunto.namespaces.php index 2d607bb..0335a14 100644 --- a/Scribunto.namespaces.php +++ b/Scribunto.namespaces.php @@ -43,6 +43,11 @@ 829 => 'Абмеркаваньне_модулю', ); +$namespaceNames['bg'] = array( + 828 => 'Модул', + 829 => 'Модул_беседа', +); + $namespaceNames['bn'] = array( 828 => 'মডিউল', 829 => 'মডিউল_আলাপ', -- To view, visit https://gerrit.wikimedia.org/r/124330 To unsubscribe, visit https://gerrit.wikimedia.org/r/settings Gerrit-MessageType: newchange Gerrit-Change-Id: I62f211fc5830069a85795d1da91ca34af234f2db 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
