Hi, maybe this is one "left over" from the 1.3.2 buglist:
If I loot at [...]index.php/MediaWiki:Lastmodifiedby, I have a german language text. But on [...]index.php/Spezial:Allmessages, there is still the english text displayed. And even on the pages, the footer text (with $wgMaxCredits = 2;), which comes from MediaWiki:Lastmodifiedby, is displayed in english, not in german.
???
Thanks, Thommie
Thomas Rother wrote:
If I loot at [...]index.php/MediaWiki:Lastmodifiedby, I have a german language text. But on [...]index.php/Spezial:Allmessages, there is still the english text displayed. And even on the pages, the footer text (with $wgMaxCredits = 2;), which comes from MediaWiki:Lastmodifiedby, is displayed in english, not in german.
Have you set $wgUseDatabaseMessages = false; ? Since the German localization file is not up to date and is missing that message, the English default would then show through instead of the stored MediaWiki: message.
-- brion vibber (brion @ pobox.com)
-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1
Brion Vibber wrote:
| Have you set $wgUseDatabaseMessages = false; ? Since the German | localization file is not up to date and is missing that message, the | English default would then show through instead of the stored MediaWiki: | message.
Yeah, correct. By adding the missing statements into the LanguageDE.php, I could solve this.
Does it make sense to update the DE file now and sent it back so that is included in the download packages? Or ist the number of statements still growing from sub-version to sub-version (e.g. 1.3.x -> 1.3.y)?
Bye, Thommie - -- - --------------------------------------------------------------------- ~ THOMAS M. ROTHER * n e t z w i s s e n * D-73728 Esslingen ~ F.R. Germany, European Union * mailto:t.rother@netzwissen.de ~ http://www.netzwissen.de * GPG Key from http://wwwkeys.de.pgp.net ~ Fingerprint B208 E204 4249 4635 19B9 B691 3E73 C8B9 1229 DE4C - ---------------------------------------------------------------------
mediawiki-l@lists.wikimedia.org