Page MenuHomePhabricator

A minor error in LanguageBs.php file
Closed, ResolvedPublic

Description

Author: balkanboi

Description:
Hi all! The problem is, I believe, in one of the lines of code in
LanguageBs.php file. With the current file, on "Project" pages, the "Discussion
page" shows up with grammatical corrections in both "instrumental" and
"locative" versions. The only way without updating this file that this can be
fixed with is to redirect some of the pages to "{{SITENAME}}" instead of
"Projekat" namespaces. But anyway, I have updated the code. Please upload this
new version. Thank you.


Version: unspecified
Severity: normal
URL: http://bs.wikipedia.org/wiki/template:wikivar#ns_4

Details

Reference
bz5644

Event Timeline

bzimport raised the priority of this task from to Medium.Nov 21 2014, 9:12 PM
bzimport set Reference to bz5644.
bzimport added a subscriber: Unknown Object (MLST).

balkanboi wrote:

Updated file to replace "LanguageBs.php" file

Here is the updated file. Thanks again.

Attached:

balkanboi wrote:

Oh, and if you do not wish to upload the whole file, then the error is on the
following line:

NS_PROJECT_TALK => ($wgMetaNamespaceTalk ? $wgMetaNamespaceTalk :
"Razgovor_o_".$wgMetaNamespace ),

It should be changed to:
NS_PROJECT_TALK => FALSE, # Set in constructor

This is based on the LanguageSl.php version. Which I believe has no errors with
this line.