Last modified: 2010-05-15 14:35:56 UTC

Wikimedia Bugzilla is closed!

Wikimedia migrated from Bugzilla to Phabricator. Bug reports are handled in Wikimedia Phabricator.
This static website is read-only and for historical purposes. It is not possible to log in and except for displaying bug reports and their history, links might be broken. See T5844, the corresponding Phabricator task for complete and up-to-date bug report information.
Bug 3844 - Default language files need changing
Default language files need changing
Status: RESOLVED FIXED
Product: MediaWiki
Classification: Unclassified
Internationalization (Other open bugs)
unspecified
All All
: Normal major with 1 vote (vote)
: ---
Assigned To: Nobody - You can work on this!
:
Depends on:
Blocks:
  Show dependency treegraph
 
Reported: 2005-10-31 08:17 UTC by Mark
Modified: 2010-05-15 14:35 UTC (History)
3 users (show)

See Also:
Web browser: ---
Mobile Platform: ---
Assignee Huggle Beta Tester: ---


Attachments

Description Mark 2005-10-31 08:17:05 UTC
There have been numerous requests with regards to minority languages of the
Russian Federation, that somebody add require_once( "LanguageRu.php" ); for each
of their Wikipedias.

The justification for this is that most people who speak these languages with
internet access have poor English skills.

People who are watching these Wikipedias are of the opinion that they are more
likely to become active if the default interface is in Russian rather than
English, as this will likely make it more accessable to the core population of
people who speak the appropriate language.

ab:, av:, ba:, ce:, and kv: are the main ones which need it.

There are also a few other languages in the same sitaution around the world:

require_once( "LanguageEs.php" ); -- for qu:, gn:, and ay:
require_once( "LanguageZh.php" ); -- for ii: and za:
require_once( "LanguageFr.php" ); -- for ty:

Possibly others as well, but not sure at this moment.
Comment 1 Ævar Arnfjörð Bjarmason 2005-10-31 08:20:25 UTC
It's actually not as simple are require_once $lang;, you have to create a dummy
language file, furthermore, if this is done we'll have to clear out the
MediaWiki namespace for each one of them, which would overwrite any local
modifications they have to the English interface.
Comment 2 Mark 2005-10-31 09:46:45 UTC
(In reply to comment #1)
> It's actually not as simple are require_once $lang;, you have to create a dummy
> language file, furthermore, if this is done we'll have to clear out the
> MediaWiki namespace for each one of them, which would overwrite any local
> modifications they have to the English interface.


The second part isn't a problem for any of them except ba: and qu:.

And ba.wiki only has one modification, Mediawiki:Mainpage is changed.
Comment 3 Ævar Arnfjörð Bjarmason 2005-10-31 11:37:19 UTC
(In reply to comment #0)
> require_once( "LanguageEs.php" ); -- for qu:, gn:, and ay:
> require_once( "LanguageZh.php" ); -- for ii: and za:
> require_once( "LanguageFr.php" ); -- for ty:

Installed a language file for those but didn't purge any old messages.
Comment 4 Mark 2005-11-01 01:06:50 UTC
Thanks!

Russian ones still need doing though -- 
require_once( "LanguageRu.php" ); -- for ab:, av:, ba:, ce:, and kv:
Comment 5 Mark 2005-11-01 05:34:37 UTC
Ahh, also, ii: and za: have "Chinese Conversion".

This is unnessecary and (potentially) confusing as the people who use these WPs
almost exclusively use Simplified Chinese (Zh-cn).
Comment 6 Antoine "hashar" Musso (WMF) 2005-12-03 23:44:51 UTC
ab: av: ba: ce: & kv: now inherit from LanguageRu.php

ii: & za: now inherit from LanguageZn_cn.php


Note You need to log in before you can comment on or make changes to this bug.


Navigation
Links