Dereckson has uploaded a new change for review.

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

Change subject: Grammar fix for Bosnian
......................................................................

Grammar fix for Bosnian

In Bosnian, the instrumental case of "Wikipedia" is s Wikipedijom

Translation author: Srđan M. (Srdjan m)

Bug: T130141
Change-Id: Ib6c30845b2e357c2a26cd223137982d2f4654165
---
M wmf-config/CommonSettings.php
A wmf-config/Grammar.php
2 files changed, 21 insertions(+), 0 deletions(-)


  git pull ssh://gerrit.wikimedia.org:29418/operations/mediawiki-config 
refs/changes/35/277835/1

diff --git a/wmf-config/CommonSettings.php b/wmf-config/CommonSettings.php
index 549e1a5..e37c948 100644
--- a/wmf-config/CommonSettings.php
+++ b/wmf-config/CommonSettings.php
@@ -3175,6 +3175,9 @@
        wfLoadExtension( 'Kartographer' );
 }
 
+// Grammar tweaks
+require_once "$wmfConfigDir/Grammar.php";
+
 # THIS MUST BE AFTER ALL EXTENSIONS ARE INCLUDED
 #
 # REALLY ... we're not kidding here ... NO EXTENSIONS AFTER
diff --git a/wmf-config/Grammar.php b/wmf-config/Grammar.php
new file mode 100644
index 0000000..ccdd93f
--- /dev/null
+++ b/wmf-config/Grammar.php
@@ -0,0 +1,18 @@
+<?php
+
+/**
+ * Grammar tweaks
+ *
+ * This file contains grammatical fixes by language.
+ * These fixes are available for every Wikimedia project.
+ *
+ * Documentation: https://www.mediawiki.org/wiki/Manual:$wgGrammarForms
+ */
+
+$wgGrammarForms = [
+       'bs' => [
+               'instrumental' => [
+                       'Wikipedia' => 's Wikipedijom', // T130141
+               ],
+       ],
+];

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

Gerrit-MessageType: newchange
Gerrit-Change-Id: Ib6c30845b2e357c2a26cd223137982d2f4654165
Gerrit-PatchSet: 1
Gerrit-Project: operations/mediawiki-config
Gerrit-Branch: master
Gerrit-Owner: Dereckson <[email protected]>

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

Reply via email to