Last modified: 2013-10-29 05:09:23 UTC
After fixing https://bugzilla.wikimedia.org/show_bug.cgi?id=22371 bug. Malayalam Wikiquote site lost its project namespace "വിക്കി ചൊല്ലുകള്". Reason of this problem is project namespace contains one old character (last character in the string). Please change project namespace as "വിക്കി ചൊല്ലുകൾ" (replaced old character with new one) and restore pages. Current sitename is also wrong (It contains an underscore and an old character). Please change it to "വിക്കി ചില്ലുകൾ". All without quotes ;-) Thanks
Done. =================================================================== Index: InitialiseSettings.php =================================================================== --- InitialiseSettings.php (revision 937) +++ InitialiseSettings.php (working copy) @@ -1187,7 +1187,7 @@ 'mkwiki' => 'Википедија', 'mlwiki' => 'വിക്കിപീഡിയ', 'mlwikibooks' => 'വിക്കിപാഠശാല', - 'mlwikiquote' => 'വിക്കി_ചൊല്ലുകള്', + 'mlwikiquote' => 'വിക്കി ചില്ലുകൾ', 'mlwikisource' => 'വിക്കിഗ്രന്ഥശാല', // 'mlwiktionary' => 'വിക്കിനിഘണ്ടു', 'mlwiktionary' => 'വിക്കിനിഘണ്ടു', @@ -1571,7 +1571,7 @@ 'mkwiki' => 'Википедија', 'mlwiki' => 'വിക്കിപീഡിയ', 'mlwikibooks' => 'വിക്കിപാഠശാല', - 'mlwikiquote' => 'വിക്കി_ചൊല്ലുകള്', + 'mlwikiquote' => 'വിക്കി ചില്ലുകൾ', 'mlwikisource' => 'വിക്കിഗ്രന്ഥശാല', 'mlwiktionary' => 'വിക്കിനിഘണ്ടു', 'mrwiki' => 'विकिपीडिया',
Done. =================================================================== Index: InitialiseSettings.php =================================================================== --- InitialiseSettings.php (revision 938) +++ InitialiseSettings.php (working copy) @@ -1571,7 +1571,7 @@ 'mkwiki' => 'Википедија', 'mlwiki' => 'വിക്കിപീഡിയ', 'mlwikibooks' => 'വിക്കിപാഠശാല', - 'mlwikiquote' => 'വിക്കി ചില്ലുകൾ', + 'mlwikiquote' => 'വിക്കി_ചില്ലുകൾ', 'mlwikisource' => 'വിക്കിഗ്രന്ഥശാല', 'mlwiktionary' => 'വിക്കിനിഘണ്ടു', 'mrwiki' => 'विकिपीडिया',
Sorry, but its not okay. There is unicode joiner at the end of the new string. Probably come from old string. please add as 'mlwikiquote' => 'വിക്കി_ചൊല്ലുകൾ',
Done. =================================================================== Index: InitialiseSettings.php =================================================================== --- InitialiseSettings.php (revision 941) +++ InitialiseSettings.php (working copy) @@ -1571,7 +1571,7 @@ 'mkwiki' => 'Википедија', 'mlwiki' => 'വിക്കിപീഡിയ', 'mlwikibooks' => 'വിക്കിപാഠശാല', - 'mlwikiquote' => 'വിക്കി_ചില്ലുകൾ', + 'mlwikiquote' => 'വിക്കി_ചൊല്ലുകൾ', 'mlwikisource' => 'വിക്കിഗ്രന്ഥശാല', 'mlwiktionary' => 'വിക്കിനിഘണ്ടു', 'mrwiki' => 'विकिपीडिया',
Site name should be 'വിക്കി ചൊല്ലുകൾ', not 'വിക്കി ചില്ലുകൾ'
Yes, it was a spelling mistake :( should be 'വിക്കി ചില്ലുകൾ'
I mean, should not be 'വിക്കി ചില്ലുകൾ', should be 'വിക്കി ചൊല്ലുകൾ' Sorry.
Please change the site name as 'വിക്കി ചൊല്ലുകൾ'
Done. =================================================================== Index: InitialiseSettings.php =================================================================== --- InitialiseSettings.php (revision 1016) +++ InitialiseSettings.php (working copy) @@ -1195,7 +1195,7 @@ 'mkwiki' => 'Википедија', 'mlwiki' => 'വിക്കിപീഡിയ', 'mlwikibooks' => 'വിക്കിപാഠശാല', - 'mlwikiquote' => 'വിക്കി ചില്ലുകൾ', + 'mlwikiquote' => 'വിക്കി ചൊല്ലുകൾ', 'mlwikisource' => 'വിക്കിഗ്രന്ഥശാല', // 'mlwiktionary' => 'വിക്കിനിഘണ്ടു', 'mlwiktionary' => 'വിക്കിനിഘണ്ടു',
thanks