https://bugzilla.wikimedia.org/show_bug.cgi?id=17267
Roan Kattouw <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |[email protected] Component|API |Internationalization Summary|Namespacealias wrong in |$1 not expanded in namespace |astwiki |aliases --- Comment #2 from Roan Kattouw <[email protected]> 2009-01-31 17:59:57 UTC --- (In reply to comment #1) > There seems to be quite a many cases where $1 (with or without grammar) is > used > in aliases. > > egrep ">\s*NS_PROJECT" languages/messages/*.php | grep '$1' | wc -l > 30 > > Enabled conversion in r46648, but the API still reports unconverted values, > reassigning to API for resolution. > Assigning back and changing summary. The API reports the correct values, it's the i18n/l10n code that's not expanding $1 in namespace aliases here. The API reports "$1 discusión" as an alias for "Uiquipedia alderique" (the Project_talk namespace). This is fully correct, as http://ast.wikipedia.org/wiki/$1_discusión:Foo redirects to http://ast.wikipedia.org/wiki/Uiquipedia_alderique:Foo , whereas http://ast.wikipedia.org/wiki/Uiquipedia_discusi%C3%B3n:Foo is a page in the main namespace (the páxina tab is highlighted rather than the alderique tab). -- Configure bugmail: https://bugzilla.wikimedia.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug. You are on the CC list for the bug. _______________________________________________ Wikibugs-l mailing list [email protected] https://lists.wikimedia.org/mailman/listinfo/wikibugs-l
