Patches item #1969724, was opened at 2008-05-22 18:27 Message generated for change (Comment added) made by nicdumz You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=603140&aid=1969724...
Please note that this message will contain a full copy of the comment thread, including the initial issue submission, for this request, not just the latest update.
Category: None
Group: None
Status: Closed Resolution: Accepted
Priority: 5 Private: No Submitted By: wces423 (wces423)
Assigned to: NicDumZ — Nicolas Dumazet (nicdumz)
Summary: Marathi (mr) - summary string not grammatically correct
Initial Comment: The summary string forms a passive voice statement but the subject still is in active voice. Please apply the following patch.
Index: interwiki.py =================================================================== --- interwiki.py (revision 5422) +++ interwiki.py (working copy) @@ -374,7 +374,7 @@ 'mk': (u'Бот ', u'Додава', u'Брише', u'Менува'), 'ml': (u'യന്ത്രം ', u'ചേര്ക്കുന്നു', u'നീക്കുന്നു', u'പുതുക്കുന്നു'), 'mn': (u'робот ', u'Нэмж байна', u'Арилгаж байна', u'Өөрчилж байна'), - 'mr': (u'सांगकाम्या ', u'वाढविले', u'काढले', u'बदलले'), + 'mr': (u'सांगकाम्याने ', 'वाढविले', u'काढले', u'बदलले'), 'mzn': (u'Rebot ', u'Biyeshten', u'Bayten', u'Hekărden'), 'nah': (u'Tepozcuayollotl', u'Tlamahxiltilli', u'Tlaquixtilli', u'Tlapatlalli'), 'nds': (u'IW-Bot: ', u'dorto', u'rut', u'ännert'),
----------------------------------------------------------------------
Comment By: NicDumZ — Nicolas Dumazet (nicdumz)
Date: 2008-05-22 19:45
Message: Logged In: YES user_id=1963242 Originator: NO
Wow vim doesnt like these characters, adding the missing "u" was really a pain here xD
Thanks for the patch, I applied in on r5423 :)
----------------------------------------------------------------------
You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=603140&aid=1969724...