Last modified: 2007-05-17 12:48:49 UTC
Please add the following to MessagesKa.php on trunk, right after $namespaceNames: # Note to translators: # Please include the English words as synonyms. This allows people # from other wikis to contribute more easily. # $magicWords = array( # ID CASE SYNONYMS 'redirect' => array( 0, '#REDIRECT', '#გადამისამართება'), )
Which one should be the default? The order is important here.
I don't really know what is the difference of being default or not. I saw in some other languages that #REDIRECT is first. What's the impact of this?
When page is moved, the old location is replaced with redirect using the first item from that array.
I guess we can keep it as is suggested above: #REDIRECT should be default, the new synonym would be deliberately typed. Thanks.
The point here is to have a localized version of #REDIRECT, not necessarily having one that will be used instead of the default one.
committed as r22223