Page MenuHomePhabricator

Navigation bar list differ when language is not En
Closed, ResolvedPublic

Description

Author: baldassarre.cesarano

Description:

  1. Install a MediaWiki in english... all ok and the "navigation bar"

show "Main Page", "Community portal", "Current events", etc.

  1. Install a new MW in Italian (for example) in a new directory... now

the "navigation bar" display as "Wikipedia", "Community
portal", "Attualità", etc.

  1. When return to previous MW the navigation bar continue to appear

as "Wikipedia"... instead of "Main Page".

How to return to have "Main Page" in the "navigation bar"?


Version: unspecified
Severity: normal

Details

Reference
bz4004

Event Timeline

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

Sounds like you overwrote a single database. Install separate wikis in separate
databases.

baldassarre.cesarano wrote:

The database prefix are different!

Confirm that they're not using the same cache system; in general our non-db
caches assume separate databases, and database name (not prefix) is used as the
identifier.

robchur wrote:

Why is the default name for the main page in italian installs "Wikipedia"?

baldassarre.cesarano wrote:

I do not know, but the language is the only difference between the 2
installations that I have made!
The "main page", in italian would have had to be "Pagina Principale"
but it is not therefore.

I will close this report as WORKSFORME unless you answer the request from
comment 3.

removed some occurences of "wikipedia" in languageit.php

gangleri wrote:

Hallo!

[[MediaWiki:Sidebar]] is defined in
http://cvs.sourceforge.net/viewcvs.py/wikipedia/phase3/languages/Language.php?view=markup

but *not* in
http://cvs.sourceforge.net/viewcvs.py/wikipedia/phase3/languages/LanguageIt.php?view=markup

See there the actual value for
"mainpage" => "Pagina_principale"

*note*
Most wiki's in other languages then English are using a redirect from
[[Main_Page]] to the page defined by the content of [[MediaWiki:Mainpage]].

Baldassarre please confirm that the problem disapeared when using / upgrading to
CVS.

best regards reinhardt [[user:gangleri]]

baldassarre.cesarano wrote:

Ok!
Now appeare "Pagina Principale" (Main Page) in an Italian installation.
(CVS release 11 jan 2006)

gangleri wrote:

(In reply to comment #8)
The MediaWiki messages have been moved from
http://cvs.sourceforge.net/viewcvs.py/wikipedia/phase3/languages/LanguageIt.php
to
http://cvs.sourceforge.net/viewcvs.py/wikipedia/phase3/languages/MessagesIt.php

Baldassarre please confirm that the problem disapeared when using / upgrading to
CVS.

(In reply to comment #9)

Ok!
Now appeare "Pagina Principale" (Main Page) in an Italian installation.
(CVS release 11 jan 2006)

Marking as FIXED.

best regards reinhardt [[user:gangleri]]