Bartosz Dziewoński has uploaded a new change for review.

  https://gerrit.wikimedia.org/r/231964

Change subject: Add Polish translation for namespaces
......................................................................

Add Polish translation for namespaces

Change-Id: I05aa2f7f34867864ac435add85c6ad8f2783464b
---
M Gadgets.namespaces.php
1 file changed, 6 insertions(+), 0 deletions(-)


  git pull ssh://gerrit.wikimedia.org:29418/mediawiki/extensions/Gadgets 
refs/changes/64/231964/1

diff --git a/Gadgets.namespaces.php b/Gadgets.namespaces.php
index 35b76e6..d570655 100644
--- a/Gadgets.namespaces.php
+++ b/Gadgets.namespaces.php
@@ -23,3 +23,9 @@
        NS_GADGET_DEFINITION_TALK => 'שיחת_הגדרת_גאדג\'ט',
 );
 
+$namespaceNames['pl'] = array(
+       NS_GADGET => 'Gadżet',
+       NS_GADGET_TALK => 'Dyskusja_gadżetu',
+       NS_GADGET_DEFINITION => 'Definicja_gadżetu',
+       NS_GADGET_DEFINITION_TALK => 'Dyskusja_definicji_gadżetu',
+);

-- 
To view, visit https://gerrit.wikimedia.org/r/231964
To unsubscribe, visit https://gerrit.wikimedia.org/r/settings

Gerrit-MessageType: newchange
Gerrit-Change-Id: I05aa2f7f34867864ac435add85c6ad8f2783464b
Gerrit-PatchSet: 1
Gerrit-Project: mediawiki/extensions/Gadgets
Gerrit-Branch: master
Gerrit-Owner: Bartosz Dziewoński <[email protected]>

_______________________________________________
MediaWiki-commits mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits

Reply via email to