Last modified: 2010-07-31 08:07:01 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 T26601, the corresponding Phabricator task for complete and up-to-date bug report information.
Bug 24601 - Localization update - MessagesMl.php
Localization update - MessagesMl.php
Status: RESOLVED FIXED
Product: MediaWiki
Classification: Unclassified
Internationalization (Other open bugs)
unspecified
All All
: Normal enhancement (vote)
: ---
Assigned To: Nobody - You can work on this!
:
Depends on:
Blocks:
  Show dependency treegraph
 
Reported: 2010-07-30 13:24 UTC by Sadik Khalid
Modified: 2010-07-31 08:07 UTC (History)
1 user (show)

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


Attachments

Description Sadik Khalid 2010-07-30 13:24:30 UTC
$namespaceAliases = array(
	'സം' => NS_TALK,
	'ഉ' => NS_USER,
	'ഉസം' => NS_USER_TALK,
	'അംഗം' => NS_USER,
	'അംഗങ്ങളുടെ സംവാദം' => NS_USER_TALK,
	'ചി' => NS_FILE,
	'ചിസം' => NS_FILE_TALK,
	'ചിത്രം' => NS_FILE,
	'ചിത്രത്തിന്റെ_സംവാദം' => NS_FILE_TALK,
	'പ്ര' => NS_FILE,
	'പ്രസം' => NS_FILE_TALK,
	'ഫ' => NS_TEMPLATE,
	'ഫസം' => NS_TEMPLATE_TALK,
	'വ' => NS_CATEGORY,
	'വസം' => NS_CATEGORY_TALK,
	'മീ' => NS_MEDIAWIKI,
	'മീസം' => NS_MEDIAWIKI_TALK,
	'പ്രത്യേ' => NS_SPECIAL,
	'വിഭാഗം' => NS_CATEGORY,
	'വിഭാഗത്തിന്റെ_സംവാദം' => NS_CATEGORY_TALK,
	'വർഗ്ഗം' => NS_CATEGORY,
	'വർഗ്ഗത്തിന്റെ_സംവാദം' => NS_CATEGORY_TALK,
	'സ' => NS_HELP,
	'സസം' => NS_HELP_TALK,
);
Comment 1 Raimond Spekking 2010-07-30 14:34:57 UTC
Let me summarize the changes:

1. NS_TALK, NS_FILE, NS_FILE_TALK, NS_MEDIAWIKI, NS_MEDIAWIKI_TALK, NS_SPECIAL are new aliases.

2. NS_CATEGORY, NS_CATEGORY_TALK are changes.


Old:
	'വി' => NS_CATEGORY,
	'വിസം' => NS_CATEGORY_TALK,

New:
	'വ' => NS_CATEGORY,
	'വസം' => NS_CATEGORY_TALK,

What about the old aliases? If we substitute them, all existing links will become red (broken).

This means I will add the new aliases instead of substitute them. Or do I miss a point?
Comment 2 Sadik Khalid 2010-07-31 06:42:23 UTC
1. ok
2. Its better to keep both (old & new) in Mediawiki.

Note: Sorry for the trouble. First I thought of using 'വി', 'വിസം' for NS_PROJECT, NS_PROJECT_TALK in ml.wikipedia.org and removed it, then I forgot to add back. I'll file another site specific bug for customization in Wikipedia.
Comment 3 Raimond Spekking 2010-07-31 08:07:01 UTC
Added with r70214. They will go live with the next big software synchronisation. This can take some weeks/months.

If it is very very very urgent because something is currently broken please give us a hint.

Another bug for NS_PROJECT/_TALK) is perfect because PROJECT aliases are handled completly different.

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


Navigation
Links